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
|
name = 'Typo'
license = 'MIT'
licenselink = 'https://github.com/tomfran/typo/blob/main/LICENSE'
description = 'A simple Hugo theme'
homepage = 'https://github.com/tomfran/typo'
demosite = 'https://tomfran.github.io/'
tags = [
"responsive",
"simple",
"clean",
"light",
"dark",
"blog",
"minimal",
"personal",
"portfolio",
]
features = [
"responsive",
"blog",
"table-of-contents",
"highlight.js",
"favicon",
"social-icons",
"minified-assets",
"dark-light-images",
"color-palettes",
]
[author]
name = 'Francesco Tomaselli'
homepage = 'https://tomfran.github.io/'
|