Source code for the DIYnamics website: https://diynamics.github.io/
This repository holds the source code for the website of the "DIYnamics" science education and outreach project.
Want to use or learn more about the DIYnamics materials? Visit the page directly: https://diynamics.github.io/
If you are a DIYnamics member or someone else interested in improving our website, then feel free to browse our source code and/or open an Issue with any questions or suggestions. Thanks!
(Note: for internal use only. Only select DIYnamics team members have write access to the repo. Contact Spencer to request write permission.)
Our builds use Pelican and the ghp-import utility, both of which you can install via pip or conda.
To build the site, from the repo top-level directory:
git checkout develop
make clean && make html
ghp-import output -b master
git checkout master
git push origin master
git checkout develop