portails/content/docs/prologue/introduction.md

1.4 KiB

title description lead date draft images menu weight toc
Introduction Introduction Doks. Doks is a Hugo starter helping you build modern documentation websites. 2020-04-17T08:48:57+00:00 false
image-doks.png
docs
parent
prologue
010 true

Features

See a working example at doks.netlify.app

Requirements

Make sure all dependencies have been installed:

Get started

Create a new Doks project:

$ git clone git@github.com:h-enk/doks.git my-doks-site

Install dependencies:

# @ my-doks-site/
$ yarn install

Build development theme with live reloading and injection:

# @ my-doks-site/
$ yarn start

Other commands

  • yarn lint:styles - Check Sass for errors
  • yarn lint:scripts - Check JavaScript for errors
  • yarn clean - Delete temporary directories
  • yarn build - Build production theme

Documentation