diff --git a/README.md b/README.md index 55ec008..f725abc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# reveal-hugo +# cohabit Custom css : /css/custom.css + + +# thème : reveal-hugo ![License badge](https://img.shields.io/github/license/dzello/reveal-hugo.svg) [![Website up/down badge](https://img.shields.io/website-up-down-green-red/https/reveal-hugo.dzello.com.svg)](https://reveal-hugo.dzello.com/) diff --git a/config.toml b/config.toml index c41d545..f54f426 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,10 @@ title = "Bienvenue au Fablab Coh@bit" disableKinds = ["sitemap", "RSS"] theme = "reveal-hugo" +# css + +custom_css = "css/custom.css" + # uncomment for browsing at file:/// relativeURLs = true uglyURLs = true diff --git a/content/._index.md.swp b/content/._index.md.swp index 960adc5..306387e 100644 Binary files a/content/._index.md.swp and b/content/._index.md.swp differ diff --git a/content/_index.md b/content/_index.md index 218e68c..ebe4a90 100644 --- a/content/_index.md +++ b/content/_index.md @@ -18,7 +18,7 @@ transition_speed = "slow"
///PRÉSENTATION///

-

///PRESENTATION///

+

///PRESENTATION///

///MACHINES-RÉSERVATIONS///
///PROJETS EN COURS///
diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..e97e74b --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,6 @@ + +// css +{{ range .Site.Params.custom.css -}} +