Il est possible de lire la documentation dans [le dossier portails](https://git.resilien.fr/ResiLien/portails/src/branch/main/portails)
21698dd198 | ||
---|---|---|
.dependabot | ||
archetypes | ||
assets | ||
config | ||
content | ||
data | ||
layouts | ||
static | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.stylelintignore | ||
.stylelintrc.json | ||
.travis.yml | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
netlify.toml | ||
package.json | ||
yarn.lock |
README.md
Doks
Doks is a Hugo starter helping you build modern documentation websites.
Features
- Lightweight code base
- 100 scores Google Lighthouse
- A+ scores Mozilla Observatory
- Algolia DocSearch support
- Dark/Light toggle
- Blog ready
- Easily make it your own
- All in Hyas
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 errorsyarn lint:scripts
- Check JavaScript for errorsyarn clean
- Delete temporary directoriesyarn build
- Build production theme