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
+6-7
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ Note: This page was built using the template provided by the folks from the [Kor
2
2
3
3
# SINE lab page
4
4
5
-
This is repository for [SINE lab page](http://sinegit.github.io/). We use Jekyll to run our Github page. We are welcome for other people to contribute to our site not just lab members. Feel free to fork and pull-request!
5
+
This is the repository for [SINE lab page](http://sinegit.github.io/). We use Jekyll to run our Github page. We are welcome for other people to contribute to our site not just lab members. Feel free to fork and pull-request!
6
6
7
7
## Workflow
8
8
@@ -21,6 +21,7 @@ bundle install
21
21
bundle exec jekyll build
22
22
```
23
23
This will create the destination directory `_site/` and build the site into it.
24
+
24
25
4. Add file contents to the index
25
26
```bash
26
27
git add -A
@@ -40,9 +41,9 @@ The GitHub Pages site will be built from the `master` branch. Thus we need to pu
40
41
41
42
1. Change the current working directory to the `_site` directory
42
43
```bash
43
-
cd.side/
44
+
cd_site/
44
45
```
45
-
2. Tell GitHub Pages that there is no need to build (GitHub can build Jekyll site directly from source if it contains only supported plugins. We utilize some unsupported plugins.)
46
+
2. Tell GitHub Pages that there is no need to build (GitHub can build Jekyll site directly from the source, the `sources` branch, if it contains only supported plugins. We utilize some unsupported plugins.)
46
47
```bash
47
48
touch .nojekyll
48
49
```
@@ -69,12 +70,10 @@ git push origin master
69
70
70
71
## Run the page locally using Jekyll
71
72
72
-
To run locally, follow instruction [here](https://jekyllrb.com/) to install Jekyll then run `jekyll serve` to see in `localhost:4000`. Here is a brief install guidelines.
0 commit comments