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

theme.toml - github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a6fc85878fbf1561763c49c3d375567fcd2f622b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example

name = "hulga"
license = "MIT"
licenselink = "https://github.com/wlh320/hugo-theme-hulga/blob/master/LICENSE"
description = "A simple hugo blog theme based on bulma"
homepage = "http://github.com/wlh320/hugo-theme-hulga/"
tags = ['bulma', 'blog', 'fast', 'simple', 'dark']
features = ['bulma', 'fast', 'toc', 'dark mode', 'archives', 'pwa']
min_version = "0.55.0"

[author]
  name = "wlh"
  homepage = "https://github.com/wlh320"