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

theme.toml - github.com/pavel-pi/kiss-em.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 739e59237c361bc357acb1fb26f664ddd6c67386 (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
name = "Kiss'Em"
license = "MIT"
licenselink = "https://github.com/pavel-pi/kiss-em/master/LICENSE.md"
description = "Even more simple Hugo blogging theme"
homepage = "https://github.com/pavel-pi/kiss-em"
tags = [
  "blog",
  "minimal",
  "minimalist",
  "responsive",
  "rss"
]
features = [
  "accessibility",
  "cover-image",
  "favicon",
  "multilingual",
  "pagination",
  "shortcodes",
  "single-column",
  "social-menu",
  "syntax-highlighting",
]
min_version = 0.28

[author]
  name = "Pavel Pi"
  homepage = "https://blog.pavel-pi.de"

[original]
  name = "kiss"
  homepage = "https://themes.gohugo.io/theme/kiss/"
  repo = "https://github.com/ribice/kiss"