summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/theme.toml
blob: bcb8f6fa5cbf6c0b84342579c18c1b29b9ff847e (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
37
name = "danix.xyz Hacker"
license = "MIT"
licenselink = "https://opensource.org/licenses/MIT"
description = "Bilingual portfolio/blog theme with hacker/open-source aesthetic, responsive sidebar, 5 article types, and configuration-driven structure."
homepage = "https://github.com/danix/danix-xyz-hacker-theme"
demosite = "https://danix.xyz"
author = "Danilo Macrì"
authorlink = "https://danix.xyz"
version = "1.0.0"

[params]
  minVersion = "0.100.0"

[[minfeaturesVersion]]
  description = "Hugo extended required for Tailwind CSS via Pipes"
  version = "0.100.0"

[[features]]
  name = "Bilingual (i18n)"

[[features]]
  name = "Responsive Design"

[[features]]
  name = "Dark/Light Theme Toggle"

[[features]]
  name = "Article Types (5)"

[[features]]
  name = "Shortcode System"

[[features]]
  name = "Alpine.js Interactions"

[[exampleSiteRepo]]
  url = "https://github.com/danix/danix.xyz"