forked from poole/lanyon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yaml
90 lines (76 loc) · 2.71 KB
/
_config.yaml
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
# Site settings
baseurl: "" # the subpath of your site, e.g. /blog/
enforce_ssl: bruttin.com # https://sheharyar.me/blog/free-ssl-for-github-pages-with-custom-domains/
email: [email protected] # Your contant email
# SEO
title: in my room # Title of your site
description: > # this means to ignore newlines until "baseurl:"
I am Sacha Bruttin, a
Cloud Software Architect specialized
on Azure & .NET development.
url: "https://www.bruttin.com" # the base hostname & protocol for your site
author:
name: Sacha Bruttin
twitter: sachabruttin
picture: /public/me.jpg
twitter:
username: sachabruttin
social:
name: Sacha Bruttin
links:
- https://twitter.com/sachabruttin
- https://www.linkedin.com/in/sachabruttin
- https://github.com/sachabruttin
logo: public/cervin.jpg
# Social links.
# Replace the word 'example' with your username if you want to include the icon in the left sidebar
# Delete the word 'example' if you don't want to include the icon in the left sidebar
twitter_username: sachabruttin # Replace this with your Twitter username
github_username: sachabruttin # Replace this with your GitHub username
linkedin_username: sachabruttin # Replace this with your LinkedIn username
google_plus_username: # Replace this with your Google+ username
facebook_username: # Replace this with your Facebook username
dribbble_username: # Replace this with your Dribbble username
feedburner: bruttin
# Build settings
markdown: kramdown
# Enter your Disqus shortname (not your username) to enable commenting on posts
# You can find your shortname on the Settings page of your Disqus account
disqus: bruttin
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics: G-JD5K422G1X # UA-45847559-1
# Pagination
paginate: 3
paginate_path: "/blog/page:num/"
# Use the following plug-ins
plugins:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
- jemoji
- jekyll-paginate
- jekyll-mentions
- jekyll-seo-tag
- jekyll-redirect-from
# Mentions
jekyll-mentions: https://twitter.com
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME
include: [".well-known"]
# SAAS Settings
sass:
sass_dir: _sass
style: compressed
# 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'