feat: Update Duckquill
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
David Lapshin 2023-10-28 22:16:08 +03:00
parent 1fe12cd669
commit 663b8c2686
3 changed files with 3 additions and 12 deletions

View file

@ -4,10 +4,3 @@
[![status-badge](https://ci.codeberg.org/api/badges/12428/status.svg)](https://ci.codeberg.org/repos/12428)
My personal website made with Zola and [Duckquill](https://duckquill.exozy.me) theme.
## Special thanks ♥
- [Jakub Steiner](https://jimmac.eu) for an awesome [OS Component Website](https://jimmac.github.io/os-component-website), on top of which this whole thing is built
- [Cassidy James](https://cassidyjames.com) for an awesome [Mastodon-powered Comments](https://cassidyjames.com/blog/fediverse-blog-comments-mastodon)
- [Mehdi](https://codepen.io/meduzen) for an awesome [CSS Scanlines](https://codepen.io/meduzen/pen/zxbwRV)
- dwb, ejm and jgs for awesome ASCII art

View file

@ -34,9 +34,9 @@ stylesheets = ["custom.css"]
[extra.nav]
show_feed = true
links = [
{url = "/about", name = "About"},
{url = "/design", name = "Design"},
{url = "/blog", name = "Blog"},
{url = "/about", name = "About", icon = "info-circle-fill"},
{url = "/design", name = "Design", icon = "brush-fill"},
{url = "/blog", name = "Blog", icon = "journal-bookmark-fill"},
]
[extra.footer]

View file

@ -38,8 +38,6 @@ $glow: 0 0 0 1px color.scale($primary-color, $alpha: -95%),
var(--purple2),
var(--blue2)
);
font-size: 3rem;
font-weight: 900;
-webkit-text-fill-color: transparent;
}