-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
148 lines (126 loc) · 3.71 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Joshua Treudler
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
I'm Joshua, age 21, riding my cyclocross roadbike nearly 24/7/365. Since a couple of months, I’m doing longer bikepacking trips within Europe. I’m also working as Webmaster for different projects.
baseurl: "" # change this to the subpath of your site, e.g. /blog. Leave it empty if you don't need it.
url: "https://joshua.treudler.net/" # change this to the base hostname & protocol for your site
# Build settings
markdown: kramdown
# Make sure to exclude 'vendor' from the build
exclude: [vendor, "Gemfile", "Gemfile.lock"]
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
# permalink: /:categories/:year/:month/:day/:title.html
# none is equivalent to /:title.html
# https://jekyllrb.com/docs/permalinks
permalink: /:title.html
google_analytics:
# jekyll-theme-simple-blog date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
jekyll-theme-simple-blog:
date_format: "%d.%m.%Y"
theme: # leave it empty
show_post_image_posts_list: true
header:
image:
# social
author:
name: "Joshua Treudler"
twitter: JoTreudler
short_bio:
en: I once founded Treudler Hosting. Now I'm working in the backend of multiple IT projects.
de: Ich habe vor einiger Zeit Treudler Hosting gegründet. Heute bin ich tätig im Hintergrund von mehreren IT-Projekten.
picture: assets/img/profile/jt.png
image:
twitter:
username: JoTreudler
#instagram_username:
#linkedin_username: lorepirri
site:
#facebook:
# publisher_id: 1474191545979552
#profile_id: 1474191545979552
#app_id: 126080721296732
#authors: [1474191545979552]
#pixelcode: 1670622619859349
twitter:
username: JoTreudler
# gitlab on site
#gitlab:
# owner_url: https://gitlab.com/Joshua2504
# github on site
github:
owner_url: https://github.com/Joshua2504
# translation
t:
en:
latest-posts: "My latest blog posts"
read-more: "read the full story"
read-tutorial: "read this tutorial"
on-word: "on"
contact: "Contact"
contact-page: "contact-en.md"
imprint: "Imprint"
imprint-l: "imprint"
imprint-page: "imprint-en.md"
read-time: "min read"
comments: "comments"
go-to-home-page: "Go to the Home Page"
months:
january: "Jan"
february: "Feb"
march: "Mar"
april: "Apr"
may: "May"
june: "Jun"
july: "Jul"
august: "Aug"
september: "Sep"
october: "Oct"
november: "Nov"
december : "Dec"
de:
latest-posts: "Meine letzten Posts"
read-more: "den ganzen Post lesen"
read-tutorial: "diese Anleitung lesen"
on-word: "zur"
contact: "Kontakt"
contact-page: "contact-de.md"
imprint: "Impressum"
imprint-l: "impressum"
imprint-page: "imprint-de.md"
read-time: "Minuten Lesezeit"
comments: "Kommentare"
go-to-home-page: "Gehe zur Hauptseite"
months:
january: "Jan"
february: "Feb"
march: "Mar"
april: "Apr"
may: "Mai"
june: "Jun"
july: "Jul"
august: "Aug"
september: "Sep"
october: "Okt"
november: "Nov"
december : "Dez"
planned-trips: "Geplante Touren"
planned-trips-url: "geplante-touren.html"
defaults:
-
scope:
type: "posts"
values:
lang: "en"
category: articles
plugin-dir: _plugins