From 4462c6ebeb287e254e9ecee551580ad2c0f1d8b9 Mon Sep 17 00:00:00 2001 From: Dominik Juelg Date: Sat, 21 May 2016 18:13:06 +0200 Subject: tested theme against HugoBasicExample --- exampleSite/README.md | 11 ++++++----- exampleSite/config.toml | 5 +++-- layouts/partials/footer.html | 2 +- sample-config.toml | 5 +++-- 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 @@