-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathconfig.toml
69 lines (55 loc) · 1.85 KB
/
config.toml
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
baseURL = "https://blog.parcio.de/"
languageCode = "en-us"
title = "Parallel Computing and I/O Blog"
theme = "hugo-geekblog"
paginate = 5
pluralizeListTitles = false
# Geekblog required configuration
pygmentsUseClasses = true
pygmentsCodeFences = true
disablePathToLower = true
# Required if you want to render robots.txt template
enableRobotsTXT = true
# Needed for mermaid shortcodes
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 1
endLevel = 9
[taxonomies]
author = "authors"
tag = "tags"
[mediaTypes]
[mediaTypes."application/atom+xml"]
suffixes = ["xml"]
[outputFormats]
[outputFormats.Atom]
name = "Atom"
mediaType = "application/atom+xml"
baseName = "feed"
isPlainText = false
rel = "alternate"
isHTML = false
noUgly = true
permalinkable = false
[outputs]
home = ["HTML", "ATOM"]
page = ["HTML"]
section = ["HTML"]
taxonomy = ["HTML"]
term = ["HTML", "ATOM"]
[params]
subtitle = "We conduct research and development on parallel systems"
description = "The group Parallel Computing and I/O (ParCIO) conducts research and development on parallel systems. We develop concepts for high-performance computing, storage and file systems, as well as for parallel programming. As part of our teaching activities, we cover these topics and more regarding the efficient use of modern computer systems."
keywords = ["ParCIO", "parallel computing", "parallel I/O", "parallel systems", "high-performance computing", "storage systems", "file systems", "parallel programming"]
#images = []
#logo = "logo.png"
#geekblogToC = 3
geekblogTagsToMenu = false
[params.geekblogHostedOn]
name = "GitHub Pages"
link = "https://pages.github.com/"
[params.geekblogContentLicense]
name = "CC BY-SA 4.0"
link = "https://creativecommons.org/licenses/by-sa/4.0/"