This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
forked from cs-kit/study-guide
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
117 lines (105 loc) · 2.69 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
# 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:
en: Computer science @KIT
de: Informatik @KIT
email: [email protected]
index:
en: index-en.html
de: index.html
feed:
en: /feed-en.xml
de: /feed-de.xml
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://cs-k.it" # the base hostname & protocol for your site
# twitter_username: jekyllrb
github_username: cs-kit
# slow reading speed for article reading time
words_per_minute: 100
# github on site
github:
username: cs-kit
url: https://github.com/cs-kit
# Build settings
markdown: kramdown
# Exclude for build
exclude: [.idea]
# post url
permalink: /:categories/:title:output_ext
# Grouped content
collections:
forwards:
output: true
# Translations
description:
en: An information source about studying computer science at Karlsruher Institute of Technology
de: Eine Informationsquelle über das Informatikstudium am Karlsruher Institut für Technologie
more:
en: Read more
de: Mehr lesen
overview:
en: All posts
de: Alle Artikel
contact:
en: Contact us!
de: Schreib uns!
t:
en:
latest-posts: "Latest Posts"
read-more: "Read More →"
show-more: "Show More →"
loading: "Loading..."
on-word: "on"
contact: "Contact"
contact-page: "contact.md"
read-time: "min"
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"
all-posts-category: "All posts in the category"
privacy: "Privacy"
privacy_url: "/privacy"
de:
latest-posts: "Neuste Artikel"
read-more: "Weiterlesen →"
show-more: "Mehr →"
loading: "Lädt..."
on-word: "on"
contact: "Kontakt"
contact-page: "contact.md"
read-time: "min"
comments: "comments"
go-to-home-page: "Zurück zur Startseite"
months:
january: "Jan"
february: "Feb"
march: "Mär"
april: "Apr"
may: "Mai"
june: "Jun"
july: "Jul"
august: "Aug"
september: "Sep"
october: "Okt"
november: "Nov"
december : "Dez"
all-posts-category: "Alle Artikel der Kategorie"
privacy: "Datenschutz"
privacy_url: "/datenschutz"