These are the instructions for how to contribute to the SCINet Geospatial workshop webpage if you have been contacted to contribute.
There are two ways to do this.
- Using Github pull requests (preferred)
- edit online in github
- Send your markdown file to Moe Richert
- get a GitHub account if you don't have one
- clone the repository to your computer
- create a new brach 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: https://github.com/USDA-ARS-GBRU/scinet-site and navigate to your file and click the pencil. this will "fork the archive for you". 3 edit it and say what you did in the comment box and click "propose file change"
Clone the repository, then run 'bundle install' and 'npm install' to get dependencies.
To run the app, you can run either 'npm run start', or 'bundle exec jekyll serve'
If you want to edit the sass in the _USWDS folder and have it update live, use 'npm run watch-start'
Sass based on the USWDS system sound be added to the _uswds/sass/custom/ file and the file name added to the compile.scss entry point.
All other sass can be added into the jekyll _sass file, and the file name added to the entry point in assets/css/style.scss
Edits made to _sass/styles.css will not be retained when the site is built. It is overwritten when the USWDS scss is compiled.
USWDS location settings are in gulpfile.js
Collections are now stored in sn_collections and sorted by type
If an additional category is needed, a new folder should be made and its information should be added to the _config.yml under 'collections'