-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
69 lines (61 loc) · 1.69 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
#
# This file contains configuration flags to customize your site
#
name: "The Trellis Tech Blog"
title: "Trellis"
description: "Open source, technology impact, Nest and Angular."
avatar: https://trellis.org/new_assets/icons/icon-128x128.png
logo: https://trellis.org/new_assets/icons/icon-128x128.png
favicon: https://trellis.org/new_assets/icons/icon-128x128.png
include: ["_pages"]
permalink: /:title/
url: https://tech.trellis.org
# Authors
authors:
jay:
name: Jay Bell
display_name: Jay
email: jay@trellis.org
web: https://trellis.org
twitter: https://twitter.com/jaycooperbell
avatar: https://pbs.twimg.com/profile_images/1179854396579930112/0wSEx6SJ_400x400.jpg
description: "CTO and Co-Founder of Trellis.org, Angular GDE and open source contributor."
# Set the Sass partials directory, as we're using @imports
sass:
style: :compressed
# Plugins
plugins:
- jekyll-gist
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-archives
# Lazy Images ("enabled" or "disabled")
lazyimages: "enabled"
# Jekyll 3 now only supports Kramdown for Markdown
kramdown:
# Use GitHub flavored markdown, including triple backtick fenced code blocks
input: GFM
# Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting
syntax_highlighter: rouge
syntax_highlighter_opts:
# Use existing pygments syntax highlighting css
css_class: 'highlight'
# Pagination
paginate: 6
paginate_path: /page:num/
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: "/category/:name/"
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME