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

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

name = "LeaveIt"
license = "MIT"
licenselink = "https://github.com/liuzc/LeaveIt/blob/master/LICENSE"
description = "A simple, clean blog theme for hugo."
homepage = "https://liuzhichao.com/"
tags = [
  "blog",
  "minimal",
  "clean",
  "responsive",
  "gallery",
  "dark",
  "theme"
]
features = [
  "cover-image",
  "favicon",
  "multilingual",
  "pagination",
  "social-menu",
  "syntax-highlighting",
]
min_version = "0.41"

[author]
  name = "LiuZhichao"
  homepage = "https://liuzhichao.com/"