-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy paththeme.toml
25 lines (22 loc) · 813 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
name = "accio"
description = "A spell-bound theme for zola"
license = "MIT"
homepage = ""
# The minimum version of Zola required
min_version = "0.4.0"
# An optional live demo URL
demo = "https://accio-theme.netlify.app"
# Any variable there can be overridden in the end user `config.toml`
# You don't need to prefix variables by the theme name but as this will
# be merged with user data, some kind of prefix or nesting is preferable
# Use snake_casing to be consistent with the rest of Zola
[extra]
# The theme author info: you!
[author]
name = "Rajiv"
homepage = "https://rajivharlalka.tech"
# If this is porting a theme from another static site engine, provide
# the info of the original author here
[original]
homepage = "https://accio-theme.netlify.app"
repo = "https://www.github.com/rajivharlalka/accio"