diff options
Diffstat (limited to 'public/categories')
| -rw-r--r-- | public/categories/index.html | 75 | ||||
| -rw-r--r-- | public/categories/index.xml | 11 |
2 files changed, 86 insertions, 0 deletions
diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..fc9956a --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,75 @@ +<!DOCTYPE html> +<html lang="en-US" dir="ltr"> +<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> + <meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<meta name="description" content="Writing about IT, life, and the things that matter."> +<meta name="theme-color" content="#060b10"> +<title>Categories | danilo m.</title> + + + <link rel="stylesheet" href="/css/main.css"> + + + <script src="/js/main.js"></script> + + +</head> +<body> + <div class="reading-progress"></div> + <header><div class="header-container"> + <a href="/" class="site-title">Danilo M.</a> + <div class="header-controls"> + <nav> + <ul> + + <li> + <a href="/articles/" > + articles + </a> + </li> + + <li> + <a href="/is/" > + about + </a> + </li> + + <li> + <a href="/is/here/" > + contact + </a> + </li> + + </ul> + </nav> + <button id="theme-toggle-btn" class="theme-toggle" aria-label="Toggle theme">🌙 dark</button> + </div> +</div> +</header> + <main> + <h1>Categories</h1> + + +</main> + <footer><div class="footer-container"> + <div class="footer-content"> + <div class="footer-copyright"> + © 2026 Danilo M.. All rights reserved. + </div> + <nav> + <ul class="footer-nav"> + + <li><a href="/articles/">articles</a></li> + + <li><a href="/is/">about</a></li> + + <li><a href="/is/here/">contact</a></li> + + </ul> + </nav> + </div> +</div> +</footer> +</body> +</html> diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..f36f245 --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Categories on danilo m.</title> + <link>http://localhost:1313/categories/</link> + <description>Recent content in Categories on danilo m.</description> + <generator>Hugo</generator> + <language>en-US</language> + <atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" /> + </channel> +</rss> |
