forked from WoTTsecurity/wott-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
79 lines (63 loc) · 1.47 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
# Jekyll configuration
markdown: kramdown
highlighter: rouge
# paginate: 10 # amount of posts to show
# paginate_path: /page:num/
language: 'en-uk'
baseurl: '/'
url: 'https://wott.io'
# Website info
title: Web of Trusted Things
description: WoTT is a free, automated, open-source public key infrastructure for connected hardware
cover: assets/images/blog-cover.jpg
favicon: assets/images/favicon.png
#Need add your subscribe mailchimp link list
mailchimp-list: https://wott.us20.list-manage.com/subscribe/post?u=250c99a25b42ad842add5bf41&id=ac12838d30
twitter: wottsecurity
facebook: wott # replace by your username
google_analytics: UA-134852372-1
# Permalinks
permalink: /blog/:categories/:year/:month/:day/:title
plugins_dir:
- _plugins
plugins:
- jekyll-paginate-v2
- jekyll-feed
- jekyll-assets
- jekyll-sitemap
- jekyll-redirect-from
pagination:
enabled: true
per_page: 10
title: ':title (page :num )'
limit: 0
sort_field: 'date'
sort_reverse: true
trail:
before: 2
after: 2
autopages:
enabled: true
categories:
layouts:
- 'category.html'
title: ':cat'
permalink: '/blog/:cat'
collections:
enabled: false
tags:
layouts:
- 'tag.html'
title: 'Tag [:tag]'
permalink: '/tag/:tag'
assets:
cdn:
baseurl: false
destination: false
url: 'https://wott.io/assets'
feed:
path: feed.xml
exclude:
- docker-compose.yml
- README.md
- Gemfile*