Skip to content

iddqd-uk/blog

Repository files navigation

Static Blog

Publish Last commit Discussions

Static blog, generated using hugo (theme docs).

System requirements

  • docker >= 18.0
  • make >= 4.1

Usage

Start local server

For a starting web-server with auto-reload feature, run:

$ make start

New post

To make a new blog post, execute in your terminal:

$ make post

Deploy

Any changes, pushed into master branch will be automatically deployed (be careful with this, think twice before pushing).