37 lines
585 B
Markdown
37 lines
585 B
Markdown
# theme lowtech
|
|
|
|
## Shortcodes
|
|
|
|
### Year
|
|
|
|
Pour afficher l'année en court :
|
|
|
|
```
|
|
{{< year >}}
|
|
```
|
|
|
|
## Initialisation d'un nouveau 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
|
|
```
|
|
|
|
## Contact
|
|
|
|
Pour la gestion de contact il est possible d'utiliser des shortcodes spécifiques `{{< mail >}}` ou `{{< tel >}}`
|
|
|
|
## Inspirations
|
|
|
|
- https://github.com/yuin/goldmark/issues/59
|
|
- https://github.com/jygastaud/hugo-microtypo
|
|
- https://github.com/russross/blackfriday/issues/439
|