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

theme.toml - github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f20a7880682962d109ac6b4bf983b5025d45faf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# theme.toml template for a Hugo theme
# See https://github.com/spf13/hugoThemes#themetoml for an example

name = "Introduction"
license = "Creative Commons Attribution 3.0 Unported"
licenselink = "https://github.com/hivickylai/hugo-theme-introduction/blob/master/LICENSE.md"
description = "Minimal, single page, smooth scrolling theme for Hugo."
homepage = "https://github.com/hivickylai/hugo-theme-introduction"
tags = ["clean", "minimal"]
features = ["responsive", "single page"]
min_version = 0.15

[author]
  name = "Vicky Lai"
  homepage = "https://vickylai.io"

# If porting an existing theme
[original]
  name = ""
  homepage = ""
  repo = ""