Skip to content

Commit f95c433

Browse files
Keatsactions-user
authored andcommitted
Update themes gallery (getzola#1742)
Co-authored-by: GitHub Action <[email protected]>
1 parent 9854906 commit f95c433

File tree

44 files changed

+893
-256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+893
-256
lines changed

docs/content/themes/DeepThought/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
title = "DeepThought"
44
description = "A simple blog theme focused on writing powered by Bulma and Zola."
55
template = "theme.html"
6-
date = 2022-01-17T03:13:30+08:00
6+
date = 2022-01-23T23:20:14+01:00
77

88
[extra]
9-
created = 2022-01-17T03:13:30+08:00
10-
updated = 2022-01-17T03:13:30+08:00
9+
created = 2022-01-23T23:20:14+01:00
10+
updated = 2022-01-23T23:20:14+01:00
1111
repository = "https://github.com/RatanShreshtha/DeepThought.git"
1212
homepage = "https://github.com/RatanShreshtha/DeepThought"
1313
minimum_version = "0.9.0"

docs/content/themes/Ergo/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
title = "Ergo"
44
description = "A simple blog Theme focused on writing, inspired by svbtle"
55
template = "theme.html"
6-
date = 2022-01-17T03:13:30+08:00
6+
date = 2022-01-23T23:20:14+01:00
77

88
[extra]
9-
created = 2022-01-17T03:13:30+08:00
10-
updated = 2022-01-17T03:13:30+08:00
9+
created = 2022-01-23T23:20:14+01:00
10+
updated = 2022-01-23T23:20:14+01:00
1111
repository = "https://github.com/InsidiousMind/Ergo.git"
1212
homepage = "https://github.com/insipx/Ergo"
1313
minimum_version = "0.4.1"

docs/content/themes/Zulma/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
title = "Zulma"
44
description = "A zola theme based off bulma.css"
55
template = "theme.html"
6-
date = 2022-01-17T03:13:30+08:00
6+
date = 2022-01-23T23:20:14+01:00
77

88
[extra]
9-
created = 2022-01-17T03:13:30+08:00
10-
updated = 2022-01-17T03:13:30+08:00
9+
created = 2022-01-23T23:20:14+01:00
10+
updated = 2022-01-23T23:20:14+01:00
1111
repository = "https://github.com/Worble/Zulma"
1212
homepage = "https://github.com/Worble/Zulma"
1313
minimum_version = "0.6.0"

docs/content/themes/adidoks/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
title = "adidoks"
44
description = "AdiDoks is a Zola theme helping you build modern documentation."
55
template = "theme.html"
6-
date = 2022-01-17T03:13:30+08:00
6+
date = 2022-01-23T23:20:14+01:00
77

88
[extra]
9-
created = 2022-01-17T03:13:30+08:00
10-
updated = 2022-01-17T03:13:30+08:00
9+
created = 2022-01-23T23:20:14+01:00
10+
updated = 2022-01-23T23:20:14+01:00
1111
repository = "https://github.com/aaranxu/adidoks.git"
1212
homepage = "https://github.com/aaranxu/adidoks"
1313
minimum_version = "0.13.0"
@@ -21,7 +21,7 @@ homepage = "https://github.com/aaranxu"
2121

2222
# Zola Theme AdiDoks
2323

24-
AdiDoks is a mordern documentation theme, which is a port of the Hugo
24+
AdiDoks is a modern documentation theme, which is a port of the Hugo
2525
theme [Doks](https://github.com/h-enk/doks) for Zola.
2626

2727
## Demo
@@ -73,7 +73,7 @@ git submodule add https://github.com/aaranxu/adidoks.git themes/adidoks
7373

7474
### Step 3: Configuration
7575

76-
Enable the theme in your `config.toml` in the site derectory:
76+
Enable the theme in your `config.toml` in the site directory:
7777

7878
```toml
7979
theme = "adidoks"

docs/content/themes/after-dark/index.md

+21-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
title = "after-dark"
44
description = "A robust, elegant dark theme"
55
template = "theme.html"
6-
date = 2022-01-17T03:13:30+08:00
6+
date = 2022-01-23T23:20:14+01:00
77

88
[extra]
9-
created = 2022-01-17T03:13:30+08:00
10-
updated = 2022-01-17T03:13:30+08:00
9+
created = 2022-01-23T23:20:14+01:00
10+
updated = 2022-01-23T23:20:14+01:00
1111
repository = "https://github.com/getzola/after-dark.git"
1212
homepage = "https://github.com/getzola/after-dark"
1313
minimum_version = "0.11.0"
@@ -29,6 +29,7 @@ homepage = "https://www.vincentprouillet.com"
2929
- [Options](#options)
3030
- [Top menu](#top-menu)
3131
- [Title](#title)
32+
- [Author](#author)
3233

3334
## Installation
3435
First download this theme to your `themes` directory:
@@ -86,6 +87,23 @@ The site title is shown on the homepage. As it might be different from the `<tit
8687
element that the `title` field in the config represents, you can set the `after_dark_title`
8788
instead.
8889

90+
### Author
91+
You can set this on a per page basis or in the config file.
92+
93+
`config.toml`:
94+
```toml
95+
[extra]
96+
author = "John Smith"
97+
```
98+
In a page (wrap this in +++):
99+
```toml
100+
title = "..."
101+
date = 1970-01-01
102+
103+
[extra]
104+
author = "John Smith"
105+
```
106+
89107
## Original
90108
This template is based on the Hugo template https://git.habd.as/comfusion/after-dark
91109

docs/content/themes/anatole-zola/index.md

+32-19
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
title = "anatole-zola"
44
description = "A port of farbox-theme-Anatole for zola"
55
template = "theme.html"
6-
date = 2022-01-17T03:13:30+08:00
6+
date = 2022-01-23T23:20:14+01:00
77

88
[extra]
9-
created = 2022-01-17T03:13:30+08:00
10-
updated = 2022-01-17T03:13:30+08:00
9+
created = 2022-01-23T23:20:14+01:00
10+
updated = 2022-01-23T23:20:14+01:00
1111
repository = "https://github.com/longfangsong/anatole-zola.git"
1212
homepage = "https://github.com/longfangsong/anatole-zola"
1313
minimum_version = "0.4.0"
@@ -21,14 +21,14 @@ homepage = "https://github.com/longfangsong"
2121

2222
# Anatole Theme for Zola
2323

24-
Port [Anatole theme for farbox](https://github.com/hi-caicai/farbox-theme-Anatole) to Zola.
25-
24+
*[Anatole theme for Farbox](https://github.com/hi-caicai/farbox-theme-Anatole) ported to Zola*
25+
___
26+
[Zola Homepage](https://www.getzola.org/themes/anatole-zola/) | [Demo with customizations](https://longfangsong.github.io/)
27+
___
2628
![screenshot](./screenshot.png)
2729

2830
![screenshot-mobile](./screenshot-mobile.png)
2931

30-
You can view my blog for an example configuation, with customizations.
31-
3232
## Installation
3333

3434
First download this theme to your `themes` directory:
@@ -59,17 +59,17 @@ base_url = "https://example.com"
5959

6060
### Language
6161

62-
Currently, we have English and Chinese translation, set the `default_language` if necessary:
62+
Currently, we have English, Chinese and German translations, set the `default_language` if necessary:
6363

6464
```toml
6565
# 如果你想要中文
6666
default_language = "zh"
6767
```
6868

69-
It's sad that transations in themes are not working, you can copy these to your `config.toml`:
69+
If there are complications, you can copy this snippet to your `config.toml`:
7070

7171
```toml
72-
[translations.en]
72+
[languages.en.translations]
7373
about = "About"
7474
home = "Home"
7575
tags = "Tags"
@@ -78,17 +78,27 @@ links = "Links"
7878
next_page = "Next Page"
7979
last_page = "Last Page"
8080

81-
[translations.zh]
81+
[languages.zh.translations]
8282
home = "首页"
8383
about = "关于"
8484
tags = "标签"
8585
archive = "归档"
8686
links = "友链"
8787
next_page = "下一页"
8888
last_page = "上一页"
89+
90+
[languages.de.translations]
91+
about = "Info"
92+
home = "Home"
93+
tags = "Kategorien"
94+
archive = "Archiv"
95+
links = "Links"
96+
date_format = "%d-%m-%Y"
97+
next_page = "Nächste Seite"
98+
last_page = "Vorherige Seite"
8999
```
90100

91-
Feel free to create a pull request if you want to translate the promotes into other languages!
101+
Feel free to create a pull request if you want to translate the theme into other languages!
92102

93103
### Sections
94104

@@ -112,7 +122,7 @@ Tags and links sections are optional.
112122
links = true
113123
```
114124

115-
and copy `content/links` to your own `content` library. And edit the `_index.md` in it to edit its content.
125+
and copy `content/links` to your own `content` library. And edit the `_index.md` in it to modify its content.
116126

117127
- If you want to add the author's name on each page, add:
118128

@@ -123,11 +133,12 @@ Tags and links sections are optional.
123133

124134
### Sidebar menu
125135

126-
We support a bunch of social links, they are:
136+
We support a bunch of social links:
127137

128138
```toml
129139
[extra.social]
130140
github = ""
141+
stackoverflow = "" # use user_id
131142
twitter = ""
132143
facebook = ""
133144
instagram = ""
@@ -143,7 +154,9 @@ Fill in your username if you want! And the logo won't appear if you leave it emp
143154

144155
### Comment system
145156

146-
We currently support [valine](https://valine.js.org/quickstart.html):
157+
We currently support...
158+
159+
- [Valine](https://valine.js.org/quickstart.html):
147160

148161
```toml
149162
[extra.comment.valine]
@@ -155,14 +168,14 @@ avatar = "mm" # avatar style https://github.com/xCss/Valine/wiki/avatar-setting-
155168
placeholder = "Say something here"
156169
```
157170

158-
[disqus](https://disqus.com/admin/create/), note disqus does not work in Mainland China:
171+
- [Disqus](https://disqus.com/admin/create/), note that Disqus does not work in Mainland China:
159172

160173
```toml
161174
[extra.comment.disqus]
162175
name = "longfangsong"
163176
```
164177

165-
And [utterances](https://utteranc.es/):
178+
- [Utterances](https://utteranc.es/):
166179

167180
```toml
168181
[extra.comment.utterances]
@@ -174,7 +187,7 @@ theme = "github-light"
174187

175188
## Customize
176189

177-
There are several points I left in the origin templates for you to customize your site.
190+
There are several options I left in the origin templates for you to customize your site.
178191

179192
### More style
180193

@@ -198,6 +211,6 @@ You can add more social links by adding a `templates.html` with some content add
198211
{%/* endblock */%}
199212
```
200213

201-
If you want to use some awsome logos, [font awsome icons](https://fontawesome.com/icons?d=gallery) are already available.
214+
If you want to use some awesome logos, [FontAwesome icons](https://fontawesome.com/icons?d=gallery) are already available.
202215

203216

docs/content/themes/anpu/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
title = "Anpu"
44
description = "A port of the Hugo Anubis theme"
55
template = "theme.html"
6-
date = 2022-01-17T03:13:30+08:00
6+
date = 2022-01-23T23:20:14+01:00
77

88
[extra]
9-
created = 2022-01-17T03:13:30+08:00
10-
updated = 2022-01-17T03:13:30+08:00
9+
created = 2022-01-23T23:20:14+01:00
10+
updated = 2022-01-23T23:20:14+01:00
1111
repository = "https://github.com/zbrox/anpu-zola-theme.git"
1212
homepage = "https://github.com/zbrox/anpu-zola-theme"
1313
minimum_version = "0.11.0"

0 commit comments

Comments
 (0)