-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
52 lines (40 loc) · 984 Bytes
/
_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
# Dependencies
markdown: redcarpet
pygments: true
# Permalinks
permalink: /blog/:title
# Setup
title: Thinny
tagline: 'blog'
description: 'My personal blog.'
url: http://camporez.com
author:
name: 'Ian Camporez Brunelli'
url: https://google.com/+IanCamporezBrunelli
paginate: 5
# Custom vars
icon: /assets/images/icon.png
cover: /assets/images/cover.jpg
social:
- icon: facebook
url: https://www.facebook.com/ka.jam.963
desc: Follow me on facebook
- icon: github
url: https://github.com/sherpper
desc: Fork me on github
- icon: googleplus-alt
url: https://google.com/+IanCamporezBrunelli
desc: Add me on google+
- icon: feed
url: http://sherppard.github.io/atom.xml
desc: Subscribe to my feed
menu:
- title: Home
url: /
- title: About
url: /about
copyright:
author: Camporez
url: http://camporez.com
type_title: Some rights reserved
type_url: http://creativecommons.org/licenses/by-nc/2.5