-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·100 lines (89 loc) · 2.84 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
theme = "hugo-theme-chunky-poster"
baseURL = "https://andresrcs.rbind.io/"
paginate = 2
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
enableEmoji = true
footnoteReturnLinkContents = "^"
googleAnalytics = "G-D9V8H9NYHE"
DisqusShortname = "andresrcs"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
[languages]
[languages.en]
title = "Andres' Blog"
description = "A place to showcase my personal,<br />data science related projects."
copyright = "Copyright © 2020, Andrés Castro Socolich; all rights reserved."
weight = 0
[languages.en.params]
rbloggerstext = "You can find more quality Blogs at"
rbloggerslink = "https://www.r-bloggers.com/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 0
[languages.es]
title = "El blog de Andrés"
description = "Un lugar para mostrar mis proyectos<br/>personales relacionados con<br/>la ciencia de datos."
copyright = "Copyright © 2020, Andrés Castro Socolich; todos los derechos reservados."
weight = 1
[languages.es.params]
rbloggerstext = "Puedes encontrar más blogs de calidad en español en "
rbloggerslink = "https://www.r-bloggers.com/lang/-/spanish"
[languages.es.menu]
[[languages.es.menu.main]]
identifier = "home"
name = "Inicio"
url = "/"
weight = 1
[[languages.es.menu.main]]
identifier = "about"
name = "Acerca de"
url = "/about/"
weight = 0
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
author = "authors"
[permalinks]
post = "/:year/:month/:day/:slug/"
[params]
author = "andres-castro"
share = true
showLanguageSwitcher = true
homepageImage = "/images/homepage-image.jpg"
GithubEdit = "https://github.com/andresrcs/personal_blog/edit/master/content/"
[params.social]
rss = true
email = "[email protected]"
facebook = "https://www.facebook.com/andresrcs"
twitter = "https://twitter.com/Andresrcs"
stack-overflow = "https://stackoverflow.com/users/5411245/andres"
instagram = "https://www.instagram.com/asocolich/"
github = "https://github.com/andresrcs"
pinterest = "https://www.pinterest.com/andresrcs/"
[params.prismJS]
enable = true
theme = "okaidia"
[params.commento]
enable = false
url = "https://commento.io"
[markup]
[markup.highlight]
codeFences = false
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[services]
[services.instagram]
disableInlineCSS = true
[services.twitter]
disableInlineCSS = true