-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
74 lines (56 loc) · 1.87 KB
/
_config.yml
File metadata and controls
74 lines (56 loc) · 1.87 KB
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
# Dependencies
markdown: kramdown
# Permalinks
permalink: /blog/:title
# Setup
title: Crawley Project
tagline: 'blog'
description: 'The Crawley project page'
url: http://project.crawley-cloud.com/
baseurl:
commentsystem: disqus
disqus: crawleyproject
highlighter: pygments
author:
name: Juan Manuel Garcia
url: http://jmg.github.io/
paginate: 5
paginate_path: blog/page:num
# Custom vars
icon: /assets/images/icon.png
cover: /assets/images/cover.jpg
social:
- icon: github
url: https://github.com/crawley-project/crawley
desc: Fork me on github
- icon: facebook
url: https://www.facebook.com/pages/Crawley-Cloud/335187853174509?sk=info&tab=page_info
desc: See our page on Facebook
- icon: feed
url: http://project.crawley-cloud.com/atom.xml
desc: Subscribe to my feed
menu:
- title: Home
url: /
- title: About
url: /about
- title: Blog
url: /blog
- title: Docs
url: http://packages.python.org/crawley/
- title: Examples
url: https://github.com/jmg/crawley/tree/0.2.x-stable/examples
- title: Crawley Cloud
url: http://www.crawley-cloud.com/
- title: Source
url: https://github.com/crawley-project/crawley
copyright:
author: Camporez
url: http://camporez.github.io
type_title: Some rights reserved
type_url: http://creativecommons.org/licenses/by-nc/2.5
parallax: false
# 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