diff --git a/assets/css/common/header.css b/assets/css/common/header.css
index d691124..8b5274a 100644
--- a/assets/css/common/header.css
+++ b/assets/css/common/header.css
@@ -9,7 +9,7 @@
/* Home button hover */
.logo a:hover {
transition: 0.15s;
- color: grey;
+ color: #918DED;
}
/* Social media hover */
@@ -47,5 +47,5 @@ svg:hover {
/* Menu-links hover*/
#menu a:hover {
transition: 0.15s;
- color: grey;
+ color: #918DED;
}
diff --git a/config.yml b/config.yml
index 2906373..9d4fc8b 100644
--- a/config.yml
+++ b/config.yml
@@ -45,6 +45,9 @@ params:
label:
text: "Home"
+ assets:
+ favicon: "img/cat.png"
+
# profile-mode
profileMode:
enabled: true # needs to be explicitly set
diff --git a/content/about.md b/content/about.md
index 323fae4..54c34c5 100644
--- a/content/about.md
+++ b/content/about.md
@@ -18,7 +18,7 @@ public class Me {
}
public Favourites favs(self) {
- self.fav_sport = "bouldering, discgolf";
+ self.fav_sport = "bouldering && sportsclimbing";
self.fav_color = "purple";
self.fav_series = "Silicon Valley";
self.fav_anime = "One Piece";
diff --git a/content/blog-posts/GameboyColor.md b/content/blog-posts/GameboyColor.md
index 5a3eb58..efa2013 100644
--- a/content/blog-posts/GameboyColor.md
+++ b/content/blog-posts/GameboyColor.md
@@ -8,7 +8,7 @@ draft: false
### The Idea
During the summer of 2022 I got hooked on watching YouTube videos about modding retro consoles, all from the GameBoy Color to the Nintendo Wii. It was like injecting pure dopamine in to my brain one video at a time lmao.
-But one video, by [Macho Nacho Productions](https://www.youtube.com/watch?v=yqnrEpcaans), really stood out to me. Basically he made a "Super" GameBoy Color, where he crammed like 4 mods into it. I immediatly wanted to try something like it myself, so I took my dusty, old, purple GameBoy Color with me back to Bergen, where I study.
+But one video, by [Macho Nacho Productions](https://www.youtube.com/watch?v=yqnrEpcaans), really stood out to me. Basically he made a "Super" GameBoy Color, where he crammed like 4 mods into it. I immediately wanted to try something like it myself, so I took my dusty, old, purple GameBoy Color with me back to Bergen, where I study.

[*GameBoy Color CGI by Alexander Gueres*](https://www.behance.net/gallery/38279981/Game-Boy-Color-1998-Full-CGI)
diff --git a/content/blog-posts/Wii.md b/content/blog-posts/Wii.md
index e8ce3e7..e5620c9 100644
--- a/content/blog-posts/Wii.md
+++ b/content/blog-posts/Wii.md
@@ -1,8 +1,14 @@
---
-title: "Wii Homebrew mod"
-date: 2022-09-23T21:13:00+02:00
-description: ""
+title: "Why you should get the Nintendo Wii in 2023"
+date: 2022-12-02T10:03:57+02:00
+description: "..."
author: "Sindre Kjelsrud"
-image: ""
draft: true
---
+
+### Introduction
+Before you start, yes I know the Switch is the handheld/home console go-to for most people when it comes to Nintendo, but let me show you why exactly the Wii is the better choice!
+
+
+[*The Nintendo Wii!* (🖼️ - **turn-on.de**)](https://www.turn-on.de/article/die-nintendo-wii-u-ist-am-ende-5-gruende-fuer-ihr-scheitern-69517)
+ wWA
diff --git a/content/en_resume.md b/content/en_resume.md
index 854f325..3f100ef 100644
--- a/content/en_resume.md
+++ b/content/en_resume.md
@@ -10,7 +10,6 @@ Sindre Kjelsrud
* Email: kjelsrudsindre@gmail.com
* Hometown: Oslo, Norway
-* Number: 47201180
* Linkedin: https://www.linkedin.com/in/sindre-kjelsrud-345583218/
* Github: https://github.com/SindreKjelsrud
@@ -48,9 +47,10 @@ Education
Extracurricular activity
---------
-**Member, [friByte](http://friByte.no) student organization**
-*2022 - todays' date*
->Member of the student organization friByte in Bergen. friByte is an independent student organization that supplies secure and stable data services to other student organizations in Bergen.
+**Member, [friByte](https://fribyte.no) student organization**
+*2. semester of 2022*
+>Member of the student organization friByte in Bergen. friByte is an independent student organization that supplies secure and stable data services to other student organizations in Bergen.
+>This role generally contains maintenance and operation of IT systems, and the setup of different services for automatic deployment of other services.
-----------------------------------------------
@@ -66,7 +66,7 @@ My Personal Website | Hugo Framework
-Wordle | Java
+Wordle | Java (WIP)
: A clone of the game Wordle. [Github Repo](https://github.com/SindreKjelsrud/Wordle)
-----------------------------------------------
@@ -75,20 +75,21 @@ Extra Section
----------
IT-skills
-: Knowledge of **Java**, **HTML/CSS** & **Office 365**.
- Basic knowledge of **postgreSQL** & **Python**.
+: **Programming Languages:** Java, HTML/CSS, and basic knowledge of Python & postgreSQL.
+ **Libraries & Frameworks:** Hugo
+ **Tools:** Git, Office 365 (learning Docker & Vim)
Certificates & Courses
-: Driver Licence (class B) **|**
- First Aid course **|**
+: Driver Licence (class B)
+ First Aid course
Forklift licence (class T1)
Language
-: Norwegian ⋅ Native **|**
+: Norwegian ⋅ Native
English ⋅ Fluent
-----------------------------------------------
diff --git a/content/projects.md b/content/projects.md
index 38df2eb..95fdd83 100644
--- a/content/projects.md
+++ b/content/projects.md
@@ -17,6 +17,7 @@ _Dec. 2021 - Mar. 2022, Python_
_Sep. 2022 - Now, Hugo Framework_
>Github Repo:
- This website uses [PaperMod](https://github.com/adityatelange/hugo-PaperMod) theme and is based on Hugo.
+- Is a WIP, as I will continue to add small stuff and posts!
---
### Wordle 🔠
_Oct. 2022 - Now, Java_
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
new file mode 100644
index 0000000..35257fc
--- /dev/null
+++ b/layouts/partials/head.html
@@ -0,0 +1,170 @@
+
+
+
+{{- if hugo.IsProduction | or (eq site.Params.env "production") | and (ne .Params.robotsNoIndex true) }}
+
+{{- else }}
+
+{{- end }}
+
+{{- /* Title */}}
+{{ if .IsHome }}{{ else }}{{ if .Title }}{{ .Title }} | {{ end }}{{ end }}{{ site.Title }}
+
+{{- /* Meta */}}
+{{- if .IsHome }}
+{{ with site.Params.keywords -}}{{ end }}
+{{- else }}
+
+{{- end }}
+
+
+
+{{- if site.Params.analytics.google.SiteVerificationTag }}
+
+{{- end }}
+{{- if site.Params.analytics.yandex.SiteVerificationTag }}
+
+{{- end }}
+{{- if site.Params.analytics.bing.SiteVerificationTag }}
+
+{{- end }}
+{{- if site.Params.analytics.naver.SiteVerificationTag }}
+
+{{- end }}
+
+{{- /* Styles */}}
+
+{{- /* includes */}}
+{{- $includes := slice }}
+{{- $includes = $includes | append (" " | resources.FromString "assets/css/includes-blank.css")}}
+
+{{- if not (eq site.Params.assets.disableScrollBarStyle true) }}
+ {{- $ScrollStyle := (resources.Get "css/includes/scroll-bar.css") }}
+ {{- $includes = (append $ScrollStyle $includes) }}
+{{- end }}
+
+{{- $includes_all := $includes | resources.Concat "assets/css/includes.css" }}
+
+{{- $theme_vars := (resources.Get "css/core/theme-vars.css") }}
+{{- $reset := (resources.Get "css/core/reset.css") }}
+{{- $media := (resources.Get "css/core/zmedia.css") }}
+{{- $license_css := (resources.Get "css/core/license.css") }}
+{{- $common := (resources.Match "css/common/*.css") | resources.Concat "assets/css/common.css" }}
+
+{{- /* include `an-old-hope` if hljs is on */}}
+{{- $isHLJSdisabled := (site.Params.assets.disableHLJS | default false) }}
+{{- $hljs := (cond ($isHLJSdisabled) (".chroma { background-color: unset !important;}" | resources.FromString "assets/css/hljs-blank.css") (resources.Get "css/hljs/an-old-hope.min.css")) }}
+
+{{- /* order is important */}}
+{{- $core := (slice $theme_vars $reset $common $hljs $includes_all $media) | resources.Concat "assets/css/core.css" | resources.Minify }}
+{{- $extended := (resources.Match "css/extended/*.css") | resources.Concat "assets/css/extended.css" | resources.Minify }}
+
+{{- /* bundle all required css */}}
+{{- /* Add extended css after theme style */ -}}
+{{- $stylesheet := (slice $license_css $core $extended) | resources.Concat "assets/css/stylesheet.css" }}
+
+{{- if not site.Params.assets.disableFingerprinting }}
+{{- $stylesheet := $stylesheet | fingerprint }}
+
+{{- else }}
+
+{{- end }}
+
+{{- /* Search */}}
+{{- if (eq .Layout `search`) -}}
+
+{{- $fastsearch := resources.Get "js/fastsearch.js" | js.Build (dict "params" (dict "fuseOpts" site.Params.fuseOpts)) | resources.Minify }}
+{{- $fusejs := resources.Get "js/fuse.basic.min.js" }}
+{{- $license_js := resources.Get "js/license.js" }}
+{{- if not site.Params.assets.disableFingerprinting }}
+{{- $search := (slice $fusejs $license_js $fastsearch ) | resources.Concat "assets/js/search.js" | fingerprint }}
+
+{{- else }}
+{{- $search := (slice $fusejs $fastsearch ) | resources.Concat "assets/js/search.js" }}
+
+{{- end }}
+{{- end -}}
+
+{{- /* Highlight.js */}}
+{{- $isHLJSdisabled := (site.Params.assets.disableHLJS | default .Params.disableHLJS ) }}
+{{- if (and (eq .Kind "page") (ne .Layout "archives") (ne .Layout "search") (not $isHLJSdisabled)) }}
+{{- if not site.Params.assets.disableFingerprinting }}
+{{- $highlight := slice (resources.Get "js/highlight.min.js") | resources.Concat "assets/js/highlight.js" | fingerprint }}
+
+{{- else }}
+{{- $highlight := slice (resources.Get "js/highlight.min.js") | resources.Concat "assets/js/highlight.js" }}
+
+{{- end }}
+{{- end }}
+
+{{- /* Favicons */}}
+
+
+
+
+
+
+
+
+{{- /* RSS */}}
+{{ range .AlternativeOutputFormats -}}
+
+{{ end -}}
+{{- range .AllTranslations -}}
+
+{{ end -}}
+
+
+
+{{- partial "extend_head.html" . -}}
+
+{{- /* Misc */}}
+{{- if hugo.IsProduction | or (eq site.Params.env "production") }}
+{{- template "_internal/google_analytics.html" . }}
+{{- template "partials/templates/opengraph.html" . }}
+{{- template "partials/templates/twitter_cards.html" . }}
+{{- template "partials/templates/schema_json.html" . }}
+{{- end -}}
diff --git a/static/img/cat.png b/static/img/cat.png
new file mode 100644
index 0000000..7226b50
Binary files /dev/null and b/static/img/cat.png differ
diff --git a/static/img/coolkid.png b/static/img/coolkid.png
new file mode 100644
index 0000000..0fa52b4
Binary files /dev/null and b/static/img/coolkid.png differ
diff --git a/static/img/favicon-gengar.png b/static/img/favicon-gengar.png
new file mode 100644
index 0000000..1d35956
Binary files /dev/null and b/static/img/favicon-gengar.png differ
diff --git a/static/img/favicon-lugia.ico b/static/img/favicon-lugia.ico
new file mode 100644
index 0000000..399bdee
Binary files /dev/null and b/static/img/favicon-lugia.ico differ
diff --git a/static/img/pikawow.png b/static/img/pikawow.png
new file mode 100644
index 0000000..abbf2e8
Binary files /dev/null and b/static/img/pikawow.png differ