-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
29 lines (23 loc) · 953 Bytes
/
Copy path_config.yml
File metadata and controls
29 lines (23 loc) · 953 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
# Andrew Disley: Front-end Skeleton
# http://github.com/andrewdisley/front-end-skeleton
# Minimal configuration see https://github.com/mojombo/jekyll/wiki/Configuration for full options
# https://github.com/mojombo/jekyll/wiki/Permalinks
permalink: /:categories/:title
# Author
author: "Andrew Disley"
author_url: "http://simplified.co.uk/"
author_twitter: http://twitter.com/andrewdisley
# Site Title, Site Name (used for compressed js) Site ID (used on <body> element), Domain, URLs, Google Analytics ID
title: "Barcamp Nottingham"
name: "barcampnottingham"
id: barcampnottingham
domain: barcampnottingham.com
url: /
assets_url: /assets/
assets_cache_buster: ?v=0.3
#google_analytics_id: UA-XXXXX-XX
# Set the environment used to include production specific assets and enable Google Analytics
# development, staging, production
env: production
# Excluded files, jekyll excludes files that begin with an underscore
exclude: ['README', 'Rakefile']