ref: 'astro-wikibonsai' -> 'astro-bloomz'.

This commit is contained in:
manunamz
2024-09-13 16:39:20 -04:00
parent bcde8d0d06
commit e898c9d712
12 changed files with 31 additions and 22 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const today = new Date();
---
<footer>
<p>🪴 Grown with 💚 from an <a href="https://github.com/wikibonsai/astro-wikibonsai">astro-wikibonsai</a></p>
<p>🪴 Grown with 💚 from an <a href="https://github.com/wikibonsai/astro-bloomz">astro-bloomz</a></p>
<div class="social-links">
<a href="https://twitter.com/wibomd" target="_blank">
<span class="sr-only">Follow Astro on Twitter</span>
+1 -1
View File
@@ -1,5 +1,5 @@
// Place any global data in this file.
// You can import this data from anywhere in your site by using the `import` keyword.
export const SITE_TITLE = 'Astro-WikiBonsai';
export const SITE_TITLE = 'Astro-Bloomz';
export const SITE_DESCRIPTION = 'Welcome to my digital garden!';
@@ -1,9 +1,11 @@
---
title: Astro-WikiBonsai
title: Astro-Bloomz
date: '2023-10-04'
---
Astro-WikiBonsai is a [[digital-garden]], whose defining feature are [[wikirefs]] (aka "bidirectional link"). These are links using the `[[double-square-bracket]]` syntax that link between files within a collection of markdown files. They can be used in any and all markdown files across the site, though unique filenames are required.
Astro-Bloomz is a [[digital-garden]], whose defining feature are [[wikirefs]] (aka "bidirectional link"). These are links using the `[[double-square-bracket]]` syntax that link between files within a collection of markdown files. They can be used in any and all markdown files across the site, though unique filenames are required.
"Bloomz" are the parts of a [[wikibonsai]] style digital garden meant to be shared, shown off, and cross-pollinatated -- but be careful not to get stung! 🐝
[[wikibonsai]] style gardens in particular add a [[semantic-tree]], which is viewable as a sort of #tag tree called the [map-page](/map). It is built from [[index-type|index files]] whose content defines its structure using markdown lists and `[[wikirefs]]`. The files linked in the semantic tree are primarily [[entry-type|entries]] which act as concept summaries, much like a Wikipedia page. Each entry also displays back references, such as which posts link to those entries.
+2 -2
View File
@@ -192,10 +192,10 @@ Lists:
#### Weblink
```markdown
[Weblink](https://astro-wikibonsai.netlify.app)
[Weblink](https://astro-bloomz.netlify.app)
```
[Weblink](https://astro-wikibonsai.netlify.app)
[Weblink](https://astro-bloomz.netlify.app)
#### Code Block:
+1 -1
View File
@@ -2,7 +2,7 @@
title: Tag Map
---
- [[astro-wikibonsai]]
- [[astro-bloomz]]
- [[test]]
- [[test-render]]
- [[digital-garden]]
+2 -2
View File
@@ -15,7 +15,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
<main>
<h1>🧑‍🌾 Hello, Gardener!</h1>
<p>
Welcome to <a class="wiki" href="/entries/astro-wikibonsai/">astro-wikibonsai</a>, a digital garden starter template.
Welcome to <a class="wiki" href="/entries/astro-bloomz/">astro-bloomz</a>, a digital garden starter template.
This template serves as a lightweight, minimally-styled starting point for anyone looking to
build a personal website, blog, digital garden, or portfolio with Astro.
</p>
@@ -30,7 +30,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
<li>Configs</li>
<ul>
<li>Edit Astro configs in <code>astro.config.mjs</code></li>
<li>Edit WikiBonsai setup and configs and logic in <code>src/wikibonsai/</code></li>
<li>Edit Bloomz setup and configs and logic in <code>src/wikibonsai/</code></li>
</ul>
<li>Pages</li>
<ul>