-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
107 lines (85 loc) · 2.45 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
99
100
101
102
103
104
105
106
107
# =============================================
# Build config
# =============================================
root: _gh_pages
dest: <%= site.root %>
assets: <%= site.dest %>/assets
# Data
data: data/*.{json,yml}
# Templates
templates: templates
includes: <%= site.templates %>/includes/*.hbs
layouts: <%= site.templates %>/layouts
layout: default.hbs
# Extensions
helpers:
- <%= site.templates %>/helpers/*.js
- handlebars-helper-br
plugins:
- assemble-contrib-anchors
- assemble-contrib-wordcount
- assemble-contrib-toc
- assemble-navigation
# Theme
theme: theme
components: <%= site.theme %>/components
# =============================================
# Project metadata
# =============================================
# Assemble metadata.
assemble:
latest: 0.4.33 # change to <%= pkg.version %>
# GitHub
username: assemble
name: assemble # change to <%= pkg.name %>
download:
source: <%= pkg.homepage %>/archive/master.zip
# =============================================
# Site metadata
# =============================================
brand: ASSEMBLE
title: BOILERPLATE
lead: The most awe inspiring static site boilerplate in Northern Kentucky.
version: <%= pkg.version %>
description: <%= pkg.description %>
license:
type: <%= pkg.licenses[0].type %>
url: <%= pkg.licenses[0].url %>
# Links
url:
repo: <%= pkg.homepage %>
bugs: <%= pkg.bugs.url %>?state=open
ghpages: https://<%= site.username %>.github.io/<%= pkg.name %>/
# Site
domain: http://assemble.io/
about: <%= site.url.domain %>/about/
blog: <%= site.url.domain %>/blog/
# SEO/SEM
ga:
id: false
domain: assemble.github.io
siteid: false
# Google Tags (see: https://www.google.com/tagmanager/)
tags: false
# Comments
disqus:
enabled: true
shortname: <%= pkg.name %>
# Social
social:
twitter:
via: assemblejs
username: assemblejs
related: jonschlinkert:Assemble core team.
facebook: false
linkedin: false
gplus: false
hn: false
google: false
# Sharing
sharing:
twitter: false
facebook: false
gplus: false
hn: false
google: false