Skip to content

melroy89/melroy-blog

Repository files navigation

Melroy's Blog

My blog using Hugo. Which is leveraging markdown as it's default format for the content.

Live

Live at: blog.melroy.org
Fallback URL: melroy89.github.io/melroy-blog (In case of emergency)

Local build

Requirements

If you want to build the website yourself.
You'll need to install the hugo command first.

Run local server

Then execute: hugo server

If you also want to build draft blog articles, run: hugo server -D

Other

Hint: Execute date +%Y-%m-%dT%H:%M:%S+01:00 which generate the correct date string for the posts.