From 9fc4b73a36721caeea48455b2c089dd476a00ecf Mon Sep 17 00:00:00 2001 From: Cyrill Raccaud <miaucl@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:57:39 +0000 Subject: [PATCH] theme(fix): header image positioning (#731) --- exampleSite/config.toml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index f167ad7..53a2299 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -36,6 +36,8 @@ description = "The last theme you'll ever need. Maybe." # choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-" background_color_class = "bg-black" +# choose an fitting and alignment style for the featured image using tachyons classes such as "cover|contain" for fitting and "bg-top|bg-center|bg-bottom" for alignment, or add any other class space-separated to customize further +featured_image_class = "cover bg-top" recent_posts_number = 3 [ananke.social.follow] -- Gitblit v1.10.0