Rust BR Blog template for Gutenberg
[]
="/imgs/common/logo.png" #will appear on top header
="rust::br::Blog" #will appear on top header after logo
## i18n words
= "Tags"
= "Tag"
= "Categorias"
= "Categoria"
= "Postagens Relacionadas"
= "PrĂłxima"
= "Anterior"
= "Página"
= "de"
= "minutos"
="" # Image that will appear on social media
="" # Alt for og_image
="" # Site Name for Open Graphic
="" # Keywords for SEO
="knowledge share" # OPTIONAL
="2018" # OPTIONAL
="???" # OPTIONAL, Facebook App Id to help in metrics
="@???" # OPTIONAL, Twitter User to help with metrics
## Sidebar automatic links
= [
{ = "Social", =[
{="Telegram", ="https://t.me/rustlangbr"},
{="Github", ="https://github.com/rust-br"},
]},
{ = "Divida Conhecimento!", =[
{="Contribuir!", ="https://rust-br.github.io/blog/hello-world"}
]}
]
This configuration was the same configuration that we use on RustBR Blog
By default Dinkleberg wait that you have all icons on root of your static, for it you can use the site https://www.favicon-generator.org/ to generate that bundle and put it inside you /static :D