Skip to content

Commit

Permalink
adds local building instructions, makes config work with it
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Nov 17, 2023
1 parent c066296 commit 475b51c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
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!)
2 changes: 1 addition & 1 deletion site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

title: NeuroRSE
description: >- # this means to ignore newlines until "baseurl:"
baseurl: "neuroRSE/"
baseurl: "/neuroRSE"
url: "https://flatironinstitute.github.io" # the base hostname & protocol for your site, e.g. http://example.com

# Build settings
Expand Down

0 comments on commit 475b51c

Please sign in to comment.