-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
133 lines (106 loc) · 2.9 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
baseurl = "https://paulparedes.pe/"
title = "Paul Paredes"
canonifyurls = true
relativeurls = false
paginate = 10
theme = "robjhyndman"
#DisqusShortname = "researchtips"
#googleAnalytics = "UA-5004894-1"
ignoreFiles = ["\\.Rmd$", "_cache$", "\\.Rmarkdown$", "\\.knit\\.md$", "\\.utf8\\.md$"]
pluralizeListTitles = false
buildFuture = true
languageCode = "es-es"
defaultContentLanguage = "es-es"
#languageCode = "en-us"
[markup.goldmark.renderer]
unsafe= true
[params]
# Date format (refer to Go's date format: http://flippinggodateformat.com)
# date_format = "2 January 2006"
date_format = "02/01/2006"
# Number of posts to show on main page.
posts_count = 3
# Number of publications to show on main page.
pubs_count = 3
# Number of seminars to show on main page.
seminars_count = 3
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion = "9.12.0"
highlightjsCDN = "//cdn.bootcss.com"
highlightjsLang = ["r", "yaml", "tex"]
highlightjsTheme = "github"
[[params.social]]
icon = "building"
icon_pack = "fa"
link = "https://canoparedes.netlify.app/"
text = "Cano Paredes Abogados S.A.C., Lima, Perú."
[[params.social]]
icon = "university"
icon_pack = "fa"
link = "https://posgrado.pucp.edu.pe/maestria/derecho-trabajo-y-de-la-seguridad-social/"
text = "Maestría en Derecho del Trabajo y de la Seguridad Social, Pontificia Universidad Católica del Perú."
[[params.social]]
icon = "university"
icon_pack = "fa"
link = "http://upg.derecho.unmsm.edu.pe/"
text = "Unidad de Post Grado, Facultad de Derecho y Ciencias Políticas, Universidad Nacional Mayor de San Marcos."
[[params.social]]
icon = "envelope"
icon_pack = "fa"
link = "mailto:[email protected]"
text = "[email protected]"
[[params.social]]
icon = "twitter"
icon_pack = "fa"
link = "https://twitter.com/Paul_Paredes"
text = "@Paul_Paredes"
site = "Twitter"
[[params.social]]
icon = "github-alt"
icon_pack = "fa"
link = "https://github.com/paulparedes/"
text = "paulparedes"
site = "GitHub"
[[params.social]]
icon = "google-scholar"
icon_pack = "ai"
link = "https://scholar.google.com/citations?user=6Uw7AQcAAAAJ&hl=es"
text = "Google Scholar"
# Navigation Links
# The weight parameter defines the order that the links will appear in.
#[[menu.main]]
# name = "Blog"
# url = "/hyndsight/"
# weight = 1
[[menu.main]]
name = "Blog"
url = "/blog/"
weight = 1
[[menu.main]]
name = "Publicaciones"
url = "/publications/"
weight = 2
#[[menu.main]]
# name = "Software"
# url = "/software/"
# weight = 3
[[menu.main]]
name = "Seminarios"
url = "/seminars/"
weight = 4
#[[menu.main]]
# name = "Slides"
# url = "/slides/"
# weight = 5
[[menu.main]]
name = "CURSO PROCESOS LABORALES"
url = "/teaching/"
weight = 6
#[[menu.main]]
# name = "Research team"
# url = "/research-team/"
# weight = 7
[[menu.main]]
name = "Sobre mí"
url = "/about/"
weight = 8