From 0058bac3526442996ea5e2608d99544572466d94 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Fri, 22 Jul 2022 16:13:44 +0200 Subject: [PATCH] better layout --- config.toml | 8 ++++++++ content/posts/box-is-a-unique-type.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 0ad046c..20e914f 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,11 @@ baseURL = "/" languageCode = "en-us" title = "nilstriebs blog" theme = "terminal" + +[params] +contentTypeName = "posts" +themeColor = "orange" +centerTheme = true + +[params.logo] +logoText = "nilstriebs blog" \ No newline at end of file diff --git a/content/posts/box-is-a-unique-type.md b/content/posts/box-is-a-unique-type.md index 861e80c..818aba9 100644 --- a/content/posts/box-is-a-unique-type.md +++ b/content/posts/box-is-a-unique-type.md @@ -6,7 +6,7 @@ authorTwitter = "@Nilstrieb" cover = "" tags = ["rust", "unsafe code"] keywords = ["box", "noalias"] -description = "The current and future aliasing semantics of Box" +description = "About better aliasing semantics for `Box`" showFullContent = false readingTime = true hideComments = false