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-04 16:46:08 +0300
committerDominik Juelg <djuelg@gmx.de>2016-05-04 16:46:08 +0300
commit5483d3634dd4ad4f6662d81dee6825382c15c523 (patch)
tree5b58e8d141dbe409942cbe3c3f5dfd202c84db0d
parentf8b6a6d670fe9fe62dc3370beec59d4dbdf03c5a (diff)
added exampleSite
-rw-r--r--themes/dj_blog/exampleSite/.gitignore1
-rw-r--r--themes/dj_blog/exampleSite/README.md37
-rw-r--r--themes/dj_blog/exampleSite/config.toml35
-rw-r--r--themes/dj_blog/exampleSite/content/about.md11
-rw-r--r--themes/dj_blog/exampleSite/content/playground/01-playground.md11
-rw-r--r--themes/dj_blog/exampleSite/content/post/.gitkeep0
-rw-r--r--themes/dj_blog/exampleSite/static/.gitkeep0
7 files changed, 95 insertions, 0 deletions
diff --git a/themes/dj_blog/exampleSite/.gitignore b/themes/dj_blog/exampleSite/.gitignore
new file mode 100644
index 0000000..d298be1
--- /dev/null
+++ b/themes/dj_blog/exampleSite/.gitignore
@@ -0,0 +1 @@
+public/ \ No newline at end of file
diff --git a/themes/dj_blog/exampleSite/README.md b/themes/dj_blog/exampleSite/README.md
new file mode 100644
index 0000000..2841413
--- /dev/null
+++ b/themes/dj_blog/exampleSite/README.md
@@ -0,0 +1,37 @@
+# Shapez Theme for Hugo
+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]
+
+# 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
+- 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
+- a comment section would be nice to have
+- responsive webdesign
+
+# 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
diff --git a/themes/dj_blog/exampleSite/config.toml b/themes/dj_blog/exampleSite/config.toml
new file mode 100644
index 0000000..141017a
--- /dev/null
+++ b/themes/dj_blog/exampleSite/config.toml
@@ -0,0 +1,35 @@
+# Creator: djuelg @ https://github.com/djuelg
+
+# Run via: hugo server --theme=shapez --buildDrafts --bind="0.0.0.0"
+
+baseurl = "http://0.0.0.0/"
+title = "Shapez Theme"
+languageCode = "en-US"
+MetaDataFormat = "toml"
+theme = "shapez"
+paginate = 8
+PaginatePath = "page"
+googleAnalytics = ""
+
+[author]
+ name = "djuelg"
+
+[params]
+ # Homepage Start-Screen-SVG
+ title_l1 = "Shapez Theme"
+ title_l2 = ""
+ subtitle_l1 = "Shapez is a theme created for hugo"
+ subtitle_l2 = "with SVG pictures as partials."
+ subtitle_l3 = ""
+ title_link = "/about/"
+ subtitle_link = ""
+
+ # Enter links for the buttons (button one has the house sign)
+ button_1 = "/"
+ button_2 = "/playground/"
+ button_3 = "/about/"
+
+ footer = "Copyright 2016"
+ keywords = "hugo, blog, Shapez, SVG, design"
+
+ logo = "/images/logo.png" \ No newline at end of file
diff --git a/themes/dj_blog/exampleSite/content/about.md b/themes/dj_blog/exampleSite/content/about.md
new file mode 100644
index 0000000..ef3a51a
--- /dev/null
+++ b/themes/dj_blog/exampleSite/content/about.md
@@ -0,0 +1,11 @@
+---
+date: 2016-04-21
+title: About
+weight: 70
+---
+
+The shapez theme is a theme created with [hugo](http://gohugo.io/).
+Hugo is a static site generator using markdown-files to render it's content.
+
+__Special thanks__ goes to Freepik, Daniel Bruce and Plainicon for publishing their icons at [Flaticon](http://www.flaticon.com).
+Furthermore I would like to thank the creator of the [Slender Theme](http://themes.gohugo.io/slender/), wich brought me to create my own theme - using some code of slender ;) \ No newline at end of file
diff --git a/themes/dj_blog/exampleSite/content/playground/01-playground.md b/themes/dj_blog/exampleSite/content/playground/01-playground.md
new file mode 100644
index 0000000..8427fc0
--- /dev/null
+++ b/themes/dj_blog/exampleSite/content/playground/01-playground.md
@@ -0,0 +1,11 @@
+---
+lastmod: 2015-08-04
+date: 2014-05-26
+linktitle: Comments
+title: The "Playground section"
+weight: 30
+---
+
+Here you can see the "palyground"-section.
+It is used for less important content, wich isnt updated regulary and must not be in a strict structure.
+The special thing of this section is the fact, that every article is fully viewable and every article is on the same page (e.g. at `/playground/`). \ No newline at end of file
diff --git a/themes/dj_blog/exampleSite/content/post/.gitkeep b/themes/dj_blog/exampleSite/content/post/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/themes/dj_blog/exampleSite/content/post/.gitkeep
diff --git a/themes/dj_blog/exampleSite/static/.gitkeep b/themes/dj_blog/exampleSite/static/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/themes/dj_blog/exampleSite/static/.gitkeep