-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
59 lines (45 loc) · 1.04 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
# Site settings
title: Fabricio Ziliotti - Desenvolvedor Web
description: Um simples blog de compartilhamento de ideias e estudos de Fabrício Ziliotti
# baseurl: ""
# url: ""
baseurl: "/BlogFziliotti"
url: "https://fziliotti.github.io"
# User settings
username: Fabrício Ziliotti
user_description: Desenvolvedor Front-End
email: [email protected]
twitter_username: lorem_ipsum
github_username: Fziliotti
gplus_username: lorem_ipsum
disqus_username: fabricioziliotti
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title/
# html minify
compress_html:
clippings: all
comments: all
endings: []
profile: false
files_to_cache:
- '/assets/js/main.js'
pages_to_cache:
- '/cursos/'
- '/series/'
- '/about/'
- '/tags/'
# Links to include in menu navigation
# For external links add external: true
links:
- title: Home
url: /
- title: Series
url: /series
- title: Tags
url: /tags
- title: Sobre mim
url: /about
# exclude my node related stuff
exclude: ['package.json', 'src', 'node_modules']