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

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Juelg <djuelg@gmx.de>2016-05-10 16:59:09 +0300
committerDominik Juelg <djuelg@gmx.de>2016-05-10 16:59:09 +0300
commitad86da85728bfa53728e7a9c49d040cf41245834 (patch)
tree832b6359daa4a7798ad06069e1bed03d812e029c
parentce40d39538dc12ba0b5105b825e8392b0be4e5b6 (diff)
minor fixes
-rw-r--r--.gitignore1
-rw-r--r--exampleSite/README.md31
-rw-r--r--sample-config.toml4
3 files changed, 13 insertions, 23 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index d298be1..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-public/ \ No newline at end of file
diff --git a/exampleSite/README.md b/exampleSite/README.md
index 2841413..0eb920d 100644
--- a/exampleSite/README.md
+++ b/exampleSite/README.md
@@ -3,35 +3,26 @@ Designed with passion and love.
Shapez is a modern hugo theme using a lot of SVG graphics.
SVG is super cool, but be aware - it can also be very nasty and exhausting.
-Demo: [](http://djuelg-student.github.io/)
-Source: [](https://github.com/djuelg-student/blogv2)
-
-[add picture]
+Demo: [http://djuelg-student.github.io/](http://djuelg-student.github.io/)
+Source: [https://github.com/djuelg-student/blogv2](https://github.com/djuelg-student/blogv2)
# What it's meant to be
Initially I designed this theme for my own blog, but I decided to make it an open source project, because I thought other people might like it, too.
If you want to use it feel free to do so, but be prepared to learn some SVG if you want to adapt the theme to your wishes.
# Features
-- Fullscreen SVG graphic on the homepage for Navigation
+- responsive use of inline SVG
- Timeline on the homepage
- Single pages to write your content
-- possibility to add custom page
-- seeing reading time of articles
-- clear and nice to read design
-- having a sidebar navigation, while neccesarry
+- spread some unstructured content on the playground
+- show reading time of articles
+- modern and nice to read design
+- responsive side or top bar, depending on apsect ratio
- a comment section would be nice to have
-- responsive webdesign
+- responsive webdesign for most common screens
+
+Attention! This theme isn't build with full Internet Explorer Support, nor for devices with a low resolution (e.g. smartphones) - feel free to create a merge request to add support.
# Special Thanks
Special thanks goes to Freepik, Daniel Bruce and Plainicon from [www.flaticon.com](http://www.flaticon.com) for their great icons!
-Furthermore I would like to thank [CrimsonRay](https://github.com/CrimsonRay), the creator of the slender-Theme. He inspired me to make my own theme and I reused some of his code.
-
-# TODO:
-- Durchsichtige Kreis Hitboxen in SVG integrieren
-- Projekt aufräumen
-- SampleContent hinzufügen
-- Std Frontmatter anpassen
-- Ordnerstruktur verschieben
-- Credits in Readme und theme.toml
-- add "hideshow" for all browsers \ No newline at end of file
+Furthermore I would like to thank [CrimsonRay](https://github.com/CrimsonRay), the creator of the slender-Theme. He inspired me to make my own theme and I reused some of his code. \ No newline at end of file
diff --git a/sample-config.toml b/sample-config.toml
index 1af8ab5..ae709bf 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -15,7 +15,7 @@ googleAnalytics = ""
name = "djuelg"
[params]
- # Homepage Start-Screen
+ # Homepage Start-Screen, variables can be left empty
title_l1 = "Shapez Theme"
title_l2 = ""
subtitle_l1 = "Shapez is a theme created for hugo"
@@ -26,7 +26,7 @@ googleAnalytics = ""
message = "I'm a optional important message!"
- # Enter links for the buttons (button one has the house sign)
+ # Enter links for the buttons (button one has the house sign), shouldn't be left empty
button_1 = "/"
button_2 = "/playground/"
button_3 = "/about/"