-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
46 lines (38 loc) · 1.32 KB
/
config.toml
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
base_url = "https://rust-br.github.io/blog"
# RSS
title = "Rust Brasil: Dividindo conhecimento sobre a linguagem Rust"
description = "Um blog com conteúdo focado no público brasileiro escrito, grande parte, em português sobre a linguagem de programção Rust"
default_language = "pt"
theme = "dinkleberg"
compile_sass = true
highlight_code = true
highlight_theme = "gruvbox-dark"
generate_tags_pages = true
generate_categories_pages = true
[extra]
blog_logo = "/imgs/common/logo.png"
blog_title="rust::brasil::Blog"
label_tags = "Tags"
label_tag = "Tag"
label_categories = "Categorias"
label_category = "Categoria"
label_relative_posts = "Postagens Relacionadas"
label_next = "Próxima"
label_previous = "Anterior"
label_page = "Página"
label_of = "de"
og_image="https://rust-br.github.io/blog/imgs/common/base_og_image.png"
og_alt_image="Rust Brasil Blog"
og_site_name="Rust Brasil Blog"
keywords="Rust, Lang, Language, Linguagem de Programação, Desenvolvimento, Brazil, Brasil"
educational_use="knowledge share"
copyright_year="2018"
sidebar = [
{name = "Social", urls=[
{name="Telegram", url="https://t.me/rustlangbr"},
{name="Github", url="https://github.com/rust-br"},
]},
{name = "Divida Conhecimento!", urls=[
{name="Contribuir!", url="https://rust-br.github.io/blog/hello-world"}
]}
]