forked from elft3r/blog.new-bridge.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
40 lines (34 loc) · 804 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
39
40
# Site settings
title: new bridge developer blog
description: "The new bridge developer blog"
baseurl: ""
url: "https://blog.new-bridge.dev"
# Author
author:
name: Jochen
url: https://blog.new-bridge.dev
email: [email protected]
xing: Jochen_Zehnder
linkedin: jochen-zehnder-5b750252
slideshare: JochenZehnder
github: elft3r
twitter: elft3r
# Build settings
markdown: kramdown
include:
- _pages
# Assets
sass:
sass_dir: _sass
style: compressed
# Gems
plugins:
- jekyll-feed
- jekyll-paginate
- jemoji
- webrick
# Permalinks
permalink: /:year-:month-:day/:title
paginate: 5
# Excludes
exclude: [ Makefile, README.md, Gemfile, Gemfile.lock, tale.gemspec ]