-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
31 lines (26 loc) · 769 Bytes
/
_config.yml
File metadata and controls
31 lines (26 loc) · 769 Bytes
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
# Site settings
title: CSSclasses · Learning materials
email: contact@cssconf.eu
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: ""
url: "http://materials.cssclass.es"
twitter_username: CSSclasses
github_username: CSSclasses
# Build settings
markdown: kramdown
highlighter: pygments
permalink: /:title/
include:
- .nojekyll
- "js/cssclasses.min.js"
- "js/cssclasses.min.js.map"
exclude:
- "_sass/"
- "bower.json"
- "bower_components/"
- "Gemfile"
- "Gemfile.lock"
- "gruntfile.js"
- "node_modules/"
- "package.json"
- "README.md"