forked from ClojureBridge/curriculum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
33 lines (30 loc) · 794 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
# Site settings
title: ClojureBridge Curriculum
email: [email protected]
baseurl: /curriculum
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
url: "http://clojurebridge.github.io/"
twitter_username: ClojureBridge
github_username: ClojureBridge
# Build settings
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter_opts:
disable : true
encoding: UTF-8
exclude:
- Gemfile
- Gemfile.lock
- CONTRIBUTING.md
- EDITING-CURRICULUM.md
- ClojurebridgeCheatsheet-v2.pdf
- TEACHING.md
- background-reading.md
- tmp
# Port number
port: 5555