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

github.com/leonhe/hugo_eiio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon He <leonhe86@gmail.com>2016-12-06 09:23:27 +0300
committerLeon He <leonhe86@gmail.com>2016-12-06 09:23:27 +0300
commite397f77a3ec20ec3df4276c35b326c4a02591ccf (patch)
treec0ed2c40698d74f0a6ee217312ebe21fc92d4184 /README.md
parent7e6cc2949d208643a552045f44dfa71ca6fda42a (diff)
update code style
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0b0a672..f8e9a94 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,14 @@ This is a [hugo](https://gohugo.io/) static blog engine theme, if you like this
[See Dome](https://feiio.com)
# Installation
Inside the folder of your Hugo site run:
-`
+```
cd themes
git clone https://github.com/leonhe/hugo_eiio
-`
+
+```
# Config
Modify your configuration:
-`
+```
baseurl = "https://feiio.com/"
title = "阿拉伯的鞋匠"
languageCode = "zh-CN"
@@ -36,4 +37,5 @@ googleAnalytics='UA-66653712-1'
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
-`
+
+```