/blog

My Blog Source

Primary LanguageHTML

Ardianta Blog

Hugo version

This is my blog's source code. Sorry, I don't accept pull request, because this repository is mirrored from Gitlab. But, feel free to report any issue.

Requirements

You need to install Hugo 0.86.0 to build and run this blog

Build

To read this blog locally, you need to clone this repository:

git clone --depth 1 https://github.com/ardianta/blog.git ardianta-blog

Then run the hugo server:

cd ardianta-blog
▶ hugo server

Started building sites ...
.
.
Serving pages from memory
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop