better layout

This commit is contained in:
nora 2022-07-22 16:13:44 +02:00
parent ca879318e6
commit 0058bac352
2 changed files with 9 additions and 1 deletions

View file

@ -2,3 +2,11 @@ baseURL = "/"
languageCode = "en-us" languageCode = "en-us"
title = "nilstriebs blog" title = "nilstriebs blog"
theme = "terminal" theme = "terminal"
[params]
contentTypeName = "posts"
themeColor = "orange"
centerTheme = true
[params.logo]
logoText = "nilstriebs blog"

View file

@ -6,7 +6,7 @@ authorTwitter = "@Nilstrieb"
cover = "" cover = ""
tags = ["rust", "unsafe code"] tags = ["rust", "unsafe code"]
keywords = ["box", "noalias"] keywords = ["box", "noalias"]
description = "The current and future aliasing semantics of Box" description = "About better aliasing semantics for `Box<T>`"
showFullContent = false showFullContent = false
readingTime = true readingTime = true
hideComments = false hideComments = false