Technical Documentation Site

Version 0.9.0

Technical Cheat Sheets

Installation

Download Hugo theme

If you have git installed, you can do the following at the command-line-interface within the Hugo directory:

cd themes
git clone https://github.com/thingsym/hugo-theme-techdoc.git

For more information read the Hugo documentation.

Configure

You may specify options in config.toml (or config.yaml/config.json) of your site to make use of this theme’s features.

For an example of config.toml, see config.toml in exampleSite.

See the Configuration documentation.

Preview site

To preview your site, run Hugo’s built-in local server.

hugo server -t hugo-theme-techdoc

Browse site on http://localhost:1313

Last updated on 17 Oct 2017
Published on 17 Oct 2017
Edit on GitHub