forked from w3c-fedid/FedCM
-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
101 lines (79 loc) · 1.91 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
94
95
96
97
98
99
100
101
# site settings
title: WebID
author: Sam Goto
description:
username: samuelgoto
issues: https://github.com/samuelgoto/WebID/issues/new
# Author
author:
name: Sam Goto
url: http://sgo.to
email: [email protected]
text:
pagination:
newer: 'Newer'
older: 'Older'
# build settings
port: 4000
highlighter: rouge
# markdown: redcarpet
# permalink: pretty
markdown: kramdown
kramdown:
input: GFM # this is a support for GitHub Flavored Markdown
auto_ids: true # Auto-generate ID's for headings
# Assets
sass:
sass_dir: _sass
style: compressed
# remote_theme: chesterhow/tale
# permalink: /:year/:month/:day/:title
# permalink: pretty
paginate: 7
# - jekyll-feed
plugins:
- jekyll-paginate
- jekyll-redirect-from
- jekyll-readme-index
paginate_path: "/pages/:num/"
# include: ["_posts"]
safe: true
# Enables .md files to be rendered as HTML pages
# through the default "post" layout.
# Removes .md from the default rendering pipeline
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts" # previously `post` in Jekyll 2.2.
values:
layout: "post"
# This makes all content here be served as "text/html",
# as a fallback, to enable .md files to be interpreted by
# browsers as html files.
#
# This works locally, but not on github
# https://github.com/github/pages-gem/issues/415
#
# webrick:
# headers:
# Content-Type: "text/html"
collections:
posts:
output: true
# permalink: /posts/:year/:month/:day/:title.html
# permalink: /:collection/:name
# redirect_from: pretty
collections:
pages:
output: true
permalink: /:path/
# optional_front_matter:
# remove_originals: false
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "post"