-
Notifications
You must be signed in to change notification settings - Fork 283
Expand file tree
/
Copy paththeme.toml
More file actions
16 lines (15 loc) · 722 Bytes
/
theme.toml
File metadata and controls
16 lines (15 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name = "Clarity"
license = "MIT"
licenselink = "https://github.com/chipzoller/hugo-clarity/blob/master/LICENSE.md"
description = "A theme based on VMware's Clarity Design System for publishing technical blogs with Hugo."
homepage = "https://github.com/chipzoller/hugo-clarity"
demosite = "https://neonmirrors.net/"
tags = ["blog", "technical", "simple", "dark", "syntax highlighting"]
features = ["blog", "technical", "simple", "dark", "syntax highlighting"]
min_version = "0.128.0"
# If the theme has multiple authors
authors = [
{name = "Chip Zoller", homepage = "https://neonmirrors.net"},
{name = "Dan Weru", homepage = "https://github.com/onweru"},
{name = "Ivan Boothe", homepage = "https://rootwork.org"},
]