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: README.md
+8-12
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,11 @@ I think I've got things running smoothly and fixed some major bugs, but feel fre
4
4
5
5
# Instructions
6
6
7
-
1. Fork this repository
8
-
1. Rename it "yourusername.github.io"
9
-
* Do this in the settings menu (top right, below watch/star/fork buttons)
10
-
* Check it is running in the "Github Pages" section of the settings page.
11
-
1. Update variables in _config.yml to match your site
12
-
* url is especially important
13
-
1. Update files in _pages directory to set top-level
14
-
1. Update/delete sample files for different kinds of collections
15
-
* The files for each item are in _talks, _teaching, _publications, _portfolio, and _posts for each item in these collections
16
-
* Delete the sample files (no need to delete the directory) if you do not want a kind of collection in your site
17
-
1. Update top menu bar (to add/remove items) by editing _data/navigation.yml
18
-
1. Run talkmap.ipynb (must have repository cloned) to generate talkmap
7
+
1. Register a GitHub account if you don't have one and confirm your e-mail (required!)
8
+
1. Fork [this repository](https://github.com/academicpages/academicpages.github.io) by clicking the "fork" button in the top right.
9
+
1. Go to the repository's settings (rightmost item in the tabs that start with "Code", should be below "Unwatch"). Rename the repository "[your GitHub username].github.io", which will also be your website's URL.
10
+
1. Set site-wide configuration and create content & metadata (see below -- also see [this set of diffs](http://archive.is/3TPas) showing what files were changed to set up [an example site](https://getorg-testacct.github.io) for a user with the username "getorg-testacct")
11
+
1. Upload any files (like PDFs, .zip files, etc.) to the files/ directory. They will appear at https://[your GitHub username].github.io/files/example.pdf.
12
+
1. Check status by going to the repository settings, in the "GitHub pages" section
0 commit comments