mirror of
https://github.com/adulau/sillon-fictionnel.git
synced 2024-11-07 12:06:37 +00:00
Alexandre Dulaunoy
b609fe8040
Cela utilise un lecteur audio libre HTML5 du nom de plyr (disponible https://github.com/sampotts/plyr). Le shortcut audio est basé sur l'excellente librairie de Monsieur Roneo (Seb) qui est disponible à cette adresse https://gitlab.com/Roneo/hugo-shortcode-roneo-collection J'ai fait quelques modifications pour éviter le lien avec des vilains CDNs et que cela colle dans le Sillon. La documentation est aussi modifiée pour satisfaire les amis du Sillon. |
||
---|---|---|
.. | ||
_vendor | ||
archetypes | ||
assets | ||
hugoBasicExample | ||
images | ||
layouts | ||
resources/_gen | ||
.hugo_build.lock | ||
config.yaml | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md | ||
theme.toml |
Write-Only Hugo Theme
Write-Only Hugo is a simple, clean and straightforward blog theme.
Live Demo
See here.
Quick Start
If you are creating a new website, the quickest way to get up and running is to clone the demo website.
git clone https://gitlab.com/writeonlyhugo/writeonlyhugo-demo.git
Alternatively, you can clone just the theme to your theme folder:
git clone https://gitlab.com/writeonlyhugo/writeonlyhugo-theme.git themes/writeonlyhugo-theme
The folder hugoBasicExample
contains a working version of a website with the
theme. It includes: the configuration file config.yaml
and the content folder
content
with the usual markdown examples.
Quick Test
To test the website:
cd hugoBasicExample && hugo server --themesDir ../..
License
Write-Only Hugo Theme is licensed under the MIT license.