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

github.com/appernetic/hugo-nederburg-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoransv <gsv@appernetic.io>2019-02-13 23:15:22 +0300
committerGitHub <noreply@github.com>2019-02-13 23:15:22 +0300
commitb7d9595ad077e05199f22ec44197292eac42a78c (patch)
tree5a8ec2a244b41d6fd6ef3c08563c4dc464af20ba
parenta638d9e607f5cc8b498cfa8b72e9f013b060f0e4 (diff)
Rearange the order of content
-rw-r--r--README.md24
1 files changed, 11 insertions, 13 deletions
diff --git a/README.md b/README.md
index 6f93e91..af37ab4 100644
--- a/README.md
+++ b/README.md
@@ -100,23 +100,11 @@ Default is to use the static folder for images. If you want to have images in th
```toml
#UsePostImgFolder = true
```
-
-### Nearly finished
-
-In order to see your site in action, run Hugo's built-in local server.
-
-```
-$ hugo server
-```
-
-Now enter [`localhost:1313`](http://localhost:1313) in the address bar of your browser.
-
-
### Privacy settings for Google Analytics
Thanks to [mstroh76](https://github.com/mstroh76) we now have privacy settings for analytics. This is how you configure it (included in exampleSite config.toml):
-```
+```toml
[privacy]
# Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics
[privacy.googleAnalytics]
@@ -128,6 +116,16 @@ Thanks to [mstroh76](https://github.com/mstroh76) we now have privacy settings f
useSessionStorage = false
```
+### Nearly finished
+
+In order to see your site in action, run Hugo's built-in local server.
+
+```
+$ hugo server
+```
+
+Now enter [`localhost:1313`](http://localhost:1313) in the address bar of your browser.
+
## Things to do and not (yet) implemented