-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·45 lines (36 loc) · 1.06 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
# Github metadata for local build
repository: coderdojoka/Materialien/
# Dependencies
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
hard_wrap: false
# Permalinks
permalink: pretty
# Setup
title: "Materialien"
description: 'Materialiensammlung des Coderdojo Karlsruhe. Hier findest du Anleitungen, Aufgaben und Beispiele.'
tagline: 'Materialiensammlung des Coderdojo Karlsruhe'
url: http://coderdojoka.github.io/Materialien
baseurl: /
exclude: [alt, Java, Python, Scratch, Vorlagen, LICENSE.md, .gitignore, README.md, Gemfile, Gemfile.lock]
include: [_assets]
author:
name: 'Mark Weinreuter'
# Custom vars
version: 0.1.0
# Collections settings
collections_dir: content
# output: true, renders pages within the collection
# permalink: specifiy directory and file name
collections:
python:
output: true
permalink: /:collection/:path/:title
scratch:
output: true
permalink: /:collection/:path/:title
arduino:
output: true
permalink: /:collection/:path/:title