From 75ebcc0634e969d2dccd3f3f0bfc8eb5affd661e Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Sun, 10 Dec 2023 01:39:57 +0100 Subject: [PATCH] :memo: update README --- README.md | 43 +++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index d958606..9a757d1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ -# CURRENTLY REWRITING WEBSITE TO ASTRO -
- logo + logo

kjelsrud.dev @@ -14,10 +12,10 @@ ### What I've learned from the project so far -- Coding with html and css +- Coding with HTML, CSS, TypeScript, etc. +- Usage of SSG/frameworks like Hugo or Astro - How to use Git - Some understanding of Github Actions + Pages -- How to use some of the most popular open-source static site generators - How to create websites that are faster, more secure, and easier to maintain - How to use templates to generate static websites - How to use DNS pointers (A- & CNAME records) @@ -26,27 +24,36 @@ ### Features -... +- Blog +- Logs ### Future plans: -... +- [ ] CV +- [ ] Digital garden +- [ ] Uses +- [ ] Food wall +- [ ] Vinyl collection ## 🛠️ How do I run it locally? -1. Install the dependencies -`npm install or yarn` +1. Install the dependencies: `yarn` -2. Start the development server -`yarn dev` - -## 🚀 Build and run for production - -1. Generate a full static production build -`npm run build` +2. Start the development server: `yarn dev` ## 🎨 Color codes -... +| Color | Hex | +|-|-| +| Light bg | ![#FFF8EA](https://via.placeholder.com/10/FFF8EA?text=+) `#FFF8EA` | +| Coffee brown | ![#594545](https://via.placeholder.com/10/594545?text=+) `#594545` | +| Tan | ![#815B5B](https://via.placeholder.com/10/815B5B?text=+) `#815B5B` | +| Light tan | ![#9E7676](https://via.placeholder.com/10/9E7676?text=+) `#9E7676` | +| Sand | ![#DAC0A3](https://via.placeholder.com/10/DAC0A3?text=+) `#DAC0A3` | +| Catppuccin Base | ![#FFF8EA](https://via.placeholder.com/10/FFF8EA?text=+) `#FFF8EA` | +| Catppuccin Text | ![#cad3f5](https://via.placeholder.com/10/cad3f5?text=+) `#cad3f5` | +| Catppuccin Overlay0 | ![#6e738d](https://via.placeholder.com/10/6e738d?text=+) `#6e738d` | +| Catppuccin Surface0 | ![#363a4f](https://via.placeholder.com/10/363a4f?text=+) `#363a4f` | +| Catppuccin Crust | ![#181926](https://via.placeholder.com/10/181926?text=+) `#181926` | ## Versionlog -- I've put v1 in the branch called ... \ No newline at end of file +- The first iteration of my website was a Hugo-instance that used a readymade theme called "PaperMod". \ No newline at end of file