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 the content on this website, and how to provide attribution correctly.
I have made the repository for this site public to aid the learning of others. However, this doesn’t mean you can copy the design verbaitim.
You may remix, adapt, or distribute the design and/or code of this website, provided that the resulting work differs substantially in layout, color scheme, or overall visual presentation from the original.