Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrmierzejewski/hugo-theme-console.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/about/index.md')
-rw-r--r--exampleSite/content/about/index.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/exampleSite/content/about/index.md b/exampleSite/content/about/index.md
index 0933e41..ec0b6ba 100644
--- a/exampleSite/content/about/index.md
+++ b/exampleSite/content/about/index.md
@@ -9,9 +9,11 @@ A minimal, responsive and light theme for Hugo inspired by Linux console.
## Installation
- $ mkdir themes
- $ cd themes
- $ git submodule add https://github.com/mrmierzejewski/hugo-theme-console.git hugo-theme-console
+```
+$ mkdir themes
+$ cd themes
+$ git submodule add https://github.com/mrmierzejewski/hugo-theme-console.git hugo-theme-console
+```
See the [Hugo documentation](https://gohugo.io/themes/installing/) for more information.