-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
executable file
·78 lines (70 loc) · 1.47 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Site Settings
name: Idvogados
title: Idvogados
description: Projeto de acesso à justiça.
link-anchor:
- title: Home
url: /
link-button:
- title: Quero Colaborar
url: /colabore/
link-footer:
- title: Termos de Uso
url: /termos-de-uso/
- title: Imprint
action: window.print()
email: [email protected]
disqus_username: idvogados
copyright-year: 2020
# Social Media Settings
# Remove the item if you don't need it
github_username: idvogados
facebook_username: idvogados
twitter_username: idvogados_ofc
instagram_username: idvogados.ofc
linkedin_username: idvogados-org
# Posts Settings
show_modal_on_exit: true
# Advanced Settings
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://idvogados.github.io" # the base hostname & protocol for your site
google_analytics: "G-DTG3FDMY4V"
language: "pt-BR"
# Pagination Settings
paginate_path: "/page/:num/"
pagination:
per_page: 6
permalink: "/page/:num/"
title: " - page :num"
limit: 0
sort_field: "date"
sort_reverse: true
# Build settings
# paginate: 5
markdown: kramdown
highlighter: rouge
permalink: /:title/
collections:
authors:
output: true
categories_folder: category
# SASS
sass:
style: compressed
# Plugins
plugins:
- jekyll-paginate-v2
- jekyll-paginate-content
# Exclude my node related stuff
exclude:
[
"package.json",
"package-lock.json",
"src",
"node_modules",
"initpost.sh",
"Gemfile",
"Gemfile.lock",
"gulpfile.js",
"README.md",
]