-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
66 lines (56 loc) · 1.66 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
title: netomi
url: https://netomi.github.io
author: Thomas Neidhart
email: [email protected]
description: > # this means to ignore newlines until "show_exerpts:"
<a href="/about">Thomas</a> is a software engineer specialized in byte code engineering, scientific applications, simulations and anything that <a href="/projects">interests</a> him.
show_excerpts: false # set to true to show excerpts on the homepage
github_username: netomi
repository: netomi/netomi.github.io
google_analytics: UA-70394167-2
paginate: 7
paginate_path: "/blog/page:num/"
tag_permalink_style: pretty
tag_page_layout: tag_page
tag_page_dir: tag
# jekyll-dash date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
dash:
date_format: "%b %-d, %Y"
disqus:
shortname: netomi-github-io
# generate social links in footer
# supported colors: green, red, orange, blue, cyan, pink, teal, yellow, indigo, purple
social_links:
- url: mailto:[email protected]
icon: envelope
color: yellow
- url: https://stackoverflow.com/users/3784643/t-neidhart
icon: stack-overflow
color: yellow
- url: https://www.linkedin.com/in/thomasneidhart/
icon: linkedin-in
color: yellow
- url: https://github.com/netomi
icon: github-square
color: yellow
avatar_source: local
avatar_path: /public/bodypaint_small.png
collections:
projects:
output: true
permalink: /projects/:path/
# Build settings
theme: jekyll-dash
plugins:
- liquid-md5
- jekyll/tagging
exclude:
- .idea
- .jekyll-cache
- Gemfile
- Gemfile.lock
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/