8000 GitHub - jimjibone/website: The source for my website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jimjibone/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The source for my website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0