same site, still trying to fix setup
This commit is contained in:
parent
5794517f9b
commit
5195a3f2b8
20 changed files with 241 additions and 2 deletions
BIN
content/.DS_Store
vendored
Normal file
BIN
content/.DS_Store
vendored
Normal file
Binary file not shown.
37
content/Page.md
Normal file
37
content/Page.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
title: "My 1st post"
|
||||
date: 2020-09-15T11:30:03+00:00
|
||||
# weight: 1
|
||||
# aliases: ["/first"]
|
||||
tags: ["first"]
|
||||
author: "Me"
|
||||
# author: ["Me", "You"] # multiple authors
|
||||
showToc: true
|
||||
TocOpen: false
|
||||
draft: false
|
||||
hidemeta: false
|
||||
comments: false
|
||||
description: "Desc Text."
|
||||
canonicalURL: "https://canonical.url/to/page"
|
||||
disableHLJS: true # to disable highlightjs
|
||||
disableShare: false
|
||||
disableHLJS: false
|
||||
hideSummary: false
|
||||
searchHidden: true
|
||||
ShowReadingTime: true
|
||||
ShowBreadCrumbs: true
|
||||
ShowPostNavLinks: true
|
||||
ShowWordCount: true
|
||||
ShowRssButtonInSectionTermList: true
|
||||
UseHugoToc: true
|
||||
cover:
|
||||
image: "<image path/url>" # image path/url
|
||||
alt: "<alt text>" # alt text
|
||||
caption: "<text>" # display caption under cover
|
||||
relative: false # when using page bundles set this to true
|
||||
hidden: true # only hide on current single page
|
||||
editPost:
|
||||
URL: "https://github.com/<path_to_repo>/content"
|
||||
Text: "Suggest Changes" # edit text
|
||||
appendFilePath: true # to append file path to Edit link
|
||||
---
|
36
content/about.md
Normal file
36
content/about.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
title: "About"
|
||||
date: true
|
||||
draft: false
|
||||
---
|
||||
```java
|
||||
public class Me {
|
||||
|
||||
private String self;
|
||||
|
||||
public Information info(self) {
|
||||
self.name = "Sindre Kjelsrud";
|
||||
self.nickname = "Sid";
|
||||
self.year_born = 1999;
|
||||
self.hometown = "Skedsmokorset, Viken";
|
||||
self.curr_location = "Nygård, Bergen";
|
||||
self.university = "Western University of Applied Sciences";
|
||||
}
|
||||
|
||||
public Favourites favs(self) {
|
||||
self.fav_sport = "bouldering, discgolf";
|
||||
self.fav_color = "purple";
|
||||
self.fav_series = "Silicon Valley";
|
||||
self.fav_anime = "One Piece";
|
||||
self.fav_movie = "The Social Network || Ready Player One";
|
||||
self.fav_animemov = "Le Sommet des Dieux";
|
||||
}
|
||||
|
||||
public ContactInformation contact_info(self) {
|
||||
self.github = "SindreKjelsrud";
|
||||
self.linkedin = "Sindre Kjelsrud";
|
||||
self.instagram = "sindrekjelsrud";
|
||||
self.strava = "Sindre Kjelsrud";
|
||||
}
|
||||
}
|
||||
```
|
9
content/blog-posts/GameboyColor.md
Normal file
9
content/blog-posts/GameboyColor.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Gameboy Color mod"
|
||||
date: 2022-09-23T21:08:27+02:00
|
||||
description: ""
|
||||
author: "Sindre Kjelsrud"
|
||||
image: ""
|
||||
draft: true
|
||||
---
|
||||
|
8
content/blog-posts/Wii.md
Normal file
8
content/blog-posts/Wii.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "Wii Homebrew mod"
|
||||
date: 2022-09-23T21:13:00+02:00
|
||||
description: ""
|
||||
author: "Sindre Kjelsrud"
|
||||
image: ""
|
||||
draft: true
|
||||
---
|
10
content/blog-posts/new-blog-post.md
Normal file
10
content/blog-posts/new-blog-post.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "First post"
|
||||
date: 2022-09-13T22:28:57+02:00
|
||||
description: "Testing out blog function in Hugo!"
|
||||
author: "Sindre Kjelsrud"
|
||||
showToc: false
|
||||
draft: false
|
||||
---
|
||||
# It´s alive!!
|
||||
Nais.
|
31
content/projects.md
Normal file
31
content/projects.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
title: "Projects👨💻"
|
||||
showToc: true
|
||||
draft: false
|
||||
---
|
||||
---
|
||||
# Coding Projects
|
||||
### 🤖 sidBot | A Discord bot
|
||||
_Dec. 2021 - Mar. 2022, Python_
|
||||
>Github Repo: <https://github.com/SindreKjelsrud/sidBot>
|
||||
- A Discord bot that responds to messages & commands with pictures and special answers depending on the message/command.
|
||||
- It´s all written in Python.
|
||||
- Some commands get information from APIs.
|
||||
- For example, the command "!plsdog" uses this [API](https://dog.ceo/api) to show the user some cute pictures of dogs across the internet.
|
||||
---
|
||||
### My Personal Website
|
||||
_Sep. 2022 - Now, HTML, CSS, JS_
|
||||
>Github Repo: <https://github.com/SindreKjelsrud/sindrekjelsrud.github.io>
|
||||
- This website uses [PaperMod](https://github.com/adityatelange/hugo-PaperMod) theme and is based on Hugo.
|
||||
---
|
||||
### 🍪 Cookie Clicker
|
||||
_Nov. 2021 - Dec. 2021, Java_
|
||||
>Github Repo: <https://github.com/SindreKjelsrud/CookieClicker>
|
||||
- A game where you collect _cookies_ by clicking on a cookie.
|
||||
- Written purely in Java.
|
||||
- Had some help from YouTube (hehe)
|
||||
---
|
||||
# Hobby Projects
|
||||
### Gameboy Color mod
|
||||
_Sep. 2022 - Sep. 2022_
|
||||
- in the making.. (pictures coming)
|
BIN
content/resume.pdf
Executable file
BIN
content/resume.pdf
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue