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

theme.toml - github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8036ae284c687366e7d005b52b87243faed6253d (plain)
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
35
36
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example

description = "Pico is an elegent theme inspired by Medium & The New York Times."
features    = [
	"multilingual",
	"responsive",
	"tailwindcss",
	"blog",
	"syntax highlightning",
]
homepage    = "https://sponge-bob.netlify.app/"
license     = "MIT"
licenselink = "https://github.com/negrel/hugo-theme-pico/blob/master/LICENSE"
min_version = "0.72"
name        = "Pico"
tags        = [
	"blog",
	"light",
	"dark",
	"clean",
	"simple",
	"mobile",
	"fast",
	"onepage",
	"starter",
	"multilingual",
	"personal",
	"resume",
	"syntax highlightning",
	"white",
]

[author]
homepage = "https://github.com/negrel"
name     = "Alexandre NEGREL"