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

github.com/tastaturtier/someparts-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Leuchter <sandro.leuchter@dama.io>2020-02-12 16:07:44 +0300
committerSandro Leuchter <sandro.leuchter@dama.io>2020-02-12 16:07:44 +0300
commit7baf5a145e11ed6353899c8facf8669a8f473628 (patch)
treeb81f9a4287283b4425038b32ded556e8531894f2
parent3cdd35ea04fdde97552eff0086e07b59030d5cc0 (diff)
added Table of Contents
-rw-r--r--README.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/README.md b/README.md
index 00422f6..a93d549 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,24 @@
Easy to use [Hugo](https://gohugo.io/) theme to present *some parts* of a collection. It is constrained to a limited number of parts -- hence "some" in the name of this [Hugo](https://gohugo.io/) theme. Since the parts are presented in the menubar at the top of every page their number should be less than ten depending on their names (``id`` property).
-[_toc_]
+---
+
+## Overview
+- [Demos](#demos)
+- [Minimum Hugo version](#minimum-hugo-version)
+- [Installation of the ``someparts-hugo`` theme](#installation-of-the-someparts-hugo-theme)
+- [Updating](#updateing)
+- [Run example site](#run-example-site)
+- [Configuration](#configuration)
+ - [The Collection (``/_index.md``)](#the-collection-_indexmd)
+ - [Menu (Drop Down)](#menu-drop-down)
+ - [Icon in front of part-elements](#icon-in-front-of-part-elements)
+ - [Part (e.g. ``/orange/_index.md``, ``/blue.md``)](#part-eg-orange_indexmd-bluemd)
+ - [Ressource (e.g. ``/orange/something.md``)](#ressource-eg-orangesomethingmd)
+- [Third party elements and GDPR compliance](#third-party-elements-and-gdpr-compliance)
+ - [Cookie Consent / Google Analytics](#cookie-consent--google-analytics)
+
+---
## Demos