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

theme.toml - github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c522d510cf899bef0fc3fe22bc196785ff9984e (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
26
27
28
29
30
31
32
33
34
35
36
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example

name = "KeepIt"
license = "MIT"
licenselink = "https://github.com/Fastbyte01/KeepIt/blob/master/LICENSE"
description = "A minimal and responsive theme for Hugo."
homepage = "https://www.fsb01.com/"
tags = [
  "blog",
  "minimal",
  "clean",
  "responsive",
  "gallery",
  "dark",
  "theme"
]
features = [
  "cover-image",
  "favicon",
  "multilingual",
  "pagination",
  "social-menu",
  "syntax-highlighting",
  "SEO Optimized"
]
min_version = "0.53"

[author]
  name = "Fastbyte01"
  homepage = "https://www.fsb01.com/"

[original]
  name = "LiuZhichao"
  homepage = "https://liuzhichao.com/"
  repo = "https://github.com/liuzc/LeaveIt/"