generated from edicionesdereparto/juanaborrero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·66 lines (54 loc) · 1.74 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
# Built with Jekyll 3.6.0
# Site Metadata
title: "Paisaje de arcilla"
tagline: "de Alejandro Aguilar"
description: "Una obra literaria sobre los vínculos existentes entre el totalitarismo militar y la educación en Cuba"
url: "https://edicionesdereparto.github.io"
baseurl: "/paisajedearcilla"
# About/Contact Information
author:
name: "Luis Prieto"
url: "https://edicionesdereparto.github.io/paisajedearcilla"
email: "lpriet9@gmail.com"
# Color Scheme for the Theme (Options: red, orange, magenta, cyan, blue, brown)
color-scheme: "blue"
# Permalinks Configuration
permalink: pretty
permalink: "/:collection/:title/" # Organize by collection and title
# Site Encoding
encoding: "utf-8"
# Collections Configuration for Texts
collections:
texts:
output: true
permalink: "/texts/:title/" # Organize the texts collection with clean permalinks
# Markdown Processor and Options
markdown: kramdown
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
footnote_backlink: "↩︎"
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Exclusions from the Final Site Build
exclude:
- optional
- vendor
- ed..gemspec
- Gemfile
- Gemfile.lock
- backstop_data
- backstop.json
# Theme Configuration
# Uncomment the `theme` line if using the Ed. theme locally or on a custom server
# theme: "ed."
# Remote Theme for GitHub Deployments
remote_theme: minicomp/ed
# Plugins Configuration
plugins:
- jekyll-feed
- jekyll-seo-tag
# Uncomment jekyll-scholar if you need bibliography support and have resolved potential conflicts
# - jekyll-scholar