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

config.demo.toml - github.com/J-Siu/hugo-theme-sk1.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 831b399d6eaed02a3609ba76de0c372f3393804b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
baseURL = "https://sk1.jsiu.dev"
theme   = "sk1"
title   = "SK1"

[Params]
maintype = "post"
subtitle = "A Hugo Theme"

[menu]
	[[menu.main]]
	identifier = "about"
	name       = "About"
	url        = "/about/"
	weight     = 10
	[[menu.main]]
	name = "Tags"
	url  = "/tags/"