-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
45 lines (40 loc) · 969 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
43
44
45
# site settings
title: Friendly GNU/Linux Thread/Website
author: tyil
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
The Friendly GNU/Linux Thread/Website, for all your GNU+Linux questions
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://fglt.nl" # the base hostname & protocol for your site
# build settings
markdown: kramdown
redcarpet:
extensions: [
"tables",
"autolink",
"strikethrough",
"space_after_headers",
"with_toc_data",
"fenced_code_blocks"
]
# custom collections
collections:
agora:
output: true
guides:
output: true
pages:
output: true
quotes:
output: true
# page defaults
defaults:
- scope:
path: ""
values: # Set front matter variables
layout: "default" # Default appears to be no layout…
# Pages for jekyll-optional-front-matter to render.
include:
- README.md
plugins:
- jekyll-optional-front-matter