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

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

name = "uBlogger"
license = "MIT"
licenselink = "https://github.com/upagge/uBlogger/blob/master/LICENSE"
description = "The whole focus of the topic is on ease of reading for visitors and SEO optimization."
homepage = "https://ublogger.netlify.app"
tags = [
  "blog",
  "clean",
  "responsive",
  "dark",
  "theme"
]
features = [
  "cover-image",
  "favicon",
  "multilingual",
  "pagination",
  "social-menu",
  "syntax-highlighting",
  "SEO Optimized"
]
min_version = "0.62.0"

[author]
  name = "uPagge"
  homepage = "https://uPagge.ru/"

[original]
  name = "LoveIt"
  homepage = "https://dillonzq.com/"
  repo = "https://github.com/dillonzq/LoveIt"