-
Notifications
You must be signed in to change notification settings - Fork 46
/
_config.yml
64 lines (52 loc) · 1.81 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
# ------------------------------------------------------------------------------
# Build config
# ------------------------------------------------------------------------------
# Templates
templates: templates
partials: <%= site.templates %>/partials/**/*.swig
helpers: <%= site.templates %>/helpers
layouts: <%= site.templates %>/layouts
pages: <%= site.templates %>/pages
layout: default.swig
# Data
data: data
# Destination
dest: _gh_pages
assets: /assets
css: <%= site.assets %>/css
img: <%= site.assets %>/img
js: <%= site.assets %>/js
# Theme
theme: theme
sass: <%= site.theme %>/scss
theme_img: <%= site.theme %>/img
theme_js: <%= site.theme %>/js
# Dist
dist_css: <%= site.dest %>/<%= site.css %>
dist_img: <%= site.dest %>/<%= site.img %>
dist_js: <%= site.dest %>/<%= site.js %>
# Extensions
plugins:
- assemble-contrib-anchors
- assemble-contrib-wordcount
- assemble-contrib-toc
# ------------------------------------------------------------------------------
# Project metadata
# ------------------------------------------------------------------------------
author:
name: Daniel Guillan
twitter: danielguillan
url: http://www.danielguillan.com
ga: UA-56631505-1
title: 'Perf Rocks'
description: 'Find resources that help you build lightning fast websites'
keywords: 'performance, front-end, budgeting, monitoring, grunt, fast websites, speed'
url: http://perf.rocks
github:
repo: https://github.com/perf-rocks/perf.rocks
issues: https://github.com/perf-rocks/perf.rocks/issues
tool_types:
- node
- grunt
- gulp
- broccoli