From b7d9595ad077e05199f22ec44197292eac42a78c Mon Sep 17 00:00:00 2001 From: goransv Date: Wed, 13 Feb 2019 21:15:22 +0100 Subject: Rearange the order of content --- README.md | 24 +++++++++++------------- 1 file 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 -- cgit v1.2.3