These are the instructions for how to contribute to the SCINet Workbooks webpage if you have been contacted to contribute.
There are a few ways to do this.
- Using Github pull requests (preferred).
- Edit online in github.
- Send your markdown file to Moe Richert
If you are unsure where the information you are trying to edit is located, navigate to the page on the SCINet website and scroll to the bottom of the page. There is an "Edit this page" link in the footer that will take you to the corresponding file in the github repository. If you are still unable to find the information you are trying to update, email Moe Richert.
- Get a GitHub account if you don't have one
- Clone the repository to your computer
- Create a new branch for your work
- Edit your assigned page, photos go in
/assets/img/
in their respective subfolder, and docs go in the location you were assigned - When you are done commit your changes:
git add .
git commit -m "here is a description of what I did what I did"
git push
- Then go the main scinet repository and create a pull request
- Get a GitHub account if you don't have one
- Go to the SCINet repository, navigate to your file, and click the pencil. This will fork the archive for you.
- Edit the file, say what you did in the comment box, and click "Propose changes" or "Create a new branch for this commit and start a pull request."
This site uses Jekyll - a ruby gem. You will need Ruby to use this repository locally. If you do not already have Ruby installed, you can use the Jekyll guide to get set up: https://jekyllrb.com/docs/
Clone the repository, then run 'bundle install' to get dependencies.
To run the app, you can run 'bundle exec jekyll serve'
Edits made to _sass/styles.css will not be retained when USWDS is updated. It is overwritten when the USWDS scss is compiled.
If you are unsure where the information you are trying to edit is located, navigate to the page on the SCINet website and scroll to the bottom of the page. There is an "Edit this page" link in the footer that will take you to the corresponding file in the github repository.
Workbooks are now stored in workbooks/_workbooks.
If an additional category is needed, a new folder should be made in the _workbooks folder. Defaults for that folder can be set in _config.yml.
Please contact Moe Richert with any questions or development needs.