📝 update README

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-04-08 14:45:33 +02:00
parent 285b5d64d0
commit 33eb2401e7
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -12,16 +12,7 @@
### What I've learned from the project so far ### What I've learned from the project so far
- Coding with HTML, CSS, TypeScript, etc. Through this project, I've learned HTML, CSS, TypeScript coding, SSG/frameworks like Hugo or Astro usage, Git version control, self-hosting websites with Caddy, Github Actions + Pages basics, creating faster, more secure, and maintainable websites, template-based static website generation, DNS pointers (A- & CNAME records) utilization, static website layout creation, and JSON-docs writing for data usage.
- Usage of SSG/frameworks like Hugo or Astro
- How to use Git
- How to selfhost websites using Caddy
- Some understanding of Github Actions + Pages
- 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)
- How to create & use layouts for a static website
- How to write JSON-docs and use data from it
### Features ### Features
@ -36,12 +27,15 @@
- Now - Now
- Uses - Uses
- Vinyl collection - Vinyl collection
- Worldmap
### Future plans: ### Future plans:
- [ ] Food wall - [ ] Food wall with recipes
- [ ] Worldmap of places I've been
- [ ] Page filled with quotes I like - [ ] Page filled with quotes I like
- [ ] Page filled with wine/gin I like
- [ ] A page dedicated to work I'm proud of
- [ ] Wishlist page
## 🛠️ How do I run it locally? ## 🛠️ How do I run it locally?
@ -72,7 +66,8 @@
| Lagoon | ![#1A333F](https://via.placeholder.com/10/1A333F?text=+) `#1A333F` | | Lagoon | ![#1A333F](https://via.placeholder.com/10/1A333F?text=+) `#1A333F` |
| Aquamarine | ![#7FCDCD](https://via.placeholder.com/10/7FCDCD?text=+) `#7FCDCD` | | Aquamarine | ![#7FCDCD](https://via.placeholder.com/10/7FCDCD?text=+) `#7FCDCD` |
## Versionlog ## 📜 Versionlog
- The first iteration of my website was plain html and css..
- The first iteration of my website was plain HTML and CSS.
- The second iteration of my website was a Hugo-instance that used a readymade theme called "PaperMod". - The second iteration of my website was a Hugo-instance that used a readymade theme called "PaperMod".