-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
52 lines (46 loc) · 1.33 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
# Site Info
title: "Alejandro Álvarez Ayllón"
description: ""
# Author Info
author_name: "Alejandro Álvarez Ayllón"
author_email: [email protected]
author_gravatar: 3b79c675fa3398192688772e3a89228d # Gravatar md5 hash
github_username: ayllon
linkedin_username: aalvarezayllon
# Site Settings
baseurl: "" # Base URL must end WITHOUT a slash, default: ""
permalink: /notes/:year/:month/:day/:title # Post permalink
timezone: Europe/Zurich # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
mathjax: true # enables support for mathjax - set to false to disable
# Site Build
highlighter: rouge
#markdown: redcarpet
#redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "highlight", "footnotes"]
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
sass:
style: :compressed
# Other Params
include: []
exclude: [ "README.md" ]
#gems:
# - jekyll-sitemap
defaults:
-
scope:
path: ""
values:
layout: "null"
-
scope:
type: "pages"
values:
layout: "page"
-
scope:
type: "posts"
values:
layout: "post"