-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
121 lines (109 loc) · 3.23 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
111
112
113
114
115
116
117
118
119
120
121
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
# **but __NOT__ in front matter!!**
remote_theme: "mmistakes/minimal-mistakes@4.14.1"
title: Java Gems
url: http://edgriebel.com
name: Java Gems
## > # this means to ignore newlines until "baseurl:"
description: Just another Jekyll site
baseurl: "/"
show_downloads: false
twitter_username: edgriebel
github_username: edgriebel
linkedin_username: edgriebel
# Build settings
markdown: kramdown
highlighter: rouge
# unused-theme: jekyll-theme-time-machine ## bug in post title uses site title
# pretty plain! theme: jekyll-theme-slate
# Too Minimal!! theme: jekyll-theme-minimal
# unused-theme: jekyll-theme-minimal
# unused-theme: jekyll-theme-primer
# unused-theme: minima
# unused-theme: jekyll-theme-tactile
# unused-theme: jekyll-theme-cayman
# unused-theme: jekyll-theme-modernist
# unused-theme: jekyll-theme-leap-day
# unused-remote_theme: daattali/beautiful-jekyll # Unsupported as a remote_theme
#
# minimal-mistakes customizations
#
minimal_mistakes_skin: "air"
title_separator: "|"
breadcrumbs: true
paginate: 10
paginate_path: /page:num/
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
read_time: true
author_profile: true
share: true
related: true
author:
name: "Ed Griebel"
avatar: "https://www.gravatar.com/avatar/aac3ed50382d1bf4dcc7b91b4bb94ef4?size=250"
bio: "Placeholder bio!!"
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/edgriebel"
- label: "My Resume"
icon: "fas fa-file-pdf"
url: "https://github.com/edgriebel/resume-cv/blob/master/Ed_Griebel_CV.pdf"
- label: "LinkedIn"
icon: "fab fa-linkedin"
url: "https://www.linkedin.com/in/edgriebel"
repository: edgriebel/edgriebel.github.io
twitter:
username: &twitter edgriebel
linkedin:
username: edgriebel
analytics:
provider: 'google-gtag'
google:
tracking_id: 'UA-50378804-1'
anonymize_ip: false
#
# END minimal-mistakes customizations
#
repository: edgriebel/edgriebel.github.io
plugins:
- jekyll-feed
- jekyll-sitemap # minimal-mistakes
- jekyll-include-cache # minimal-mistakes
- jekyll-paginate # minimal-mistakes
- jekyll-gist # minimal-mistakes
- jekyll-remote-theme
whitelist:
- jekyll-feed
- jekyll-sitemap # minimal-mistakes
- jekyll-include-cache # minimal-mistakes
- jekyll-paginate # minimal-mistakes
- jekyll-gist # minimal-mistakes
- jekyll-remote-theme
include:
- _pages
# exclude:
# - Gemfile
# - Gemfile.lock
# minimal-mistakes customizations
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
# END minimal-mistakes customizations
# Should this be :year-:title? /:year/:month/:title? /:year/:title? /:title?
permalink: /:categories/:year-:title/