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

README.md - github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2cb2aa99051aadd1d927e1354e362244e659a305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 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: [https://themes.gohugo.io/theme/shapez-theme/](https://themes.gohugo.io/theme/shapez-theme/)
- Source: [https://github.com/djuelg/Shapez-Theme](https://github.com/djuelg/Shapez-Theme)

Note: Demo might be buggy because of absolute/relative links.

## Screenshot
![Screenshot](/images/screenshot.png)

## 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.

## Getting started
- copy the file sample-config.toml to your project folder
- replace the file with your config file
- adapt the config according to your wishes
- you are good to go

## Features
- responsive use of inline SVG
- Timeline on the homepage
- Single pages to write your content
- 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 for most common screens (and smartphones)

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](http://www.flaticon.com/authors/freepik), [Daniel Bruce](http://www.flaticon.com/authors/Daniel%20Bruce) and [Plainicon](http://www.flaticon.com/authors/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.
Last but not least, I would like to thank the creator and all the contributors at [Hugo](http://gohugo.io) for their great work!