-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
87 lines (74 loc) · 2.15 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
# url is the full website URL
# baseurl is the website's URL without the hostname
url: "https://aguas-ml.github.io/graficos"
baseurl: ""
title: Águas Mídia Livre
description: Podemos trabalhar em conjunto, desenvolver nossas capacidades para viver em harmonia com as Águas e a Natureza. Colaboramos com o desenvolvimento de tecnologias livres e segurança digital em organizações, movimentos e grupos sociais no Brasil e América Latina, a fim de gerar processos de soberania e autonomia tecnológica.
# List of links in the navigation bar
navbar-links:
Ideias: "cyorgs"
USE: "servicos"
Projetos: "projetos"
Updates: "blog"
Contato: "contato"
# Change all these values or delete the ones you don't want (these appear in the footer).
# Important: you must keep the "name" parameter, everything else you can remove
author:
name: "ÁguasML Mídia Livre"
email: "[email protected]"
github: Aguas-ML
facebook: yourname # eg. daattali
twitter: aguasml
# Select which links to show in the footer
footer-links-active:
github: true
email: true
rss: false
facebook: false
twitter: true
# Select which share links to show in posts
share-links-active:
twitter: true
facebook: true
google: false
linkedin: true
# Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
disqus: " "
# Google Analytics ID
google_analytics: " "
# Output options (more information on Jekyll's site)
timezone: "America/Sao_Paulo"
markdown: kramdown
highlighter: rouge
permalink: /:year-:month-:day-:title/
paginate: 5
paginate_path: "/blog/page:num/"
kramdown:
input: GFM
# Default YAML values (more information on Jekyll's site)
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: false # add comments to all blog posts
social-share: true # add social media sharing buttons to all blog posts
-
scope:
path: "" # all files
values:
layout: "page"
show-avatar: true
# Exclude these files from production site
exclude:
- LICENSE
- README.md
- .env
- renv.lock
- renv
- graficos.code-workspace
plugins: [jekyll-paginate]
gems:
- jekyll-paginate