forked from ClojureBridge/curriculum
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_config.yml
More file actions
35 lines (31 loc) · 821 Bytes
/
_config.yml
File metadata and controls
35 lines (31 loc) · 821 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
32
33
34
35
# 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
theme: jekyll-theme-cayman