-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
49 lines (41 loc) · 959 Bytes
/
Copy path_config.yml
File metadata and controls
49 lines (41 loc) · 959 Bytes
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
# Site settings
title: Pluginized QUIC
copyright: UCLouvain
# email: your-email@domain.com
description: > # this means to ignore newlines until "baseurl:"
Towards a truly configurable transport protocol
baseurl: "" # the subpath of your site, e.g. /newpath-for-emping
url: "https://pquic.org" # the base hostname & protocol for your site
# twitter_username: jekyllrb
github_username: p-quic
# GoogleAnalytics: UA-xxxxxx-x
#twitter:
# username: rmsubekti
#facebook:
# app_id: 1234567
# publisher: 1234567
#sass:
# style: compressed
# Build settings
markdown: kramdown
kramdown:
parse_block_html: true
gems:
- jekyll-redirect-from
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jemoji
defaults:
- {scope: {type: posts}, values: {layout: post, permalink: '/blog/:title'}}
include:
- _pages
exclude:
- CNAME
- README.md
- Gemfile
- Gemfile.lock
- vendor
paginate: 12
paginate_path: '/blog/:num'