-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
63 lines (60 loc) · 2 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
baseURL = ""
relativeURLs = true
languageCode = "es"
title = "Datalab ITAM"
author = "Carlos Lezama"
description = "Somos estudiantes del ITAM preocupadxs por problemáticas sociales, económicas y ambientales en México y el mundo. Desarrollamos software, visualizaciones y soluciones con datos."
copyright = "" # set to override the auto generated copyright using org info and now year
googleAnalytics = ""
disqusShortname = ""
metaDataFormat = "yaml"
pygmentsCodeFences = true
pygmentsOptions = "linenos=table"
# see more styles https://help.farbox.com/pygments.html
pygmentsStyle = "friendly"
footnoteReturnLinkContents = "↩" # ↩
# set deliberately low for testing choose your preffered number based on the blog layout you've chosen
paginate = 3
preserveTaxonomyNames = true
[params]
orgName = "Datalab ITAM"
orgLocal = "Ciudad de México"
favicon = "/img/datalab-logo.ico"
logo = "/img/datalab-logo-large.png"
# font options: sans-serif or serif
# for more http://tachyons.io/docs/typography/font-family/
textFontFamily = "sans-serif"
headingFontFamily = "sans-serif"
# basic color options: use only color names as shown in the
# "Color Palette" section of http://tachyons.io/docs/themes/skins/
siteBgColor = "near-white"
sidebarBgColor = "light-gray"
headlineColor = "orange"
headingColor = "near-black"
textColor = "dark-gray"
sidebarTextColor = "mid-gray"
bodyLinkColor = "dark-green"
navLinkColor = "near-black"
sidebarLinkColor = "near-black"
footerTextColor = "silver"
buttonTextColor = "near-white"
buttonBgColor = "black"
buttonHoverTextColor = "white"
buttonHoverBgColor = "dark-green"
borderColor = "moon-gray"
# show/hide social icons in site header/footer
socialInHeader = false
socialInFooter = true
[social]
# social accounts (username only)
facebook = ""
facebook_admin = ""
github = "datalabitam"
instagram = "datalabitam"
medium = ""
twitter = "datalabitam"
youtube = ""
[taxonomies]
category = "categories"
series = "series"
tag = "tags"