-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
93 lines (77 loc) · 2.6 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
encoding: utf-8
nome_sistema: &nome_sistema ETEControll
# Site settings
title: *nome_sistema
email: [email protected]
description: >
Site da ferramenta ETEControll utilizada para auxiliar o processo em Estações de Tratamento de Efluentes.
baseurl: "/ETEControll" # the subpath of your site, e.g. /blog/
url: https://saneamentoambiental.github.io/ETEControll # the base hostname & protocol for your site
git_address: "https://github.com/saneamentoambiental/ETEControll"
git_edit_address: "https://github.com/saneamentoambiental/ETEControll"
sitegrupopesquisa: "http://saneamentoambiental.github.io"
# theme options from https://bootswatch.com/
# comment out this to use default Bootstrap
bootwatch: flatly #paper
# Build settings
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-scholar
- jekyll-toc
- jekyll-analytics
- jekyll-extlinks
exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- README.md
- TrabalhoETE.pdf
timezone: America/Fortaleza
defaults:
- scope:
path: _posts
type: posts
values:
layout: post
sectionid: blog
- scope:
path: _docs
type: docs
values:
layout: docs
sectionid: docs
seo:
type: "WebPage"
collections:
docs:
permalink: /:collection/:path/
output: true
posts:
permalink: /blog/:year/:month/:day/:title/
output: true
scholar:
style: "apa"
sort_by: "author"
relative: "/ETEControll/referencias.html"
bibliography_template: "<abbr>[{{key}}]</abbr>{{reference}}"
extlinks:
attributes: {rel: nofollow, target: _blank}
rel_exclude: ['host1.com', 'host2.net']
jekyll_analytics:
GoogleAnalytics: # Add, if you want to track with Google Analytics
id: UA-123-456 # Required - replace with your tracking id
anonymizeIp: false # Optional - Default: false - set to true for anonymized tracking
#Matomo: # Add, if you want to track with Matomo (former Piwik Analytics)
# url: matomo.example.com # Required - url to Matomo installation without trailing /
# siteId: "1234" # Required - replace with your Matomo site id (Write id as string)
#Piwik: # Add, if you want to track with Piwik
# url: piwik.example.com # Required - url to Piwik installation without trailing /
# siteId: "1234" # Required - replace with your Piwik site id (Write id as string)
#MPulse: # Add if you want to track performance with mPulse
# apikey: XXXXX-YYYYY-ZZZZZ-AAAAA-23456 # Required - replace with your mPulse API key