-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
69 lines (54 loc) · 1.77 KB
/
_config.yml
File metadata and controls
69 lines (54 loc) · 1.77 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
63
64
65
66
67
68
69
# Site settings
url: "sohogreen.com"
title: "Soho Green"
author: "Samson Danziger"
author-github: "marscapone"
description: "Basic website for Soho Green Charity"
keywords: "soho, green, sohogreen, central london, parks, wall of light"
favicon: "/img/favicon.ico"
google-tracking-id: "UA-67315822-1"
disqus-shortname:
# Navigation bar links
# Blog link in the blog and post pages will point to the blog.html#blog
# In the default page it will point to the preview of the last post
pages_list:
About: 'about'
'Wall of Light': 'wall-of-light'
'Art Loo': 'art-loo'
'Table': 'table'
'The Garden': 'the-garden'
Contact: 'contact'
collections:
- wall_photos
- loo_photos
- table_photos
- garden_photos
background-img: "/img/intro-bg.jpg"
contact-email: info@sohogreen.com
charity-number: 1088016
company-number: 4239057
photography-owner: "Elaine Duigenan and Stu Keegan"
image-opacity: 0.5
# Blog variables
paginate: 15
paginate_path: "blog/page:num"
post-preview-words: 128
fb-share: True
twitter-share: True
reddit-share: True
# Career variables
events:
# - image: "/img/career/microsoft.jpg"
# date: "September 2014 - Today"
# description: "Software Engineer @ Microsoft Development Center Norway, working @ the <a href=\"http://dev.office.com/officegraph\" target=\"_blank\"> Office Graph</a>"
# First image of the Career timeline
career-img: "/img/career/default.jpg"
# Social networks variables (many more available: facebook, flickr, dribbble, pinterest, instagram, tumblr etc.)
social:
- title: "facebook"
url: "https://www.facebook.com/sohogreen"
- title: "twitter"
url: "https://twitter.com/sohogreen"
404-img: "/img/labtocat.png"
# Exclusion list from the generated _site
exclude: ["Rakefile", "LICENSE", "readme.markdown", "vendor", "README.md"]