projects
/
web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
55fc1171c0c38be005d8a054bed1a2631dafb08b
[web.git]
/
_config.yml
1
# Site settings
2
title: ralfj.de
3
url: "https://www.ralfj.de"
4
5
structure:
6
- url: "/"
7
title: "ralfj.de"
8
structure:
9
- url: "projects/"
10
title: "Projects"
11
structure:
12
- url: "lilass/"
13
title: LiLaSS
14
- url: "schsh/"
15
title: schsh
16
- url: "cs/"
17
title: "Research"
18
19
defaults:
20
- scope:
21
path: "" # all files in the project
22
values:
23
layout: "default"
24
25
# Build settings
26
markdown: kramdown
27
exclude: ['*.sh']