My personal website, coded with Astro 🧑‍🚀
Find a file
2023-06-14 10:58:04 +02:00
.github/workflows deploy 2022-10-21 17:07:44 +02:00
archetypes changed footer, added blogtags, removed .DS_Store's ++ 2023-03-19 17:03:06 +01:00
assets/css fix: mainpage icon colors 2023-05-13 11:52:34 +02:00
content blog: new post "may23" 2023-06-09 17:00:55 +02:00
data chore(watched): add "2001: A Space Odyssey" 2023-06-14 10:58:04 +02:00
layouts feat: added logs-feature for website 2023-06-05 12:31:27 +02:00
static blog: new post about "Systemutvikling - Utviklingsmetoder" 2023-05-20 16:51:37 +02:00
themes changed footer, added blogtags, removed .DS_Store's ++ 2023-03-19 17:03:06 +01:00
.gitmodules same site, still trying to fix setup 2022-10-21 16:58:47 +02:00
.hugo_build.lock same site, still trying to fix setup 2022-10-21 16:58:47 +02:00
config.yml change: new windowtitle & favicon 2023-06-11 08:52:13 +02:00
README.md docs: update README 2023-06-11 08:50:41 +02:00

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
  • Might convert website over to either:
    • the hugo cocoa theme, or
    • a svelte version (to learn svelte), or
    • a react version (to learn more react before internship)

🛠️ 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