-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
37 lines (32 loc) · 819 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
# Site settings
title: Bruno Henrique Barbosa
description: '# egrep -R ''sysadmin|ICT|infosec|stuff'' /bhbarbosa/brain/thoughts'
url: 'https://bhbarbosa.github.io'
baseurl: '/'
google_analytics: 'UA-74608033-1'
disqus_shortname: 'bhbarbosagithubio'
author:
name: 'Bruno Henrique Barbosa'
email: [email protected]
twitter_username: bhbarbosa_
github_username: bhbarbosa
linkedin_username: bhbarbosa
defaults:
-
scope:
path: ''
type: 'posts'
values:
layout: 'post'
# Build settings
paginate: 10
permalink: /:year/:month/:title/
markdown: kramdown
highlighter: rouge
kramdown:
# use Github Flavored Markdown
input: GFM
# do not replace newlines by <br>s
hard_wrap: false
gems: ['jekyll-paginate']
exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'screenshot.png']