Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 826 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 826 Bytes

SimpleSite

A very simple statically-generated personal site with a blog.

Live Preview: simplesite.jasonhanley.com

Getting Started

  • Install Hugo
  • Fork and clone this repository
  • Make your edits
  • Preview locally using hugo --server

Deployment

  • hugo --minify will generate ready-to-deploy output in /public
  • Deploy using source control, rsync, etc. (see Hosting and Deployment)

Notes

  • This example assumes it will be installed at the root of a domain (/)

Dependencies

Author

License

This project is licensed under the MIT License.