-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
62 lines (56 loc) · 1.39 KB
/
config.yaml
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
baseURL: "/"
languageCode: "en"
title: "facundo.dev"
theme: "hugo-xmin"
# pygmentsStyle: "trac"
# pygmentsUseClasses: true
# pygmentsCodeFences: true
# pygmentsCodefencesGuessSyntax: true
# pygmentsUseClassic: true
# pygmentOptions: "linenos=inline"
relativeUrls: true
# useHLJS: true
markup:
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ""
lineAnchors: ""
lineNoStart: 1
lineNos: true
lineNumbersInTable: false
noClasses: true
noHl: false
style: vs
tabWidth: 2
params:
mainSections: ["post","posts"]
title: "facundo.dev"
footer: >
[Github](https://github.com/facundomedica) | [Twitter](https://twitter.com/facundomedica) | [LinkedIn](https://www.linkedin.com/in/fmedica/) | [My resume](https://facundo.dev/Facundo_Medica_CV_jun2022.pdf)
© Facundo Medica 2019 -- {Year}
permalinks:
note: "/note/:year/:month/:day/:slug/"
posts: "/posts/:year/:month/:day/:slug/"
author:
name: "Facundo Medica"
website: "https://facundo.dev"
email: "[email protected]"
github: "facundomedica"
linkedin: "facundo-medica"
stackoverflow: "users/5240559/facumedica"
menu:
main:
- name: home
url: ""
weight: 1
- name: about
url: "about/"
weight: 2
# - name: Categories
# url: "categories/"
# weight: 3
- name: tags
url: "tags/"
weight: 40