Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelboyles/website
My personal website and blog, generated using Hugo
https://github.com/michaelboyles/website
blog hugo website
Last synced: 1 day ago
JSON representation
My personal website and blog, generated using Hugo
- Host: GitHub
- URL: https://github.com/michaelboyles/website
- Owner: michaelboyles
- Created: 2020-08-13T17:44:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T18:34:49.000Z (10 months ago)
- Last Synced: 2024-01-13T10:13:10.668Z (10 months ago)
- Topics: blog, hugo, website
- Language: TeX
- Homepage: https://boyl.es
- Size: 1.92 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My [personal website](https://boyl.es), generated using [Hugo](https://gohugo.io/), hosted on GitHub pages.
The public version exists within `/docs` (GitHub Pages doesn't allow it to be called anything else).
Feel free to submit an [issue](https://github.com/michaelboyles/website/issues) or [PR](https://github.com/michaelboyles/website/pulls) for anything that's objectively wrong: spelling or grammar issues, code examples which don't compile, ~~my opinions~~.
To build and run it locally:
- [Install Hugo](https://gohugo.io/getting-started/installing/). You need the extended version for SASS support. I use `0.85.0`.
- In the root of this repo, run `hugo server`
- Open http://localhost:1313/To deploy to prod:
- `hugo --minify`
- Commit the `docs/` directory and push