From 291e23c66100c6c7caf1d0c058c749a8700f7afb Mon Sep 17 00:00:00 2001 From: nihil Date: Sun, 3 Nov 2024 17:46:53 +0100 Subject: [PATCH] Update Readme --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10c69f5..d7fb28d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ -# homepage +# homepage templates -this repo contains all the source files for my homepage +this repo contains the baseline files for the theme my homepage uses -for just the template parts: [homepage-template](https://git.valhrafnaz.gay/valhrafnaz/homepage-templates) \ No newline at end of file +## installation + +- clone this repo +- run the following commands + +``` +np install @11ty/eleventy tailwindcss postcss autoprefixer +``` + +you will have to change default parameters set in my index.html + +to edit the used fonts (not distributed here), edit tailwindss.config.js \ No newline at end of file