-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
110 lines (96 loc) · 2.44 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
title: "EmbedJournal"
host: embedjournal.com
tagline: "Add a brain to everything with embedded systems"
email: "[email protected]"
version: "1.1.0"
url: "https://embedjournal.com"
encoding: utf-8
baseurl: "" # path to load the site from.
logo: "/assets/images/logo/embedjournal-120px.png"
env: production
permalink: disqus
markdown: kramdown
use_local_resources: true # Switch to local resources when working offline.
description: > # this ignores newlines until next key.
Embedjournal is a blog focusing on embedded software/hardware design and a bunch
of other - somewhat - related things. Embedded systems play a vital role in our
day-to-day lives, even without our knowledge we are using dozens of embedded
devices. This journal is dedicated to all enthusiasts and hackers out there.
kramdown:
input: GFM
syntax_highlighter: rouge
sass:
style: compressed
disable_adsense: true
google_analytics: UA-41190078-1
disqus: embedjournal
social:
rss: /feed.xml
twitter: https://twitter.com/embedjournal
faceboook: https://facebook.com/embedjournal
google_plus: https://plus.google.com/+Embedjournal
linkedin: https://www.linkedin.com/company/3181824
youtube: https://www.youtube.com/user/embedjournal
github: https://github.com/embedjournal
collections:
pages:
output: true
permalink: /:path/
authors:
output: true
permalink: /authors/:path/
category:
output: true
permalink: /category/:path/
liquid:
error_mode: warn
defaults:
-
scope:
path: "" # empty string for all files
type: "posts"
values:
is_post: true
layout: post
-
scope:
path: "" # empty string for all files
type: "pages"
values:
layout: page
-
scope:
path: "" # empty string for all files
type: "category"
values:
layout: category-posts
plugins:
- jekyll
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate-v2
- jekyll-archives
- jemoji
exclude:
- Gemfile
- Gemfile.lock
- Makefile
- README.md
include:
- _redirects
jekyll-archives:
enabled: [ "year", "month", "tags" ]
layout: "post-list"
permalinks:
year: "/archives/:year/"
month: "/archives/:year/:month/"
tag: "/tag/:name/"
pagination:
enabled: true
sort_reverse: true
per_page: 10
compress_html:
clippings: all
comments: all
ignore:
envs: development # disable compression in development environment