From 542c1adaa52c7519a919db627f9227e3c5263aa7 Mon Sep 17 00:00:00 2001 From: Simon C Date: Thu, 11 Mar 2021 15:42:54 +0100 Subject: [PATCH] feat: Add documentation --- README.md | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f9070d..e678479 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ -https://github.com/yuin/goldmark/issues/59 -https://github.com/jygastaud/hugo-microtypo -https://github.com/russross/blackfriday/issues/439 +# 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 +``` + +## Inspirations + +- https://github.com/yuin/goldmark/issues/59 +- https://github.com/jygastaud/hugo-microtypo +- https://github.com/russross/blackfriday/issues/439