diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-10-17 01:20:58 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-17 01:34:37 -0700 |
| commit | fefc147b1b61c729b762a548b2af18d7561228c4 (patch) | |
| tree | cdea12d4f7303ad0c0e720e18b86dd0773a566e6 | |
| parent | 582f753a9370c00f82ddd0ea0c4bf842df318a96 (diff) | |
update README
| -rw-r--r-- | README.md | 33 | ||||
| -rw-r--r-- | src/layouts/Layout.astro | 5 |
2 files changed, 10 insertions, 28 deletions
@@ -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 ``` - - + ## 🚀 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; <html lang="en"> <head> <meta charset="UTF-8" /> - <meta name="description" content="Astro description" /> + <meta + name="description" + content="providing only the most moe of web services" + /> <meta name="viewport" content="width=device-width" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <link |
