forked from EnthusiastiCon/enthusiasticon.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
62 lines (54 loc) · 1.52 KB
/
_config.yml
File metadata and controls
62 lines (54 loc) · 1.52 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# The main config file for your Jekyll template
# Site settings
title: EnthusiastiCon # used for the html title of every page
desc: >
A computing conference taking place in Berlin this June!
url: http://enthusiasticon.de # put your website hosting url here
baseurl: '' # the subpath of your site, e.g. /blog
permalink: /:year/:title/ # how should we display posts url
# Meta settings
email: info@enthusiasticon.de
author: EnthusiastiCon
twitter_username:
github_username:
# Put your ga tracking code below
# google_analytics: ''
# Navigation settings
# Used to define the navigation menu items
# > Title is the tile of the navigation item, url the url and desc is the tooltip
navigation:
- title: Home
url: /
- title: About
url: /about/
desc: Learn about us
- title: Call for proposals
url: /cfp/
desc: Submit a talk proposal
- title: Programme
url: /programme/
desc: Find Saturday's programme here!
- title: Code of Conduct
url: /coc/
desc: Our code of conduct
# Used by Jekyll to recognize what is a post and what is a page
defaults:
-
scope:
path: ''
type: posts
values:
layout: post
# Markdown parser settings
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false # you can change this if you feel like it
parse_block_html: true # allow parsing html inside markdown
# Build settings
include:
- _pages # all your pages can be put inside pages (except articles)
exclude:
- README.md
- vendor
- assets/js