Silo City Labs website using Github Pages.
Learn more about Github Pages at https://pages.github.com and the official documentation. Anyone can create a pull request to publish an article or make a fix based on issues. We just ask that you copy one of the templates in /content/post/samples/. Only admins are allowed to save drafts in the repo.
- Fork, Clone this project
- Add secret "EMAIL" to your repository github actions
To work locally with this project, you'll have to follow the steps below:
- Fork, Clone this project
- Install Hugo
- Preview your project:
hugo server
, your site can be accessed underlocalhost:1313/
. - Add content
We use github actions to make it easy for anyone to fork this repo withouth making a standalone daemon. Our action is set to run on push and once a month. See our build script inside workflows for github actions.
Read more at Hugo's documentation.