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

theme.toml - github.com/WingLim/hugo-tania.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52b8782fc5a1494eb831feab8a0972ad85c025c8 (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
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example

name = "Tania"
license = "MIT"
licenselink = "https://github.com/WingLim/hugo-tania/blob/master/LICENSE"
description = "A simple theme for bloggers"
homepage = "https://github.com/WingLim/hugo-tania"
tags = [
    "blog",
    "responsive",
    "light",
    "dark"
    ]
features = ["darkmode"]
min_version = "0.78.0"

[author]
    name = "WingLim"
    homepage = "https://limxw.com"

[original]
    author = "Tania Rascia"
    homepage = "https://www.taniarascia.com/"
    repo = "https://github.com/taniarascia/taniarascia.com"