kjelsrud.dev/README.md
sindrekjelsrud 27f89b5636 📝 update README
2023-07-14 21:47:17 +02:00

1.6 KiB

logo

kjelsrud.dev

My personal website, made with Hugo

📝 Info

What I've learned from the project so far

  • Coding with html and css
  • 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)
  • How to create & use layouts for a static website
  • How to write JSON-docs and use data from it

Features

  • CV
  • Blog
  • Logs

Future plans:

  • Add a "foodwall" for my recipes
  • Restructure enitre site from Hugo over to Astro
  • [ ] Implement multilingual support

🛠️ How do I run it locally?

  1. Hugo must be installed
  2. Clone the project and add submodules
git clone https://github.com/SindreKjelsrud/sindrekjelsrud.github.io.git
cd sindrekjelsrud.github.io
git submodule update --init --recursive
  1. To run the project use: hugo serve (livereload <3)

3.5. To add a new blogpost use: hugo new blog-posts/{NameOfPost}.md

  1. Feel free to create issues if you see room for improvement!

🫶 Misc

Powered by:

  1. Hugo - https://gohugo.io/
  2. PaperMod - https://github.com/adityatelange/hugo-PaperMod