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

theme.toml - github.com/nurlansu/hugo-sustain.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a7a3ca736d2d3b2988d7e94cd52733ff585a8f9 (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/gohugoio/hugoThemes#themetoml for an example

name = "Sustain"
license = "MIT"
licenselink = "https://github.com/nurlansu/hugo-sustain/blob/master/LICENSE.md"
description = "Personal blog built with Bootstrap, powered by Hugo"
homepage = "https://github.com/nurlansu/hugo-sustain"
tags = ["blog", "minimal", "responsive"]
features = ["responsive", "syntax highlighting"]
min_version = "0.41.0"

[author]
  name = "Nurlan Suyundukov"
  homepage = "https://nurlan.co/"

# If porting an existing theme
[original]
  name = "Sustain"
  homepage = "https://biomadeira.github.io/sustain/"
  repo = "https://github.com/biomadeira/sustain"