From a6baea06697f6c76c695dc4198099deb8ba916e0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 6 Jun 2025 15:45:11 +0200 Subject: feat(treewide): Prepare for first release This commit contains many changes, as they were developed alongside `git-bug-rs` and unfortunately not separately committed. A toplevel summary would include: - Appropriate redirects, - The templating moved to `vy` (as this works with rustfmt formatting), - Search support (via `git-bug-rs`), - And better layout in the link section. --- assets/search.png | Bin 0 -> 711 bytes assets/style.css | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 assets/search.png (limited to 'assets') diff --git a/assets/search.png b/assets/search.png new file mode 100644 index 0000000..0fd78c6 Binary files /dev/null and b/assets/search.png differ diff --git a/assets/style.css b/assets/style.css index e7ce376..2f7414f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -141,7 +141,7 @@ label.checkbox { .issue-search input[type="search"] { padding: 0.5rem; - background-image: url("static/search.png"); + background-image: url("/search.png"); background-position: 10px 10px; background-repeat: no-repeat; background-size: 1rem; @@ -309,6 +309,7 @@ nav { display: flex; color: var(--gray); justify-content: space-between; + align-items: center; } nav .nav-group { -- cgit 1.4.1