-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
72 lines (58 loc) · 1.54 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
lsi: false
safe: true
incremental: false
markdown: kramdown
highlighter: rouge
gist:
noscript: false
plugins:
- jekyll-sass-converter
# Permalinks
permalink: /blog/:title
# Setup
title: Curveball
tagline: 'A framework that rips'
description: 'A javascript framework for building webservices in Node.js'
url: https://curveballjs.org
baseurl:
author:
name: Evert Pot
url: https://evertpot.com
company:
name: Bad Gateway
url: https://badgateway.net
copyright:
author: Curveball
url: https://github.com/curveball
# Custom vars
icon: /assets/images/logo.svg
cover: /assets/images/cover-3.jpg
social:
# - icon: twitter
# url: https://twitter.com/curveballjs
# desc: Follow me on twitter
- icon: github
url: https://github.com/curveball/core
desc: Fork Curveball on Github
- icon: feed
url: https://curveballjs.org/atom.xml
desc: Subscribe to the Curveball RSS feed
menu:
- title: Home
url: /
- title: Docs
url: /docs/getting-started
collections_dir: collections
collections:
documentation:
output: true
middleware:
output: true
api:
output: true
examples:
output: true
# Google Analytics (add the UA Code, e.g.: UA-xxxxxxxx-1)
google_analytics:
# Default Theme Color for Chrome on Android Lollipop (Use RGB ColorCode without `#`, e.g.: `db5945`)
theme_color: 7E9576