Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 688 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 688 Bytes

The repository cans sourcecode for Droidian official website

The site has been built using hugo. The instructions to install hugo can be found here

Running the hugo server for development

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

Adding new blog page

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