-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
123 lines (100 loc) · 3.42 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
122
123
# -----------------------------------------------------------------------------
# Site settings
# -----------------------------------------------------------------------------
title: µs Infrastructure as Code
description:
url: https://mjuz.rocks # the base hostname & protocol for your site
baseurl: # the subpath of your site, e.g. /blog/
last_updated: true # set to true if you want to display last updated in the footer
impressum_path: /impressum # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR
# -----------------------------------------------------------------------------
# Social integration
# -----------------------------------------------------------------------------
github_username: mjuz-iac # your GitHub user name
twitter_username: # your Twitter handle
youtube_channel: # your YouTube channel id
linkedin_username: # your LinkedIn user name
scholar_userid: # your Google Scholar ID
orcid_id: # your ORCID ID
medium_username: # your Medium username
quora_username: # your Quora username
publons_id: # your ID on Publons
research_gate_profile: # your profile on ResearchGate
blogger_url: # your blogger URL
work_url: # work page URL
keybase_username: # your keybase user name
wikidata_id: # your wikidata id
# -----------------------------------------------------------------------------
# Collections
# -----------------------------------------------------------------------------
collections:
articles: # Standalone articles, also used on pages using articles layout
output: true
permalink: /articles/:path
# -----------------------------------------------------------------------------
# Jekyll settings
# -----------------------------------------------------------------------------
# Markdown and syntax highlight
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: false
start_line: 1
# Includes & excludes
include: ['_pages']
exclude: ['bin', 'LICENSE', 'node_modules', 'package.json', 'package-lock.json', 'README.md', 'vendor']
# Plug-ins
plugins:
- jekyll/minibundle
- jekyll/scholar
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-regex-replace
defaults:
-
scope:
path: "assets/lib/**"
values:
sitemap: false
- scope:
path: ""
values:
image: /assets/img/og/mjuz.png # Default open graph image
# -----------------------------------------------------------------------------
# Jekyll Scholar
# -----------------------------------------------------------------------------
scholar:
last_name:
first_name: []
style: apa
locale: en
relative: /
source: /_bibliography/
bibliography: papers.bib
bibliography_template: bib
replace_strings: true
join_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"
sort_by: year,month
order: descending
# -----------------------------------------------------------------------------
# Minibundle
# -----------------------------------------------------------------------------
minibundle:
minifier_commands:
css: node_modules/.bin/uglifycss
js: node_modules/.bin/uglifyjs
# -----------------------------------------------------------------------------
# SASS
# -----------------------------------------------------------------------------
sass:
style: compact