-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
93 lines (86 loc) · 2.25 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your entire site, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# `jekyll serve`. If you change this file, please restart the server process.
# Locale, timezone and encoding
locale : "en-IE"
timezone : Europe/Madrid
encoding : "utf-8"
# Site Settings
name : &name "David Martínez Carpena"
description : "PhD student and teaching assistant at the University of Barcelona, working on topics related to category theory, homotopy theory and homotopy type theory."
title : *name
title_separator : "-"
url : https://dvmcarpena.com # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : "" # the subpath of your site, e.g. "/blog"
repository : "dvmcarpena/dvmcarpena.github.io"
# Reading Files
theme: null
include:
- .htaccess
- _pages
- files
exclude:
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- Capfile
- Gemfile
- Gruntfile.js
- LICENSE
- README
- assets/js/_main.js
- assets/sources
- assets/images/icon/sources
- config
- gulpfile.js
- log
- node_modules
- package.json
- vendor
keep_files:
- .git
- .svn
# Collections
collections_dir: "_collections"
collections:
talks:
output: false
posters:
output: false
# permalink: /:categories/:title/
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: default
- scope:
path: "files"
values:
files: true
# HTML Compression
# - http://jch.penibelst.de/
compress_html:
clippings: all
# Sass/SCSS
# - http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
sass:
sass_dir: _sass
style: compressed
# Plugins
plugins:
# - jekyll-paginate
- jekyll-sitemap
# - jekyll-gist
- jekyll-redirect-from
# mimic GitHub Pages with --safe
whitelist:
# - jekyll-paginate
- jekyll-sitemap
# - jekyll-gist
- jemoji