Il est possible de lire la documentation dans [le dossier portails](https://git.resilien.fr/ResiLien/portails/src/branch/main/portails)
Go to file
Henk Verlinde 90cea786c1 fix: update badges 2020-10-27 10:51:51 +01:00
.github Create dependabot.yml 2020-10-27 10:31:45 +01:00
archetypes Update for content 2020-04-16 14:42:09 +02:00
assets Update for UX 2020-04-18 11:48:03 +02:00
config Update for content+ 2020-04-17 11:15:31 +02:00
content Update for content+ 2020-04-17 11:15:31 +02:00
data Initial commit 2020-04-15 15:48:16 +02:00
layouts Update for W3C markup validation 2020-04-17 11:22:19 +02:00
static Update for content 2020-04-16 14:42:09 +02:00
.editorconfig Initial commit 2020-04-15 15:48:16 +02:00
.eslintignore Initial commit 2020-04-15 15:48:16 +02:00
.eslintrc.json Initial commit 2020-04-15 15:48:16 +02:00
.gitignore Initial commit 2020-04-15 15:48:16 +02:00
.stylelintignore Initial commit 2020-04-15 15:48:16 +02:00
.stylelintrc.json Initial commit 2020-04-15 15:48:16 +02:00
.travis.yml Update for Travis CI 2020-04-16 16:42:30 +02:00
CHANGELOG.md Update for UX 2020-04-18 11:48:03 +02:00
LICENSE Initial commit 2020-04-15 15:48:16 +02:00
README.md fix: update badges 2020-10-27 10:51:51 +01:00
netlify.toml Update CSP+ 2020-04-15 20:17:05 +02:00
package.json deps: update for dependabot PR's 2020-10-27 10:46:31 +01:00
yarn.lock deps: update for dependabot PR's 2020-10-27 10:46:31 +01:00

README.md

Doks

GitHub release Build Status Netlify

Doks is a Hugo starter helping you build modern documentation websites.

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