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:
authorMarcin Mierzejewski <marcin@mierzejewski.net>2020-05-10 20:52:41 +0300
committerMarcin Mierzejewski <marcin@mierzejewski.net>2020-05-10 20:52:41 +0300
commit8d37fa84025ad08e7e3711e5a9a1c6cbd367590c (patch)
treed6d12783b781e6173768138d6a63dffdfe2c5679 /README.md
parent35452426d04f2e6c95fd79d38495e2d939cfc067 (diff)
netlify: add netlify.toml file
baseof: add missing tag in menu
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index da179c9..71ac0db 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,11 @@ https://mrmierzejewski.com
## Installation
- $ mkdir themes
- $ cd themes
- $ git submodule add https://github.com/mrmierzejewski/hugo-theme-console.git hugo-theme-console
+```sh
+$ 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.