2021-03-11 15:42:54 +01:00
|
|
|
# theme lowtech
|
|
|
|
|
|
|
|
Création d'un site
|
|
|
|
|
|
|
|
```sh
|
|
|
|
hugo new site exemple
|
|
|
|
cd exemple
|
|
|
|
git init
|
|
|
|
```
|
|
|
|
|
|
|
|
Ajout du thème :
|
|
|
|
|
|
|
|
```sh
|
|
|
|
cd themes
|
|
|
|
git submodule add https://git.weko.io/kosssi/hugo-theme-lowtech.git
|
|
|
|
```
|
|
|
|
|
2021-07-03 16:03:24 +02:00
|
|
|
## Contact
|
|
|
|
|
|
|
|
Pour la gestion de contact il est possible d'utiliser des shortcodes spécifiques `{{< mail >}}` ou `{{< tel >}}`
|
|
|
|
|
2021-03-11 15:42:54 +01:00
|
|
|
## Inspirations
|
|
|
|
|
|
|
|
- https://github.com/yuin/goldmark/issues/59
|
|
|
|
- https://github.com/jygastaud/hugo-microtypo
|
|
|
|
- https://github.com/russross/blackfriday/issues/439
|