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

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeichi Takahashi <keichi.t@me.com>2015-02-03 18:41:34 +0300
committerKeichi Takahashi <keichi.t@me.com>2015-02-03 18:41:34 +0300
commit9c8318a2181262dc0e8f6532a4480240e50e0735 (patch)
tree68d7962851d64d2c42d057c0df0e33b9ffcf4d49 /README.md
parent5bfedded5c7127d5560215e0f963b938cbff937e (diff)
Improve README readability
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7814b8c..0fae7d5 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Notable features are:
In your hugo site directory, run:
-```
+```shell
$ mkdir themes
$ cd themes
$ git clone https://github.com/keichi/vienna
@@ -28,7 +28,7 @@ $ git clone https://github.com/keichi/vienna
You may specify following options in `config.toml` of your site to make use of
this theme's feattures.
-```
+```toml
baseurl = "Your site URL"
languageCode = "en-us"
title = "Your site title"
@@ -54,7 +54,7 @@ copyright = "&copy; Copyright notice"
Use hugo's `-t vienna` or `--theme=vienna` option with hugo commands.
Example:
-```
+```shell
$ hugo server -t vienna -w -D
```