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-11 20:33:54 +0300
committerSandro Leuchter <sandro.leuchter@dama.io>2020-02-11 20:33:54 +0300
commit41fdca7b1023ada4fa3b79b439c14e7f4c5dcdd8 (patch)
tree55e18c0d50eecbdc14e7090168c5a64218e59056
parent01e59cc636f85d0cccc846060c7a5c586a87538e (diff)
N/A
-rw-r--r--README.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8434586..25097c6 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,53 @@
# someparts-hugo
Minimalistic Hugo theme to present some parts of a collection.
+
+## Demo
+
+https://TBD.netlify.com/
+
+## Minimum Hugo version
+
+Hugo version `0.63.2` or higher is required. View the [Hugo releases](https://github.com/gohugoio/hugo/releases) and download the binary for your OS.
+
+## Installation
+
+From the root of your site:
+
+```
+git submodule add https://github.com/tastaturtier/someparts-hugo.git themes/someparts-hugo
+```
+
+## Updating
+
+From the root of your site:
+
+```
+git submodule update --remote --merge
+```
+
+## Run example site
+
+From the root of `themes/someparts-hugo/exampleSite`:
+
+```
+hugo server --themesDir ../..
+```
+
+## Configuration
+
+Copy the `config.toml` from the [`exampleSite`](https://github.com/tastaturtier/someparts-hugo/tree/master/exampleSite), then edit as desired.
+
+## Favicons
+
+Upload your image to [RealFaviconGenerator](https://realfavicongenerator.net/) then copy-paste the generated favicon files under `static`.
+
+## Override
+
+The ``someparts-hugo``-Theme is made to present parts of a collection. The [`exampleSite`](https://github.com/tastaturtier/someparts-hugo/tree/master/exampleSite) has some colors as part of a palette. The actual usecase ``someparts-hugo`` was made is to present volumes of a book series. It would be easily possible to make it chapters of a book instead.
+
+## Part (e.g. ``/orange/_index.md``)
+### Icon in front of part-elements
+## Ressource (e.g. ``/orange/something.md``)
+## The Collection (``/_index.md``)
+## Menu (Drop Down)
+## Cookie Consent / Google Analytics