You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _site/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Unitl recently, a cron job pulled updates from gihub to the live site (we should
44
44
3. Run `ssh eis@eis.ucsc.edu` . You will need someone to share the password. Enter the password when prompted.
45
45
4. Pull the changes from GitHub: `cd /www/eis.ucsc.edu` followed by `sh pull.sh`
46
46
47
-
## Some Interesting Files
47
+
## Some Interesting Filescl
48
48
49
49
*`_config.yml`: The Jekyll configuration file. Ours is pretty straightforward at the moment, since we're not trying to do anything especially fancy, but you could modify this to do things like add new article types other than the default `page`.
50
50
*`_data/publications.json`: An incomplete list of all our publications, stored as an array of JSON objects. This is used to build the table of publications on the site's `/publications` page, and could also be used as a data source for other pages. (For instance, we could pull out all the publications with a given tag and render them on the page for a particular project.)
0 commit comments