-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
94 lines (81 loc) · 2.12 KB
/
config.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
title = "Víctor Ávila"
baseURL = "https://avilapa.github.io/"
languageCode = "en-us"
theme = "casper"
paginate = 5
DisqusShortname = "avilapa-github-io"
Copyright = "All rights reserved - 2018"
canonifyurls = true
[[menu.main]]
identifier = "about"
name = "About Me"
pre = "<h3>avilapa</h3>"
url = "/about"
weight = 320
[[menu.main]]
identifier = "portfolio"
name = "Portfolio"
url = "/portfolio"
weight = 310
[[menu.main]]
identifier = "resume"
name = "Resume"
url = "/resume/resume_cv.pdf"
weight = 305
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/"
weight = 300
[[menu.main]]
pre = "<h3>Projects</h3>"
identifier = "fuel-renegades"
name = "Fuel Renegades"
url = "/fuel-renegades"
weight = 290
[[menu.main]]
identifier = "render-engine"
name = "Custom Engine"
url = "/render-engine"
weight = 280
[[menu.main]]
identifier = "vxt-raytracer"
name = "vxt Raytracer"
url = "/vxt-raytracer"
weight = 270
[[menu.main]]
identifier = "vxr-engine"
name = "vxr Engine"
url = "/vxr-engine"
weight = 260
[params]
description = "Games programmer and computer graphics enthusiast"
metadescription = ""
cover = "images/cover-engine-dark.png"
author = "Víctor Ávila Parcet"
authorlocation = "Valencia, Spain"
authorwebsite = "http://avilapa.github.io"
authorbio= "Games programmer and computer graphics enthusiast"
logo = "images/logo-large.png"
googleAnalyticsUserID = "UA-118883750-1"
# Optional RSS-Link, if not provided it defaults to the standard index.xml
# RSSLink = ""
githubName = "avilapa"
twitterName = "97torvic"
# facebookName = ""
# codepenName = ""
linkedinName = "avilapa"
# stackoverflowId = ""
# keybaseName = ""
# flickrName = ""
# instagramName = ""
email = "[email protected]"
# pinterestName = ""
# googlePlusName = ""
hideHUGOSupport = true
# Setting a value will load highlight.js and enable syntax highlighting using the style selected.
# See https://github.com/isagalaev/highlight.js/tree/master/src/styles for available styles
# A preview of above styles can be viewed at https://highlightjs.org/static/demo/
hjsStyle = "vs"
[params.social]
twitter = "97torvic"