projects
/
web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7d12ba3aa4941b666a843e4e924fb766ffa03366
[web.git]
/
_config.yml
1
# Site settings
2
url: "https://www.ralfj.de"
3
4
blog:
5
title: "Ralf's Ramblings"
6
description: "Ralf rambling on things"
7
8
readmes:
9
src_base: "/home/r/src"
10
out_base: "projects"
11
projects:
12
- name: "lilass"
13
- name: "dyn-nsupdate"
14
- name: "zonemaker"
15
- name: "schsh"
16
- name: "rust-101"
17
src: "rust/rust-101"
18
- name: "git-mirror"
19
20
defaults:
21
- scope:
22
path: "" # all files in the project
23
values:
24
layout: "default"
25
26
# Build settings
27
markdown: kramdown
28
exclude: ['*.sh']