-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·32 lines (28 loc) · 823 Bytes
/
_config.yml
File metadata and controls
executable file
·32 lines (28 loc) · 823 Bytes
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
# top level stuff you probably don't need to touch
highlighter: rouge
rdiscount:
extensions: [smart]
permalink: /:title.html
paginate: 5
plugins: [jekyll-paginate]
port: 3000
safe: true
# edit here to achieve your personal greatness
url: http://joaonzangoii.github.io/
baseurl: /
title: Tchiowa Hacker
author: João Nzango
description: Blog Pessoal e CV
avatar: profile.jpg
email: joaonzango@gmail.com
github: /joaonzangoII/joaonzangoii.github.com # username
twitter: joaonzango
linkedin: joaonzangoii
# stackoverflow: username #e.g: users/2735833/proton1h1
#Comment out if you don't want disqus
disqus: joaonzangoii-github-io
google_analytics: UA-47484774-5
website: joaonzangoii.github.io
website_full: https://joaonzangoii.github.io
# needed for travis-ci build
exclude: [vendor]