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:
authorHauke Stieler <mail@hauke-stieler.de>2019-03-30 02:42:06 +0300
committerHauke Stieler <mail@hauke-stieler.de>2019-03-30 02:42:06 +0300
commit1303d59241187d04b3b30d7147f4859fcadeb5f7 (patch)
tree7a720605add87dfbdbea981686e3aa1b985b14b5 /README.md
parentfbb0fdb03707787af899b289f23fa714d6536309 (diff)
Remove old documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index 7d4c809..8f9e020 100644
--- a/README.md
+++ b/README.md
@@ -160,10 +160,3 @@ You can use the above configuration with e.g. Google Analytics or use your own J
For a custom JavaScript snippet you have to create a `layouts/partials/tracking.html` file and put the necessary code into this file. The file (if it exists) will be embedded into the header right before the `</head>` tag.
I tested this with the Matomo analytics software, which provides a JavaScript snipped I put into the `tracking.html`.
-
-### Temporarily
-Use the normal hugo `-t` option to specify the theme:
-
-`hugo server -t hamburg`
-
-The theme must be available in the `./themes/hamburg/` folder.