mirror of
https://github.com/Noratrieb/blog.git
synced 2026-01-14 12:35:00 +01:00
better layout
This commit is contained in:
parent
ca879318e6
commit
0058bac352
2 changed files with 9 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue