summaryrefslogtreecommitdiff
path: root/themes/CodeIT/theme.toml
blob: 757985e624a116ea400543825a41c81f39e40214 (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 = "CodeIT"
license = "MIT"
licenselink = "https://github.com/sunt-programator/CodeIT/blob/master/LICENSE"
description = "A clean, elegant but advanced blog theme for Hugo."
homepage = "https://codeit.suntprogramator.dev/"
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 = "Victor Pogor"
  homepage = "https://suntprogramator.dev/"

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