The repository cans sourcecode for Droidian official website
The site has been built using hugo. The instructions to install hugo can be found here
The hugo server can be started locally using the command:
$ hugo serve -D
-D flag is provided used to allow draft pages to be included.
The site is up at http://localhost:1313 by default
A new blog page can be added using the CLI using following command :
$ hugo new blog/<name of the post>.md
example:
$ hugo new blog/hybris-mobian-is-now-droidian.md