forked from CSSclasses/CSSclasses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
40 lines (35 loc) · 943 Bytes
/
_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
# Site settings
title: CSSclasses
email: [email protected]
description: "CSSclasses is for beginners and experts alike: Using CSS as a simple and low-barrier entry language, we empower people to understand their browser and to learn how to experiment with code. Workshop and hackathon in one event."
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://cssclasses.cssconf.eu"
twitter_username: cssclasses
github_username: cssconf
# Build settings
markdown: kramdown
highlighter: pygments
permalink: pretty
include:
- .nojekyll
exclude:
- "bower.json"
- "bower_components/"
- "package.json"
- "node_modules/"
- "gruntfile.js"
- "_sass/"
- "README.md"
navigation:
- title: Home
url: /
- title: About
url: /about/
- title: Coaches
url: /coaches/
- title: Attendees
url: /attendees/
- title: Learning Materials
url: /materials/
- title: Code of Conduct
url: /code-of-conduct/