A Hugo starter project and theme used for harrycresswell.com.
- Hugo
- Hugo pipes for SCSS, Sourcemaps and JS
- Lazysizes.js for image lazy loading
- Responsive image with Cloudinary
- Minimal dependencies
Read more about it in How I built this site.
You need to have Hugo installed locally.
Clone this repository:
git clone https://github.com/harrycresswell/harry.git
To start a local development server at at https://localhost:1313/ run:
hugo server
Whe your ready to build a production ready site, update the baseUrl inside config.toml then run:
hugo --cleanDestinationDir
This will clean the /public folder and run a fresh build ready for production.
All of the content on this site is produced under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 (CC BY-NC-SA 4.0) license.
Head to my Licence page for more information on what you can do with it, and how to provide attribution correctly.