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