- Install go
- Install hugo
- Clone this repository, being sure to get the submodules:
git clone --recurse-submodules --depth 1 https://github.com/opensourcestories/opensourcestories.org.git
To run locally:
$ hugo server
To run locally with drafts enabled:
$ hugo server -D
Navigate to localhost:1313
To generate the HTML, run:
$ hugo
The static files will be stored in the public/
subdirectory.
The theme for this website is based upon ananke.
Thanks goes to these wonderful people (emoji key):
Arthur Milchior 🖋 |
Bailey Powers 💻 🖋 |
This project follows the all-contributors specification. Contributions of any kind welcome!