summaryrefslogtreecommitdiff
path: root/public/blog/index.html
diff options
context:
space:
mode:
authorsurya <surya@urbanecologycollective.org>2026-04-18 14:39:59 -0400
committersurya <surya@urbanecologycollective.org>2026-04-18 14:39:59 -0400
commit40d2a460af1eecb7ccf7f302479a6a7afe410da7 (patch)
tree7f8a9a9d51e53cad82e213121f95c692c4ef87ec /public/blog/index.html
init
Diffstat (limited to 'public/blog/index.html')
-rw-r--r--public/blog/index.html96
1 files changed, 96 insertions, 0 deletions
diff --git a/public/blog/index.html b/public/blog/index.html
new file mode 100644
index 0000000..068f3a0
--- /dev/null
+++ b/public/blog/index.html
@@ -0,0 +1,96 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="robots" content="index, follow">
+
+ <link rel="alternate" type="application/rss+xml" title="RSS" href="https://urbanecologycollective.org/rss.xml">
+
+ <title>ecoblog</title>
+
+ <link rel="preload" href="https://urbanecologycollective.org/css/style.css" as="style">
+ <link rel="stylesheet" href="https://urbanecologycollective.org/css/reset.css">
+ <link rel="stylesheet" href="https://urbanecologycollective.org/css/suCSS.css">
+ <link rel="stylesheet" href="https://urbanecologycollective.org/css/style.css">
+ <link rel="stylesheet" href="https://urbanecologycollective.org/css/custom.css">
+
+ <!-- Add favicon with appropriate sizes -->
+ <link rel="icon" href="https:&#x2F;&#x2F;urbanecologycollective.org/favicon.ico">
+
+ </head>
+ <body>
+
+
+
+
+ <nav id="nav-bar">
+
+ <a href="&#x2F;" class="">
+
+ home
+ </a>
+
+ <a href="https:&#x2F;&#x2F;urbanecologycollective.org&#x2F;wiki" class="">
+
+ wiki
+ </a>
+
+ </nav>
+
+ <main>
+
+<section class="content-section">
+ <h1>All blog posts</h1>
+
+
+ <ul class="content-list">
+
+
+ <li class="title-list">
+
+ <time class="content-meta">2025-12-01</time>
+
+ <a href="https:&#x2F;&#x2F;urbanecologycollective.org&#x2F;blog&#x2F;little-forest-floor&#x2F;" class="content-link">
+ A Little Forest Floor in a Raised Bed
+ </a>
+</li>
+
+
+ <li class="title-list">
+
+ <time class="content-meta">2025-09-23</time>
+
+ <a href="https:&#x2F;&#x2F;urbanecologycollective.org&#x2F;blog&#x2F;native-plant-garden&#x2F;" class="content-link">
+ Designing a Native Plant Garden
+ </a>
+</li>
+
+
+ </ul>
+
+
+ <nav class="pagination" aria-label="Pagination">
+ <div class="pagination-inner">
+
+
+ <span class="page-current accent-data">1 of 1</span>
+
+
+ </div>
+</nav>
+
+
+</section>
+
+ </main>
+
+ <footer>
+ <!-- <hr> -->
+<!-- <div id="footer-container"> -->
+<!-- <p>Made using <a target="_blank" rel="noopener noreferrer" href="https://github.com/Speyll/anemone">anemone</a> Zola theme</p> -->
+<!-- </div> -->
+
+ </footer>
+ </body>
+</html>