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 7e6ca1fc73 Update for content+ 2020-04-17 11:15:31 +02:00
.dependabot Initial commit 2020-04-15 15:48:16 +02:00
archetypes Update for content 2020-04-16 14:42:09 +02:00
assets Update for content 2020-04-16 14:42:09 +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 content 2020-04-16 14:42:09 +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 README + CHANGELOG 2020-04-16 16:30:17 +02:00
LICENSE Initial commit 2020-04-15 15:48:16 +02:00
README.md Update for content+ 2020-04-17 11:15:31 +02:00
netlify.toml Update CSP+ 2020-04-15 20:17:05 +02:00
package.json Remove alpinejs 2020-04-16 08:38:41 +02:00
yarn.lock Remove alpinejs 2020-04-16 08:38:41 +02: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