-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds local building instructions, makes config work with it
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# ccn-rse | ||
|
||
Website for CCN RSE group | ||
|
||
## Building locally | ||
|
||
- Install Jekyll's [requirements](https://jekyllrb.com/docs/installation/) | ||
- From the root directory, run `gem install jekyll bundler`, which will install | ||
jekyll and the other required packages. | ||
- From the root directory, run `bundle exec jekyll serve -s ./site -d ./_site | ||
--livereload`, then open `localhost:4000/neuroRSE/` in your browser (the | ||
trailing slash is required!) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters