From fefc147b1b61c729b762a548b2af18d7561228c4 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 17 Oct 2024 01:20:58 -0700 Subject: update README --- README.md | 33 ++++++--------------------------- src/layouts/Layout.astro | 5 ++++- 2 files changed, 10 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 6d32d8b..b3f4565 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,18 @@ -# Astrolink: Template to share about yourself +# Astrolink-Moe: LinkTree Alternative Template to share about yourself + +A derivative of the original [Astrolink](https://github.com/alamguardin/Astrolink) but now more moe + ```sh -git clone https://github.com/alamguardin/Astrolink.git +git clone https://github.com/pinapelz/astrolink-moe.git ``` - -![Preview](/src/assets/screenshot-app.png) +![Preview](https://files.catbox.moe/zomqaz.png) ## 🚀 How to change the content? To change the content of the templates, simply locate the ```user.json``` file inside the data folder. You can change the name, profession, and the links you want. -```text -/ -├── public/ -│ └── favicon.svg -├── src/ -│ ├── assets/ -│ │ └── screenshot-app.png -│ │ └── user-profile-image.png -│ ├── components/ -│ │ └── icons/ -│ │ └── Link.astro -│ │ └── List.astro -│ │ └── Profile.astro -│ │ └── Shadow.astro -│ ├── data/ -│ │ └── user.json -│ ├── layouts/ -│ │ └── Layout.astro -│ └── pages/ -│ └── index.astro -└── package.json -``` - Oh, additionally, you have the entire iconography of [Remixicons](https://remixicon.com/) available. You just need to write the name of the icon within the ```"icon"``` key of each link in the ```user.json``` file. diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 8d5c7e4..e79c99d 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -10,7 +10,10 @@ const { title } = Astro.props; - +