https://github.com/simonwhitaker/s1mn.io
https://github.com/simonwhitaker/s1mn.io
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonwhitaker/s1mn.io
- Owner: simonwhitaker
- Created: 2023-02-01T21:53:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T12:52:46.000Z (over 3 years ago)
- Last Synced: 2025-08-12T05:41:05.026Z (10 months ago)
- Homepage: https://s1mn.io
- Size: 1.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# s1mn.io
The [Hugo](https://gohugo.io) project for the website at https://s1mn.io.
## Getting started
```sh
brew install hugo
```
Then to get the theme:
```sh
git submodule init
git submodule update
```
## To run the site locally:
```
hugo server
```
## Publishing
Just push changes to `main`. [This Github Action](./.github/workflows/gh-pages.yml) builds the site and pushes it to the `gh-pages` branch, which is further configured [here](https://github.com/simonwhitaker/s1mn.io/settings/pages).