This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
54 lines (51 loc) · 1.68 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Trowel
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Trowel is a Sass toolkit that allows you to create and use CSS frameworks with the most flexible pattern ever designed.
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://yourdomain.com" # the base hostname & protocol for your site
twitter_username: TrowelSass
github_username: Trowel
# Build settings
markdown: kramdown
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: documentation
abandon: true
affix: true
library: trowel/trowel
subheader: true
type: trowel
heading_anchor: true
trwl_theme:
colors:
gray_light: rgb(248, 248, 250)
gray_medium: rgb(232, 232, 236)
gray_dark: rgb(207, 207, 213)
gray_darker: rgb(155, 155, 157)
primary: rgb(31, 13, 51)
success: rgb(55, 211, 189)
warning: rgb(255, 176, 0)
danger: rgb(253, 65, 100)
sizes:
xs: 0.65rem
sm: 0.8rem
md: 1rem
lg: 1.2rem
font_family: "'Open Sans', verdana, sans-serif"
line_height: 1.2
padding_y: 0.65em
padding_x: 1.65em
border_width: 1px
border_style: solid
border_radius: 0.2em