feat(docs): add footer, favicon, and logo branding

- Add sidebar footer with GitHub repo link and MIT copyright
- Generate geometric logo for project branding
- Add logo as favicon in browser tab
- Add logo to sidebar header (32x32) next to "sukr" text
- Add centered logo (128px) at top of README
This commit is contained in:
Timothy DeHerrera
2026-01-31 18:38:31 -07:00
parent e0fe45330d
commit 6dac743dfa
3 changed files with 16 additions and 2 deletions

View File

@@ -54,7 +54,14 @@ body {
font-weight: 700;
color: var(--accent);
text-decoration: none;
display: block;
display: flex;
align-items: center;
gap: 0.5rem;
}
.sidebar .logo-img {
width: 32px;
height: 32px;
}
.sidebar .tagline {

View File

@@ -14,7 +14,10 @@
<body>
<aside class="sidebar">
<header>
<a href="{{ prefix }}/index.html" class="logo">sukr</a>
<a href="{{ prefix }}/index.html" class="logo">
<img src="{{ prefix }}/logo.png" alt="sukr" class="logo-img" />
sukr
</a>
<span class="tagline">suckless static sites</span>
</header>
<nav>