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 /README.md | |
| parent | 582f753a9370c00f82ddd0ea0c4bf842df318a96 (diff) | |
update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 33 |
1 files changed, 6 insertions, 27 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. |
