-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy path_config.yml
98 lines (76 loc) · 2.26 KB
/
_config.yml
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# =============================================
# BUILD CONFIG
# =============================================
# Dest config
root: .
dest: <%= site.root %>
# Data
data: <%= site.templates %>/data
date: <%= new Date() %> # full date
# Styles
styles: styles
# Content
content: content
# Templates
templates: templates
layouts: <%= site.templates %>/layouts
layoutext: .html
layout: default
pages: <%= site.templates %>
includes: <%= site.templates %>/{includes,content}
# =============================================
# EXTENSIONS
# =============================================
helpers:
- handlebars-helper-prettify
plugins:
# =============================================
# PROJECT METADATA
# =============================================
# Site metadata
brand: Typeplate
title: Typeplate
description: <%= pkg.description %>
lead: >
A typographic starter kit for Web developers and designers, where we don’t make too many design choices, but we do set out patterns for proper markup and “pre-designed” styles for great Web typography.
# URLs
homepage: http://typeplate.com
repo: <%= pkg.repository.url %>
issues: <%= pkg.bugs.url %>?&state=open
license:
type: <%= pkg.licenses[0].type %>
url: <%= pkg.licenses[0].url %>
#Project Version
version: 2.1.0
# =============================================
# SEO / SEM
# =============================================
analytics:
alexa: false
google:
enabled: true
account: UA-38761755-1
siteid: false
# =============================================
# SOCIAL / SHARING
# =============================================
# Comments
disqus:
enabled: false
shortname: <%= pkg.name %>
# Social
social:
twitter: false
twitter_related: false
facebook: false
linkedin: false
gplus: false
hn: false
google: false
# Sharing
sharing:
twitter: false
facebook: false
gplus: false
hn: false
google: false