From b199f75738033a12644cb82f6cc51389f9afbf48 Mon Sep 17 00:00:00 2001 From: david-swift Date: Sat, 12 Apr 2025 15:56:10 +0200 Subject: [PATCH] Fix typos #4 --- content/_index.md | 3 ++- content/docs/config/index.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index 0a4ffb6..b578e91 100644 --- a/content/_index.md +++ b/content/_index.md @@ -24,7 +24,8 @@ title = "Home" # Duckling -Duckling is an minimal and feature-rich [Zola](https://www.getzola.org) theme that has the purpose of greatly simplifying the process of rolling up your project website. It aims to provide all the necessary options for comfortable writing, while keeping the balance of simplicity. +Duckling is a minimal and feature-rich [Zola](https://www.getzola.org) theme that has the purpose of greatly simplifying the process of rolling up your project website. +It aims to provide all the necessary options for comfortable writing, while keeping the balance of simplicity. It is based on the [Duckquill](https://duckquill.daudix.one) theme for blogs. diff --git a/content/docs/config/index.md b/content/docs/config/index.md index 302c58e..c17a55b 100644 --- a/content/docs/config/index.md +++ b/content/docs/config/index.md @@ -7,7 +7,7 @@ section = 0 Duckling offers a number of variables that can be set in the a website's `config.toml` file. -The following configuration variables from `config.toml` can be set/overriden per page/section: +The following configuration variables from `config.toml` can be set/overridden per page/section: - `default_theme`: Which theme should be used by default (light/dark). - `accent_color`: Sets theme and [browser theme](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color) color.