-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.toml
34 lines (29 loc) · 964 Bytes
/
theme.toml
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
name = "Clean Blog"
description = "A port of Start Bootstrap Clean Blog for Zola"
license = "MIT"
homepage = "https://github.com/dave-tucker/zola-clean-blog"
# The minimum version of Zola required
min_version = "0.4.0"
# An optional live demo URL
demo = "https://zola-clean-blog.netlify.com/"
[extra]
author = "Dave"
# Add menu links. $BASE_URL wil be expanded
clean_blog_menu = [
{url = "$BASE_URL", name = "Home"},
{url = "$BASE_URL/about", name = "About"}
]
# Add social links. $BASE_URL wil be expanded
clean_blog_social = [
{url = "$BASE_URL/rss.xml", icon="fas fa-rss"}
]
# The theme author info: you!
[author]
name = "Alan Reviews"
homepage = "https://dtucker.co.uk"
# If this is porting a theme from another static site engine, provide
# the info of the original author here
[original]
author = "Dave Tucker"
homepage = "https://startbootstrap.com/themes/clean-blog/"
repo = "https://github.com/BlackrockDigital/startbootstrap-clean-blog"