# Doks [![GitHub release](https://img.shields.io/github/release/h-enk/doks.svg?style=flat-square)](https://github.com/h-enk/doks/releases) [![Build Status](https://img.shields.io/travis/h-enk/doks.svg?style=flat-square)](https://travis-ci.org/github/h-enk/doks) [![Netlify](https://img.shields.io/netlify/33fb6ec8-d314-4695-bbb6-2b3c1b665cbf?style=flat-square)](https://doks.netlify.app/) Hugo starter helping you build kick-ass documentation websites. ## What you get - Lightweight code base - 100/A+ scores Google Lighthouse and [Mozilla Observatory](https://observatory.mozilla.org/) - [Algolia DocSearch](https://docsearch.algolia.com/) support - Dark/Light toggle - Blog ready - Easily make it your own - All in [Hyas](https://github.com/h-enk/hyas) ## Requirements Make sure all dependencies have been installed: - Hugo >= 0.69.0/extended - Node.js >= 13.11.0 - npm >= 6.13.7 - Yarn >= 1.22.4 (recommended) ## Get started Create a new Doks project: ```bash $ git clone git@github.com:h-enk/doks.git my-doks-site ``` Install dependencies: ```bash # @ my-doks-site/ $ yarn install ``` Build development theme with live reloading and injection: ```bash # @ 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 - [Hyas](https://gethyas.com/) - [Doks](https://doks.netlify.app/)