From bd6f4646adcf1d1dc7759389c44356c112d1995b Mon Sep 17 00:00:00 2001 From: Nicolas JEUDY Date: Thu, 29 Jun 2023 11:52:29 +0200 Subject: [PATCH] [POC] update readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8282b7..b329726 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ This repository contains code to generate a Hugo website based on markedown files coming from [Hedgedoc](https://hedgedoc.org/). - ## Install ### Install Hugo @@ -28,15 +27,22 @@ mkdir themes ``` 2. Import your code in the repo `themes`, for instance: + ``` cd themes git clone https://github.com/matcornic/hugo-theme-learn.git ``` +## Sync data + +``` +./update.sh +``` ## Run your Hugo Launch the following command from your local repository: + ``` hugo serve -``` \ No newline at end of file +```