diff options
| author | surya <surya@urbanecologycollective.org> | 2026-04-18 14:39:59 -0400 |
|---|---|---|
| committer | surya <surya@urbanecologycollective.org> | 2026-04-18 14:39:59 -0400 |
| commit | 40d2a460af1eecb7ccf7f302479a6a7afe410da7 (patch) | |
| tree | 7f8a9a9d51e53cad82e213121f95c692c4ef87ec /public/blog/index.html | |
init
Diffstat (limited to 'public/blog/index.html')
| -rw-r--r-- | public/blog/index.html | 96 |
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://urbanecologycollective.org/favicon.ico"> + + </head> + <body> + + + + + <nav id="nav-bar"> + + <a href="/" class=""> + + home + </a> + + <a href="https://urbanecologycollective.org/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://urbanecologycollective.org/blog/little-forest-floor/" 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://urbanecologycollective.org/blog/native-plant-garden/" 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> |
