-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path_config.yml
More file actions
27 lines (22 loc) · 846 Bytes
/
_config.yml
File metadata and controls
27 lines (22 loc) · 846 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
# For more see: http://jekyllrb.com/docs/permalinks/
permalink: /Events/:year/:month/:day/:title
# Shows events with dates in the future
future: true
exclude: [".gitignore", "CNAME", "README.md", "Gemfile"]
highlighter: rouge
# https://help.github.com/articles/migrating-your-pages-site-from-maruku
markdown: kramdown
title : CoderCamp
tagline: Hamilton's Unconference
description: "CoderCamp Hamilton is for local software developers to learn tools, techniques, and technologies from one another in a casual and friendly setting."
author :
name : CoderCamp Hamilton
email : codercamphamilton@gmail.com
github : codercamp
twitter : CoderCampHamont
# feedburner : feedname
# This is used in the Atom & RSS feeds and in the sitemap
production_url: http://www.codercamphamilton.com
rss_path: /rss.xml
atom_path: /atom.xml
host: 0.0.0.0