-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
38 lines (30 loc) · 816 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
url: https://rowerunning.co.uk
name: Rowe Running
description: The adventures of David, Sharon and a little running, triathlon and Ironman exploits...
title: Rowe Running
excerpts: true
exclude:
- "*.gemspec"
- "CONTRIBUTING*"
- "Gemfile*"
- "LICENSE*"
- "README*"
- "wordpress-exports*"
paginate: 5
paginate_path: /pages/:num/
permalink: /:year/:month/:title/
plugins:
- jekyll-paginate
# Filtering Content https://jekyllrb.com/docs/configuration/default/
future: true
defaults:
- scope:
path: ""
type: posts # an empty string here means all files in the project
values:
layout: post
is_post: true # https://conductofcode.io/post/social-meta-tags-with-jekyll/
gtag: UA-70634-8
date_format: "%-d %B %Y"
date_format_no_year: "%-d %B"
# disqus_shortname: rowerunning