-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adds instructions so folks can build the website #363
base: source
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding a note here about the dependencies, but otherwise everything LGTM! For consistency, I suggested adding colons to the end of some steps.
@@ -6,4 +6,26 @@ Fuel Cycles group. | |||
|
|||
## Building This Website | |||
|
|||
Coming soon... | |||
It should be sufficient to do the following: | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Install the build dependencies for the website. These include ruby, jekyll, and jekyll-scholar. Get started [here](https://jekyllrb.com/docs/installation/). |
Clone the repo: | ||
`git clone [email protected]:arfc/arfc.github.io` | ||
|
||
Make your way to the top level of the source branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make your way to the top level of the source branch | |
Make your way to the top level of the source branch: |
Install the gems: | ||
`bundle install` | ||
|
||
Build and serve the site locally |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build and serve the site locally | |
Build and serve the site locally: |
Summary of changes
There has not generally been a clear way to build and preview the site on one's own machine. This adds some instructions.
Types of changes
Associated Issues and PRs
This does not solve issue #360, but it was inspired by issue #360.
Checklist for Reviewers
Reviewers should use this link to get to the
Review Checklist before they begin their review.