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 23:57:47 +0300
committerSandro Leuchter <sandro.leuchter@dama.io>2020-02-11 23:57:47 +0300
commitf8ed9e937524de8bdd736e37cf3d0b703e4d4b9f (patch)
treed384f330e030bcb6172425ceead63b87131b3810
parentbe73758c45fe03048f88effc0a041cbfcb07b40a (diff)
dropped resource type in favour of _default/single.html
-rw-r--r--README.md6
-rw-r--r--exampleSite/content/imprint.md1
-rw-r--r--exampleSite/content/orange/something copy.md1
-rw-r--r--exampleSite/content/orange/something.md1
-rw-r--r--exampleSite/content/privacy.md1
-rw-r--r--layouts/_default/single.html (renamed from layouts/resource/single.html)0
6 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index 8dbda73..e289929 100644
--- a/README.md
+++ b/README.md
@@ -40,10 +40,6 @@ hugo server --themesDir ../..
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.
@@ -51,6 +47,8 @@ The ``someparts-hugo``-Theme is made to present parts of a collection. The [`exa
## Part (e.g. ``/orange/_index.md``)
### Icon in front of part-elements
## Ressource (e.g. ``/orange/something.md``)
+``_default`` (``single.html``)
## The Collection (``/_index.md``)
+``_default`` (``list.html``)
## Menu (Drop Down)
## Cookie Consent / Google Analytics
diff --git a/exampleSite/content/imprint.md b/exampleSite/content/imprint.md
index 2b4dc2c..03e2939 100644
--- a/exampleSite/content/imprint.md
+++ b/exampleSite/content/imprint.md
@@ -1,5 +1,4 @@
---
-type: resource
title: Imprint
---
diff --git a/exampleSite/content/orange/something copy.md b/exampleSite/content/orange/something copy.md
index 0f7c941..158dbd5 100644
--- a/exampleSite/content/orange/something copy.md
+++ b/exampleSite/content/orange/something copy.md
@@ -1,5 +1,4 @@
---
-type: resource
title: Even more thoughts on oranges
weight: 2
---
diff --git a/exampleSite/content/orange/something.md b/exampleSite/content/orange/something.md
index e12ad78..aa93f37 100644
--- a/exampleSite/content/orange/something.md
+++ b/exampleSite/content/orange/something.md
@@ -1,5 +1,4 @@
---
-type: resource
title: Some Thoughts on Oranges
weight: 1
---
diff --git a/exampleSite/content/privacy.md b/exampleSite/content/privacy.md
index d3dab78..11d3c94 100644
--- a/exampleSite/content/privacy.md
+++ b/exampleSite/content/privacy.md
@@ -1,5 +1,4 @@
---
-type: resource
title: Privacy Policy
---
diff --git a/layouts/resource/single.html b/layouts/_default/single.html
index 14706f4..14706f4 100644
--- a/layouts/resource/single.html
+++ b/layouts/_default/single.html