forked from neverworkintheory/neverworkintheory.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
51 lines (44 loc) · 891 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
46
47
48
49
50
51
title: It Will Never Work in Theory
subtitle: Short summaries of recent results in empirical software engineering research
url: https://neverworkintheory.org
repository: neverworkintheory/neverworkintheory.github.com
repositoryurl: https://github.com/neverworkintheory/neverworkintheory.github.io/
markdown: kramdown
highlighter: rouge
permalink: "/:year/:month/:day/:title.html"
paginate: 10
paginate_path: /blog/:num
blog:
truncated_preview: true
sass:
sass_dir: _sass
style: :compressed
author:
name: Greg Wilson
url: https://third-bit.com
email: [email protected]
years:
- 2011
- 2012
- 2013
- 2014
- 2015
- 2016
- 2017
- 2021
- 2022
plugins:
- jekyll-paginate
- jekyll-redirect-from
exclude:
- '*.sublime-*'
- '*.aux'
- '*.bbl'
- '*.blg'
- '*.log'
- README.md
- Gemfile
- Gemfile.lock
- Makefile
- vendor/bundle
- bin