A very simple statically-generated personal site with a blog.
Live Preview: simplesite.jasonhanley.com
- Install Hugo
- Fork and clone this repository
- Make your edits
- Preview locally using
hugo --server
hugo --minify
will generate ready-to-deploy output in /public- Deploy using source control, rsync, etc. (see Hosting and Deployment)
- This example assumes it will be installed at the root of a domain (/)
This project is licensed under the MIT License.