From 5b79835f289a73f09b46e563c3777943dc1a0503 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 30 May 2019 14:27:56 +0200 Subject: [PATCH] add hugo file --- hugo.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hugo.md diff --git a/hugo.md b/hugo.md new file mode 100644 index 0000000..7522198 --- /dev/null +++ b/hugo.md @@ -0,0 +1,14 @@ +--- +title: hugo +--- + +hugo is a static website generator + +## Usefull command + +- `hugo server -b localhost/starter` launch a test server on your local machine + - -b is for baseURL option depend to configuration + - you can add -t with theme name if you have few theme installed +- `hugo new site .` create a new site skeleton +- `hugo new test.md ` create a new file in content folder +- `hugo` compile site