-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy paththeme.toml
40 lines (34 loc) · 811 Bytes
/
theme.toml
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
38
39
40
name = "resume"
description = "A resume theme"
license = "MIT"
homepage = "https://github.com/alongwy/zola-resume"
min_version = "0.11.0"
demo = "https://resume.alongwy.top"
compile_sass = true
generate_feed = true
taxonomies = [
{ name = "tags", feed = true },
]
[extra]
first_name = "Feng"
last_name = "Yunlong"
address = "Harbin, China"
email = "ylfeng@ir.hit.edu.cn"
favicon = "/favicon.ico"
avatar = "/media/avatar.png"
katex = false
show_about = true
show_skills = true
show_projects = true
show_opensource = true
show_publications = true
show_experience = true
show_education = true
show_blog = true
[author]
name = "Feng Yunlong"
homepage = "https://www.alongwy.top"
[original]
author = "Vincent Prouillet"
homepage = "https://www.vincentprouillet.com"
repo = "https://github.com/getzola/hyde"