forked from less/less-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.assemblerc.yml
147 lines (111 loc) · 3.45 KB
/
.assemblerc.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# =============================================
# ASSEMBLE CONFIG
# =============================================
# Dest config
root: _less.github.io
dest: <%= site.root %>
# =============================================
# SOURCE CONFIG
# =============================================
# Metadata
data: data
utils: <%= site.data %>/_utils
mixins: <%= site.data %>/_utils
date: <%= new Date() %>
# Assets > fonts, icons, images etc.
assets: assets
images: <%= site.assets %>/images
fonts: <%= site.assets %>/fonts
# Styles
styles: styles
# Scripts
scripts: scripts
# Content
content: content
# =============================================
# TEMPLATES
# =============================================
# Base directory for templates
templates: templates
# Pages
pages: <%= site.templates %>
# Partials
includes: <%= site.templates %>/includes
snippets: <%= site.templates %>/snippets
# Layouts
layouts: <%= site.templates %>/layouts
layoutext: .hbs
layout: content
# =============================================
# EXTENSIONS
# =============================================
helpers: <%= site.templates %>/_helpers
plugins:
# npm
# - assemble-contrib-drafts
# - assemble-contrib-navigation
- assemble-contrib-permalinks
# local
- <%= site.templates %>/_plugins/navigation.js
- <%= site.templates %>/_plugins/holder-404-avoid.js
# =============================================
# SITE METADATA
# =============================================
# Less.js metadata
current_version: <%= less.version %>
origin: <%= less.master %>
branch: master
# Site metadata
brand: lesscss.org
title: Less.js
lead: Less « The Dynamic Stylesheet Language
description: >
Less extends CSS with dynamic behavior such as variables, mixins, operations and functions.
Less runs on both the server-side (with Node.js and Rhino) or client-side (modern browsers only).
# URLs
homepage: http://lesscss.org
onlineeditor: <%= homepage %>/less-preview
repo: <%= pkg.homepage %>
issues: <%= pkg.bugs.url %>?&state=open
download:
source: <%= pkg.homepage %>/archive/master.zip
latest: https://raw.github.com/less/less.js/master/dist/less.js
cdn:
cloudflare: //cdnjs.cloudflare.com/ajax/libs/less.js/
# =============================================
# SEO/SEM
# =============================================
# Most of these are not enabled. You will need
# to setup accounts with the services you want
# to use and add the templates.
analytics:
alexa: lpTeh1awA400OE
google: false
google_site_id: false
# =============================================
# SOCIAL / SHARING
# =============================================
# Like SEO/SEM, Most of these are not enabled.
# You will need to setup accounts with the
# services you want to use and add the templates.
# Comments
disqus:
enabled: true
shortname: <%= pkg.name %>
# Social
social:
twitter:
via: false
username: false
facebook: false
linkedin: false
gplus: false
hn: false
google: false
# Sharing
sharing:
twitter: false
facebook: false
gplus: false
hn: false
google: false