-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
35 lines (30 loc) · 593 Bytes
/
_config.yml
File metadata and controls
35 lines (30 loc) · 593 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
# Wall of Shames - Jekyll Configuration
title: "Wall of Shames"
description: "Read the fucking manual - or end up here"
baseurl: ""
url: "https://wall-of-shames.github.io"
# Author
author:
name: "Wall of Shames Collective"
email: "rtfm@wallofshames.dev"
# Build settings
markdown: kramdown
theme: minima
permalink: /:year/:month/:day/:title/
# Exclude from processing
exclude:
- README.md
- Gemfile
- Gemfile.lock
- vendor
# Collections
collections:
posts:
output: true
# Defaults
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"