Skip to content

droidian-releng/docs.droidian.org

Repository files navigation

The repository cans sourcecode for Droidian Documentation page

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 porting doc page can be added using the CLI using following command :

$ hugo new porting-guide/<name of the doc>.md

example:

$ hugo new porting-guide/kernel-compilation.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published