-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
49 lines (48 loc) · 982 Bytes
/
_config.yml
File metadata and controls
49 lines (48 loc) · 982 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
title: Yellow Feather Ltd
timezone: UTC
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
name: Yellow Feather Ltd
email: chris@yellowfeather.com
description: 'I help aerospace MRO''s and parts suppliers improve their operational
efficiency with modern ERP and reporting software built on top of legacy systems
'
baseurl: ''
url: https://yellowfeather.com
author: yellowfeatheruk
logo: "/img/logo.png"
exclude:
- README.md
- CNAME
- Gemfile.lock
- Gemfile
twitter:
username: yellowfeatheruk
github:
username: yellowfeather
disqus_short_name: yellowfeather
disqus_show_comment_count: false
google_analytics_tracking_id: UA-85823-1
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
permalink: "/blog/:title/"
gems:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag
sass:
sass_dir: assets/sass
style: :compressed
feed:
path: atom.xml
paginate: 4
paginate_path: "/blog/page:num/"