Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.65 KB

README.md

File metadata and controls

50 lines (37 loc) · 1.65 KB

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:

Screenshot

Installation:

Npm

git clone https://github.com/anotherhadi/homepage
cd homepage
npm install
npm run build

The website content is on the build folder

Nix

Todo