-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
83 lines (82 loc) · 1.89 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
url: https://terminaladdict.com
baseurl: /
plugins:
- jekyll-paginate-v2
- jekyll-feed
- jekyll-archives
site_name: "Linux and SysAdmin tips and tricks"
description: "Linux and SysAdmin tips and tricks"
thumbnails: "/assets/images/posts/thumbnails/"
icons: "/assets/images/icons/"
post-images: "/assets/images/posts/"
timezone: Pacific/Auckland
incremental: false
sass:
load_paths:
- _sass
- node_modules
- assets/css
- assets/vendor
style: compressed
exclude: [node_modules, Gemfile, package.json, package-lock.json, .gitignore, README.md, ctl.sh, static_prototype, mogrify_images_to_400px_wide.sh, staticman.yml, .jekyll-metadata, Makefile]
defaults:
- scope:
path: ""
type: "authors"
values:
layout: "author"
- scope:
path: ""
type: "posts"
values:
layout: "post"
comments: "true"
author: "paul"
image: "no-image.png"
icon: "sysadmin.svg"
- scope:
path: ""
values:
layout: "default"
collections:
authors:
type: "authors"
layout: "author"
output: true
pagination:
enabled: true
title: ':title - page :num'
per_page: 10
collection: 'posts'
sort_reverse: true
permalink: '/page/:num/'
sort_field: 'date'
trail:
before: 2
after: 3
assets:
compress:
css: sass
js: uglifier
repository: "TerminalAddict/ta.com-website"
staticman:
branch: "master"
jekyll-archives:
enabled: all
layout: archive
title: Archives
permalinks:
year: '/:year/'
month: '/:year/:month/'
day: '/:year/:month/:day/'
tag: '/tag/:name/'
category: '/category/:name/'
seo:
defaults:
- scope:
path: ""
values:
image: "/assets/images/ta-bearded_optimised.png"
logo: "/assets/images/paul.jpg"
offline:
strategy: network-first-cache-fallback