-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
89 lines (73 loc) · 1.59 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
# ----------------------- #
# Main Configs #
# ----------------------- #
version: 3.0.3
title: James Smith
subtitle: Building a better future out of code
author: James Smith
description:
include: [.well-known]
exclude: [vendor]
url: https://floppy.org.uk
date_format: "ordinal"
# RSS / Email (optional) subscription links (change if using something like Feedburner)
subscribe_rss: /atom.xml
subscribe_email:
# RSS feeds can list your email address if you like
email: [email protected]
# ----------------------- #
# Jekyll & Plugins #
# ----------------------- #
permalink: /blog/:year/:month/:day/:title/
markdown: kramdown
plugins:
- jekyll-redirect-from
- jekyll-sitemap
titlecase: true # Converts page and post titles to titlecase
# ----------------------- #
# 3rd Party Settings #
# ----------------------- #
# Github repositories
github_user: Floppy
# Keybase.io
keybase_user: floppy
# Twitter
twitter_user: floppy
twitter_tweet_button: true
# Mastodon
mastodon_user: https://mastodon.me.uk/@Floppy
# navigation
navigation:
- text: Home
url: /
- text: Blog
url: /blog
- text: Talks
url: /talks
- text: Projects
url: /projects
- text: CV
url: https://floppy.org.uk/cv
collections:
talks:
output: true
permalink: /talks/:year/:month/:day/:title/
projects:
output: true
permalink: /portfolio/:title/
defaults:
- scope:
path: ""
type: posts
values:
layout: post
- scope:
path: ""
type: talks
values:
layout: talk
- scope:
path: ""
type: projects
values:
layout: project