diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index e2d643c7..44ba42ba 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1618,10 +1618,6 @@ select { height: 3rem; } -.h-36 { - height: 9rem; -} - .h-full { height: 100%; } @@ -1630,6 +1626,10 @@ select { height: 6rem; } +.h-36 { + height: 9rem; +} + .h-8 { height: 2rem; } @@ -1654,12 +1654,6 @@ select { width: 3rem; } -.w-fit { - width: -webkit-fit-content; - width: -moz-fit-content; - width: fit-content; -} - .w-36 { width: 9rem; } @@ -1696,6 +1690,10 @@ select { min-width: 2.4rem; } +.min-w-\[220px\] { + min-width: 220px; +} + .max-w-7xl { max-width: 80rem; } @@ -3015,6 +3013,10 @@ body:has(#menu-controller:checked) { } } +.max-w-prose { + max-width: 75ch; +} + .first\:mt-8:first-child { margin-top: 2rem; } diff --git a/assets/css/main.css b/assets/css/main.css index 7799513c..48367249 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -376,4 +376,8 @@ body:has(#menu-controller:checked) { .article { flex-wrap: nowrap; } +} + +.max-w-prose { + max-width: 75ch; } \ No newline at end of file diff --git a/exampleSite/config/_default/menus.en.toml b/exampleSite/config/_default/menus.en.toml index 78f3d4f0..cd5ffa91 100644 --- a/exampleSite/config/_default/menus.en.toml +++ b/exampleSite/config/_default/menus.en.toml @@ -45,4 +45,9 @@ [[footer]] name = "Tags" pageRef = "tags" - weight = 10 \ No newline at end of file + weight = 10 + + [[footer]] + name = "Authors" + pageRef = "authors" + weight = 20 \ No newline at end of file diff --git a/exampleSite/content/docs/_index.md b/exampleSite/content/docs/_index.md index 0a25eacb..6c8af44e 100755 --- a/exampleSite/content/docs/_index.md +++ b/exampleSite/content/docs/_index.md @@ -12,7 +12,7 @@ cascade: Simple, yet powerful. Learn how to use Blowfish and its features. {{< /lead >}} -![Featured Blowfish image](featured.png) +
This section contains everything you need to know about Blowfish. If you're new, check out the [Installation]({{< ref "docs/installation" >}}) guide to begin or visit the [Samples]({{< ref "samples" >}}) section to see what Blowfish can do. diff --git a/layouts/_default/list.html b/layouts/_default/list.html index ee8c78c7..44e95c28 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -25,7 +25,7 @@ {{ if gt .Pages 0 }} -