diff --git a/README.md b/README.md index fee0c3a..3099d0f 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,24 @@ -# Astro-WikiBonsai +# Astro-Bloomz [![A WikiBonsai Project](https://img.shields.io/badge/%F0%9F%8E%8B-A%20WikiBonsai%20Project-brightgreen)](https://github.com/wikibonsai/wikibonsai) -An [Astro base blog](https://github.com/withastro/astro/tree/main/examples/blog) with [wikibonsai](https://github.com/wikibonsai/wikibonsai) support. +

+ + +

-You can see the live demo [here](https://astro-wikibonsai.netlify.app/). +An [Astro template](https://github.com/withastro/astro/tree/main/examples/blog) with [WikiBonsai](https://github.com/wikibonsai/wikibonsai) support. -💐 Display your [🎋 WikiBonsai](https://github.com/wikibonsai/wikibonsai) digital garden for others. +You can see the live demo [here](https://astro-bloomz.netlify.app/). + +ðŸŒļ Share bloomz from your [🎋 WikiBonsai](https://github.com/wikibonsai/wikibonsai) digital garden. ## Getting Started ### 1. Clone this Repository ``` -git clone https://github.com/wikibonsai/astro-wikibonsai.git my-blog-name +git clone https://github.com/wikibonsai/astro-bloomz.git my-blog-name ``` ### 2. Navigate to the directory @@ -36,7 +41,7 @@ npm run dev ## ðŸŠī Project Structure -Inside of your Astro-Wikibonsai project, you'll see the following folders and files: +Inside of your Astro-Bloomz project, you'll see the following folders and files: ```text ├── public/ diff --git a/astro.config.mjs b/astro.config.mjs index e9f5d46..83fbf23 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -30,7 +30,7 @@ remarkPlugins[1][1].resolveEmbedContent = resolveEmbedContent; // https://astro.build/config export default defineConfig({ - site: 'https://astro-wikibonsai.netlify.app', + site: 'https://astro-bloomz.netlify.app', integrations: [ sitemap(), ], diff --git a/package-lock.json b/package-lock.json index e74166b..f223a08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "astro-wikibonsai", - "version": "0.0.1", + "name": "astro-bloomz", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "astro-wikibonsai", + "name": "astro-bloomz", "version": "0.0.1", "dependencies": { "@astrojs/mdx": "^1.1.0", diff --git a/package.json b/package.json index 54725bb..06c5eff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "astro-wikibonsai", + "name": "astro-bloomz", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "description": "A starter project for a WikiBonsai digital garden using the Astro static site generator.", "license": "MIT", "author": { @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/wikibonsai/astro-wikibonsai" + "url": "https://github.com/wikibonsai/astro-bloomz" }, "scripts": { "dev": "astro dev", diff --git a/public/Astro.svg b/public/Astro.svg new file mode 100644 index 0000000..1253445 --- /dev/null +++ b/public/Astro.svg @@ -0,0 +1 @@ + diff --git a/public/bloomz.svg b/public/bloomz.svg new file mode 100755 index 0000000..545c69a --- /dev/null +++ b/public/bloomz.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Footer.astro b/src/components/Footer.astro index a84e3dc..d5febc2 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,7 +3,7 @@ const today = new Date(); ---