/website

The source for my website

Primary LanguageCSS

website

This is the source for jamesreuss.co.uk.

It is a static site built using Hugo and Gulp for Sass compilation.

For most post editing and development activities see the Hugo documentation. Also, it might be handy to look at the Sass documentation.

Most of the development and deployment process is taken care of in the Makefile.

Dependencies

Deployment

Just run make.

Development

You have two options. You can either run the Hugo server and Gulp watcher manually in two terminals:

# terminal 1
make dev-html
# terminal 2
make dev-theme

Or utilise make's parallel execution mode by running:

make -j 2 dev