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

theme.toml - github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5fa81bb15ca1823ba9df1af9b41092b0c42209e (plain)
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.91.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"},
]