-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.yml
43 lines (40 loc) · 1.06 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
title: "Pascal's Scribbles"
description: >
Posts on programming topics, with a few crazy ideas thrown in.
url: "https://deterministic.space"
author: &default_author
name: Pascal Hertleif
twitter: killercup
github: killercup
twitter: # this site's twitter account
username: killercup
imprint_url: https://pascalhertleif.de/impressum/
license_url: https://creativecommons.org/licenses/by-nc/4.0/
feedback_url: https://github.com/killercup/scribbles/issues/new
repository_url: https://github.com/killercup/scribbles
post_revisions_url: https://github.com/killercup/scribbles/commits/gh-pages/
remote_theme: killercup/jekyll-theme-scribbles
# Posts
permalink: "/:title.html"
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
author: *default_author
timezone: "Europe/Berlin"
# Markdown rendering
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Assets
sass:
style: compressed