diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-05 09:52:36 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-05 09:52:36 +0200 |
| commit | 25b879bd290528adfb47b0042749305a6a408800 (patch) | |
| tree | 22048174696683141c5eaf00a6a4aee34ce8a244 /public/sitemap.xml | |
| parent | 123b15e442a5a2bd2d73fb9d32cdded69a28f109 (diff) | |
| download | danixxyz-theme-25b879bd290528adfb47b0042749305a6a408800.tar.gz danixxyz-theme-25b879bd290528adfb47b0042749305a6a408800.zip | |
fix: resolve matrix rain opacity, menu styling, and featured articles
Issues fixed:
1. Added missing header.css and footer.css imports to main.css (fixes unstyled menu)
2. Increased matrix rain canvas opacity (0.13→0.25, 0.18→0.35) for better visibility
3. Updated home.html to display featured articles first, then latest 3
4. Removed invalid pseudo-element CSS rule on canvas element
The form on /is/here should now be visible, menu properly styled, and matrix rain more prominent.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to 'public/sitemap.xml')
| -rw-r--r-- | public/sitemap.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..a8f827f --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" + xmlns:xhtml="http://www.w3.org/1999/xhtml"> + <url> + <loc>http://localhost:1313/is/</loc> + <lastmod>2026-01-01T00:00:00+00:00</lastmod> + </url><url> + <loc>http://localhost:1313/articles/</loc> + <lastmod>2026-01-01T00:00:00+00:00</lastmod> + </url><url> + <loc>http://localhost:1313/is/here/</loc> + <lastmod>2026-01-01T00:00:00+00:00</lastmod> + </url><url> + <loc>http://localhost:1313/</loc> + <lastmod>2026-01-01T00:00:00+00:00</lastmod> + </url><url> + <loc>http://localhost:1313/tags/blue/</loc> + <lastmod>2023-03-15T11:00:00-07:00</lastmod> + </url><url> + <loc>http://localhost:1313/tags/green/</loc> + <lastmod>2023-03-15T11:00:00-07:00</lastmod> + </url><url> + <loc>http://localhost:1313/posts/post-3/</loc> + <lastmod>2023-03-15T11:00:00-07:00</lastmod> + </url><url> + <loc>http://localhost:1313/tags/red/</loc> + <lastmod>2023-03-15T11:00:00-07:00</lastmod> + </url><url> + <loc>http://localhost:1313/tags/</loc> + <lastmod>2023-03-15T11:00:00-07:00</lastmod> + </url><url> + <loc>http://localhost:1313/posts/post-2/</loc> + <lastmod>2023-02-15T10:00:00-07:00</lastmod> + </url><url> + <loc>http://localhost:1313/posts/post-1/</loc> + <lastmod>2023-01-15T09:00:00-07:00</lastmod> + </url><url> + <loc>http://localhost:1313/posts/</loc> + <lastmod>2023-01-01T08:30:00-07:00</lastmod> + </url><url> + <loc>http://localhost:1313/categories/</loc> + </url> +</urlset> |
