forked from StartBootstrap/startbootstrap-clean-blog-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
51 lines (46 loc) · 940 Bytes
/
_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
title: Una Educación para el Siglo XXI
subtitle: Miradas desde las Ciencias y las Artes
description: IX Jornadas 2023
email: [email protected]
navigationTitle: Inicio
author: Educación Siglo XXI
# Social Profiles
twitter_username: EDUCACION_SXXI
github_username: EducacionSiglo21
facebook_username: futurodelaeducacionregiondemurcia.aferem.9
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-paginate-v2
- jekyll-sitemap
# Pagination
pagination:
enabled: true
per_page: 10
permalink: "/:num/"
title: ':title'
# Autopages
autopages:
enabled: true
tags:
enabled: true
layouts:
- 'autopage_tags.html'
title: ':tag'
permalink: '/programa/:tag'
categories:
enabled: false
collections:
enabled: false
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- art
- scripts
- README.md