-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·76 lines (56 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Dependencies
markdown: kramdown
# Permalinks
# permalink: /blog/:title
# Setup
title: Fab City Blog
tagline: 'blog'
description: 'Fab City Blog'
url:
baseurl:
commentsystem: google
disqus: example
author:
name: Fab City
url: https://fab.city
paginate: 5
# Custom vars
icon: assets/images/logo.svg
cover: assets/images/cover_network.png
social:
- icon: twitter
url: https://twitter.com/fabcity
desc: Follow us on twitter
- icon: facebook
url: www.facebook.com/fabcityglobal/
desc: Find us on facebook
- icon: github
url: https://github.com/fabcity
desc: Fork us on github
# - icon: googleplus-alt
# url: #https://google.com/+IanCamporezBrunelli
# desc: Add me on google+
- icon: feed
url: http://fabcity.github.io/blog/atom.xml
desc: Subscribe to my feed
menu:
- title: Home
url: /
- title: About
url: /about
copyright:
author: Fab City
url: http://fab.city
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
# Color settings (hex-codes without the leading hash-tag)
color:
primary: ff0d0d
secondary: d41111
secondary-dark: 000
gems: [jekyll-paginate]