https://github.com/anotherhadi/homepage
My homepage is a static site built with SvelteKit and TailwindCSS. It allows you to add your own links and customize the theme of your start page.
https://github.com/anotherhadi/homepage
homepage nerdfonts shadcn-svelte startpage sveltekit tailwindcss
Last synced: 5 months ago
JSON representation
My homepage is a static site built with SvelteKit and TailwindCSS. It allows you to add your own links and customize the theme of your start page.
- Host: GitHub
- URL: https://github.com/anotherhadi/homepage
- Owner: anotherhadi
- License: mit
- Created: 2024-06-19T23:39:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-30T22:05:58.000Z (5 months ago)
- Last Synced: 2025-04-30T23:20:10.271Z (5 months ago)
- Topics: homepage, nerdfonts, shadcn-svelte, startpage, sveltekit, tailwindcss
- Language: Svelte
- Homepage:
- Size: 2.67 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Homepage
My homepage is a static site built with SvelteKit and TailwindCSS. It allows you to add your own links and customize the theme of your start page.
It use a Nerdfont font to display icons.You can find an example of a config file in `src/routes/config.json`. You can copy this file and modify it to your liking.
## Screenshot:

## Installation:
### Npm
```bash
git clone https://github.com/anotherhadi/homepage
cd homepage
npm install
npm run build
```The website content is on the `build` folder
### Nix
Todo