From 61c3ec6fd4664b516c9955ef359649791c0701bc Mon Sep 17 00:00:00 2001 From: Ramiro Morales <ramiro@users.noreply.github.com> Date: Sun, 27 Oct 2024 18:12:46 +0000 Subject: [PATCH] docs(fix): typos (#775) --- exampleSite/config.toml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 093ebac..6a8720f 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -36,9 +36,9 @@ 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 +# choose fitting and alignment styles 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" -# choose a color dimming class for the page or size header from any on this page: https://tachyons.io/docs/themes/skins/, preface it with "bg-" and add the value such as "-X0" where X is in [1,9] +# choose a color dimming class for the page or site header from any on this page: https://tachyons.io/docs/themes/skins/, preface it with "bg-" and add the value such as "-X0" where X is in [1,9] cover_dimming_class = "bg-black-60" recent_posts_number = 3 -- Gitblit v1.10.0