From 2b7048ca3c64dc18750b8caec19d8253a765c300 Mon Sep 17 00:00:00 2001 From: madrilene Date: Fri, 16 Feb 2024 15:45:37 +0100 Subject: [PATCH] minor docs copy stuff --- src/docs/design-tokens.md | 2 -- src/docs/favicons.md | 4 ++-- src/docs/less-js.md | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/docs/design-tokens.md b/src/docs/design-tokens.md index a3e99b9..8814b5b 100644 --- a/src/docs/design-tokens.md +++ b/src/docs/design-tokens.md @@ -8,5 +8,3 @@ Additional colors, variants and gradients for custom properties are automaticall Admittedly, I went a little bit crazy there with the new CSS color syntax stuff. In the [style guide](/styleguide/) you can see how everything turns out. - -Please note that adjustments in `viewports.json` only affect your utility classes and custom properties, but do not change the dimensions of your page. You can control this using the custom property `--wrapper-width`. diff --git a/src/docs/favicons.md b/src/docs/favicons.md index 038f469..16605bc 100644 --- a/src/docs/favicons.md +++ b/src/docs/favicons.md @@ -2,9 +2,9 @@ title: Favicons --- -the favicons used are based on the recommendations from the [How to Favicon article on evilmartians.com.](https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs) +The favicons used are based on the recommendations from the [How to Favicon article on evilmartians.com.](https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs) -They are placed in `src/assets/images/favicons`, and copied over to the root of the output folder. +All favicons are in `src/assets/images/favicons`, and copied over to the root of the output folder. There is no automatization in place to create them. diff --git a/src/docs/less-js.md b/src/docs/less-js.md index a20a142..49a1b53 100644 --- a/src/docs/less-js.md +++ b/src/docs/less-js.md @@ -8,7 +8,7 @@ The `gallery.njk` and `details.njk` components were slightly enhanced with JavaS There are three more scripts, but you have to opt in: -**nav-drawer.js**, to opt in to a drawer menu on small screens. See the [navigation documentation](/docs/navigation/). +**nav-drawer.js**, to opt in to a drawer menu on small screens (Read more in **Navigation**). **masonry.js**, creating the masonry effect used on the cards. Search for `masonry: true` to see where it is activated, and set to `false`, an empty string, or delete the front matter field, if you don't want to use it. The script won't be included then. Nothing breaks, the cards just won't rise up to completely fill the gaps in their grid.