-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
52 lines (45 loc) · 848 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
52
# Where Things Are
collections:
pdf:
output: true
permalink: /pdf/:path
# Handling Reading
exclude:
- README.md
- LICENSE
- Gemfile*
- bower.json
- Rakefile.rb
- lib/*
encoding: utf-8
# Filtering Content
future: true
# Plugins
gems:
- jekyll-github-metadata
- jekyll-seo-tag
- jekyll-sitemap
# Conversion
markdown: kramdown
highlighter: rouge
# Output Configuration
permalink: pretty
timezone: America/Lima
# Defaults
defaults:
-
scope:
path: ''
type: posts
values:
layout: presentation
kind: presentation
# Site Settings
title: Talleres UNC
description: >
Contenido compartido y usado en los talleres de programación y hacking que
imparto en Ingeniería de Sistemas de la Universidad Nacional de Cajamarca.
url: https://bryanjhv.github.io
baseurl: /talleres
author: bryanjhv
repository: bryanjhv/talleres