-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
94 lines (82 loc) · 2.55 KB
/
_config.yml
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
# Jekyll configuration
markdown: kramdown
highlighter: rouge
paginate: 100 # it will paginate after this number
language: 'es-mx'
# edit baseurl to simply '/' if using as your personal page (instead of a project page)
url: https://old.tacosdedatos.com
baseurl: /
# Website info
title: 🌮 tacos de datos | Aprende visualización de datos en español.
description: Tu sitio para aprender de visualización y ciencia de datos en español. Consejos, recursos y mejores prácticas para tus proyectos de tecnología, periodismo de datos y análisis estadísticos.
cover: assets/images/blog-cover.png
logo: assets/images/alt-blog-icon.png # transparente para que no tape el titulo
logo_dark: assets/icons/favicon.ico
favicon: assets/icons/favicon.ico
production_url: https://old.tacosdedatos.com/
source_url: https://github.com/tacosdedatos/website/
CNAME: tacosdedatos.com
# Social info
navigation: True # show the navbar links
subscribers: True # you need to connect an external service for this to work,
# if 'True' the submit button is disabled for now, but you can change that
# by editing `_includes/subscribe-form.html`
twitter: tacosdedatos # replace by your username
facebook: tacosdedatos # replace by your username
instagram: tacosdedatos
telegram:
# https://t.me/joinchat/AAAAAFLeJg3coN-PFoWtqg
slack: tacosdedatos.slack.com
patreon: tacosdedatos
# Disqus
disqus: True
disqus_shortname: tacosdedatos # replace with your disqus username
# Google Analytics
google_analytics: UA-133541532-1 # replace with your GA tracking identifier
# Permalinks
permalink: /:title
# permalink: /author/:author
# permalink: /tag/:tag
# Authors' info in `_data/authors.yml`
# Tags' info in `_data/tags_info.yml`
# gems and other configs
# plugins_dir: ["_plugins"]
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-twitter-plugin
feed:
path: feed.xml
# Settings for deploy rake task
# Username and repo of Github repo, e.g.
# https://github.com/USERNAME/REPO.git
# username defaults to ENV['GIT_NAME'] used by Travis
# repo defaults to USERNAME.github.io
# Branch defaults to "source" for USERNAME.github.io
# or "master" otherwise
safe: False
lsi: False
username: tacosdedatos
repo: website
branch: master
relative_source: ../website/_site/
destination: _site/
production_url: https://old.tacosdedatos.com/
source_url: https://github.com/tacosdedatos/wesbite/
exclude:
- assets/css
- node_modules
- vendor
- .travis.yml
- Gemfile
- Gemfile.lock
- GHOST.txt
- gulpfile.js
- LICENSE
- package.json
- Rakefile
- README.md
- script.py
- changelog.md
- "*.Rmd"
- .git*