-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
75 lines (59 loc) · 1.36 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
# Site settings
title: HD LAB
email: [email protected]
author: HD LAB
description: Sitio del Laboratorio de Humanidades Digitales (HD LAB) del Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET)
baseurl: ""
url: "https://hdlabconicet.github.io"
twitter_username: hdlabconicet
github_username: hdlabconicet
facebook_username: HDLAB.CONICET
# Google Analytics
google_analytics: G-5V7S0EWVZ6
# SEO PLUGIN
social:
name: HD LAB
links:
- https://twitter.com/hdlabconicet
- https://www.facebook.com/HDLAB.CONICET
- https://github.com/hdlabconicet
remote_theme: janczizikow/sleek
# THEME SETTINGS
hero_img: posts/HDCAICYTLAB.jpg
disqus:
shortname: hdlab
# Build settings
markdown: kramdown
encoding: utf-8
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-multiple-languages-plugin
- jekyll-remote-theme
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- script
- package.json
- package-lock.json
- vendor
- npm-debug.log
- gulpfile.js
include: ['_pages']
permalink: /:title/
compress_html:
clippings: all
languages: ["es", "en"]
exclude_from_localizations: ["ark", "node_modules", "script", "CETEIcean_tutorial"]
defaultLang: es
languageNames:
en: EN
es: ES
default_locale_in_subfolder: false