- Install dependencies:
npm install
- Start Gulp for asset compilation:
gulp
- In a new terminal window, start the server:
docker-compose up
- Open
http://localhost:1313
in a browser
Edit the .scss
and .js
files in the /src
directory (NOT in /static
).
hugo new episodes/201X-XX-XX-episode-XX-episode-title-here.md
You can create this file by hand in the filesystem, but the above command will use the
archetypes/episodes.md
template to populate all the necessary front matter, saving
you precious, precious time.
This probably won't happen often, but if needed, run:
hugo new somepage.md