-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
46 lines (39 loc) · 1.1 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
# Plugins
plugins:
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-target-blank
- jekyll-archives
# Conversion
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
# Serving
baseurl: /
future: false
# Outputting
permalink: /:title
paginate: 15
timezone: UTC
quiet: false
# Theme
url: https://rpanachi.com
author: Rodrigo Panachi
description: Rodrigo Panachi's tech blog
bio: A Software Engineer that like to code and learn new things. Subscribe to my <a href="https://feeds.feedburner.com/rpanachi" target="_blank">RSS feed</a> to stay tuned, check my code on <a href="https://github.com/rpanachi">Github</a> and hire me on <a href="https://linkedin.com/in/rpanachi">Linkedin</a>.
# Custom Configs
disqus_id: rpanachi
google_analytics: 'G-HHZCBHXG3L'
links:
github: https://github.com/rpanachi
feed: https://feeds.feedburner.com/rpanachi
linkedin: https://linkedin.com/in/rpanachi
printables: https://www.printables.com/@rpanachi
twitter:
username: rpanachi
jekyll-archives:
enabled: [categories]
layout: archive
permalinks:
category: '/category/:name/'