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-21 19:13:06 +0300
committerDominik Juelg <djuelg@gmx.de>2016-05-21 19:13:06 +0300
commit4462c6ebeb287e254e9ecee551580ad2c0f1d8b9 (patch)
tree44a4decf4ea7dfe265e67942615fe020180170b2
parenta8cd1639b1d0ddf733b169cc4ebd78616fdc2a73 (diff)
tested theme against HugoBasicExample
-rw-r--r--exampleSite/README.md11
-rw-r--r--exampleSite/config.toml5
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--sample-config.toml5
4 files changed, 13 insertions, 10 deletions
diff --git a/exampleSite/README.md b/exampleSite/README.md
index 0eb920d..e6b2cb3 100644
--- a/exampleSite/README.md
+++ b/exampleSite/README.md
@@ -3,8 +3,8 @@ 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/](http://djuelg-student.github.io/)
-Source: [https://github.com/djuelg-student/blogv2](https://github.com/djuelg-student/blogv2)
+Demo: [http://djuelg.github.io/](http://djuelg.github.io/)
+Source: [https://github.com/djuelg/Shapez-Theme](https://github.com/djuelg/Shapez-Theme)
# 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.
@@ -19,10 +19,11 @@ If you want to use it feel free to do so, but be prepared to learn some SVG if y
- 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 for most common screens
+- responsive webdesign for most common screens (and smartphones)
-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.
+Attention! This theme isn't build with full Internet Explorer Support - 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. \ 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.
+Last but not least, I would like to thank the creator and all the contributors at [Hugo](http://gohugo.io) for their great work! \ No newline at end of file
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e311065..60b5ac4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -4,9 +4,10 @@
baseurl = "http://0.0.0.0/"
title = "Shapez Theme"
theme = "Shapez-Theme"
-author = "djuelg"
copyright = "Copyright (c) 2016, djuelg; all rights reserved."
-
+[author]
+ name = "djuelg"
+
languageCode = "en-US"
MetaDataFormat = "toml"
paginate = 8
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 4f0b523..c0d12fa 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,6 +1,6 @@
<footer class="footer-container lin-gradient-revert">
<div class="footer">
- <p> {{ .Site.Params.footer }} </p>
+ <p> {{ .Site.Copyright }} </p>
<p>ยท</p>
<a href="/about/" rel="me"><p> {{ .Site.Author.name }} </p></a>
</div>
diff --git a/sample-config.toml b/sample-config.toml
index e311065..60b5ac4 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -4,9 +4,10 @@
baseurl = "http://0.0.0.0/"
title = "Shapez Theme"
theme = "Shapez-Theme"
-author = "djuelg"
copyright = "Copyright (c) 2016, djuelg; all rights reserved."
-
+[author]
+ name = "djuelg"
+
languageCode = "en-US"
MetaDataFormat = "toml"
paginate = 8