-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
42 lines (38 loc) · 958 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
title: Ingeniería de Sistemas
tagline: UdeM
email: [email protected]
description: Menú
baseurl: "" # the subpath of your site, e.g. /blog/
url: "ingsistemasudem.github.io" # the base hostname & protocol for your site
twitter_username: ingsistemasudem
github_username: ingsistemasudem
paginate: 4
locale: en_us
permalink: /:categories/:title
markdown: kramdown
gems:
- jekyll-feed
- jekyll-paginate
- jekyll-gist
- jekyll-mentions
include: ["_pages"]
exclude:
- Gemfile
- Gemfile.lock
jekyll-mentions: https://twitter.com
sass:
style: compressed
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts" # previously `post` in Jekyll 2.2.
values:
layout: "post"
comments: true
-
scope:
path: "" # an empty string here means all files in the project
type: "pages" # previously `post` in Jekyll 2.2.
values:
layout: "page"