diff options
| author | surya <surya@urbanecologycollective.org> | 2026-04-18 15:42:52 -0400 |
|---|---|---|
| committer | surya <surya@urbanecologycollective.org> | 2026-04-18 15:42:52 -0400 |
| commit | de5167f8ca4bb97cae6343850c0ee929095a1503 (patch) | |
| tree | 1fd4bda00135239fe79a60d119fd12bd77e745be | |
| parent | b5c4e9636b4c498f5157124d0d3ff45628a0ff7b (diff) | |
theme
| -rw-r--r-- | config.toml | 1 | ||||
| -rw-r--r-- | content/_index.md | 2 | ||||
| -rw-r--r-- | public/blog/little-forest-floor/index.html | 1 | ||||
| -rw-r--r-- | public/blog/native-plant-garden/index.html | 1 | ||||
| -rw-r--r-- | public/index.html | 3 |
5 files changed, 6 insertions, 2 deletions
diff --git a/config.toml b/config.toml index b544344..58f2c3f 100644 --- a/config.toml +++ b/config.toml @@ -26,5 +26,6 @@ smart_punctuation = true # list_pages = true menu_links = [ { url = "$BASE_URL/", name = "home" }, + { url = "$BASE_URL/blog/", name = "blog" }, { url = "$BASE_URL/wiki/", name = "wiki" }, ] diff --git a/content/_index.md b/content/_index.md index 42bb539..5bf67ea 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,4 +1,4 @@ +++ +++ -## ecoblog +Redbuds! diff --git a/public/blog/little-forest-floor/index.html b/public/blog/little-forest-floor/index.html index b0c7327..76dff86 100644 --- a/public/blog/little-forest-floor/index.html +++ b/public/blog/little-forest-floor/index.html @@ -116,6 +116,7 @@ nav{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-bottom:1.5rem}nav a{font <hr> <nav> <a href="https://urbanecologycollective.org/">home</a> + <a href="https://urbanecologycollective.org/blog/" class="active">blog</a> <a href="https://urbanecologycollective.org/wiki/">wiki</a> </nav> </header> diff --git a/public/blog/native-plant-garden/index.html b/public/blog/native-plant-garden/index.html index 8663b12..e9367c6 100644 --- a/public/blog/native-plant-garden/index.html +++ b/public/blog/native-plant-garden/index.html @@ -116,6 +116,7 @@ nav{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-bottom:1.5rem}nav a{font <hr> <nav> <a href="https://urbanecologycollective.org/">home</a> + <a href="https://urbanecologycollective.org/blog/" class="active">blog</a> <a href="https://urbanecologycollective.org/wiki/">wiki</a> </nav> </header> diff --git a/public/index.html b/public/index.html index 418d491..d81c73b 100644 --- a/public/index.html +++ b/public/index.html @@ -116,6 +116,7 @@ nav{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-bottom:1.5rem}nav a{font <hr> <nav> <a href="https://urbanecologycollective.org/" class="active">home</a> + <a href="https://urbanecologycollective.org/blog/">blog</a> <a href="https://urbanecologycollective.org/wiki/">wiki</a> </nav> </header> @@ -123,7 +124,7 @@ nav{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin-bottom:1.5rem}nav a{font <main id="main"> -<article><h2 id="ecoblog">ecoblog</h2> +<article><p>Redbuds!</p> </article> </main> |
