chore: fixed typos & updated README
This commit is contained in:
parent
f853b942f4
commit
eb546014e7
3 changed files with 35 additions and 190 deletions
17
README.md
17
README.md
|
@ -11,6 +11,7 @@
|
|||
- 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)
|
||||
|
||||
### Updates
|
||||
|
||||
|
@ -21,17 +22,15 @@
|
|||
### Future plans:
|
||||
|
||||
- [ ] Add logs (tvtime, reading, etc)
|
||||
- [ ] Add v.1 of website into its own branch just for storage
|
||||
- [ ] Might convert website over to the [cocoa](https://github.com/mtn/cocoa-eh-hugo-theme) theme
|
||||
|
||||
## Quick guide
|
||||
## How do I run it locally?
|
||||
|
||||
### New blog-post:
|
||||
|
||||
1. `hugo new blog-posts/{Name-Of-Post}.md`
|
||||
2. Edit basic settings
|
||||
3. Write markdown
|
||||
4. `hugo server`
|
||||
5. Commit and push -> Success
|
||||
1. Download and install Hugo
|
||||
2. git clone https://github.com/SindreKjelsrud/sindrekjelsrud.github.io.git
|
||||
3. cd sindrekjelsrud.github.io
|
||||
4. hugo server
|
||||
5. Feel free to create issues if you see room for improvement!
|
||||
|
||||
### Update website
|
||||
|
||||
|
|
|
@ -4,37 +4,31 @@ showToc: true
|
|||
draft: false
|
||||
---
|
||||
|
||||
# Sindre Kjelsrud
|
||||
## Sindre Kjelsrud
|
||||
|
||||
---
|
||||
| 📍Skedsmokorset, Viken | [📧Email](mailto:kjelsrudsindre@gmail.com) | [@LinkedIn](https://www.linkedin.com/in/sindre-kjelsrud-345583218/) | [@GitHub](https://github.com/SindreKjelsrud) |
|
||||
| ---------------------- | ------------------------------------------ | ------------------------------------------------------------------- | -------------------------------------------- |
|
||||
|
||||
- Email: kjelsrudsindre@gmail.com
|
||||
- Hometown: Oslo, Norway
|
||||
- LinkedIn: https://www.linkedin.com/in/sindre-kjelsrud-345583218/
|
||||
- GitHub: https://github.com/SindreKjelsrud
|
||||
|
||||
---
|
||||
|
||||
## Experience
|
||||
### Experience
|
||||
|
||||
**Operator, Manpower, Coop Main Warehouse, Loading-Department**
|
||||
_2022 - 2022_
|
||||
_2022_
|
||||
|
||||
> The main tasks consist of helping the truckdrivers with loading, localisation/retrieving of products and pallets using a forklift, and acquiring necessary papers before departure, as well as the use of Witronsoftware and general maintenance of the area.
|
||||
|
||||
**Lifeguard, Lillestrom municipality, Nebbursvollen Open-air swimming pool**
|
||||
_2019 - 2022_
|
||||
_2019 - 2021_
|
||||
|
||||
> Responsible for safety, well-being and maintenance at Nebbursvollen Open-air swimming pool during the summer seasons 2019, 2020 and 2021.
|
||||
|
||||
**Catering employee, Select Service Partner, Oslo Airport**
|
||||
_2018 - 2018_
|
||||
_2018_
|
||||
|
||||
> The main tasks were to produce and pack food for various airlines, and for our internal customers at the airport, as well as to keep trackof the premises.
|
||||
|
||||
---
|
||||
|
||||
## Education
|
||||
### Education
|
||||
|
||||
2021 - present
|
||||
: **Bachelor, Information Technology**; Western Norway University of Applied Sciences, in Bergen
|
||||
|
@ -45,10 +39,12 @@ _2018 - 2018_
|
|||
2019 - 2020
|
||||
: **One-year programme, IT & Information systems**; University of South-Eastern Norway, Campus Bø
|
||||
|
||||
2019 - 2020
|
||||
2018 - 2019
|
||||
: **Multisport Bali**; Rodde Folk High-School, in Trondheim
|
||||
|
||||
## Extracurricular activity
|
||||
---
|
||||
|
||||
### Extracurricular activity
|
||||
|
||||
**Member, [friByte](https://fribyte.no) student organization**
|
||||
_Sep. 2022 - present_
|
||||
|
@ -57,37 +53,32 @@ _Sep. 2022 - present_
|
|||
> As a member I've learned how to work in teams, operate in linux servers from the terminal, set up docker images/containers, use Git and much more. I've also created Wordpress website for one of our customers.
|
||||
|
||||
**Leader, [friByte](https://fribyte.no) student organization**
|
||||
_Jan. 2022 - present_
|
||||
_1. semester of 2023_
|
||||
|
||||
> This role includes administrative tasks, convene meetings, etc. As well as the regular member tasks.
|
||||
> During my leadership we got two more members, two new clients and we hosted an successful Capture The Flag event.
|
||||
> As a leader my responsibilities were to mostly do administrative tasks, convene meetings, acquire new customers & members, and delegate assignments to the other members.
|
||||
> During my leadership we aquired two more members & two new clients, and successfully hosted an Capture The Flag event.
|
||||
|
||||
---
|
||||
|
||||
## Projects
|
||||
### Projects
|
||||
|
||||
sidBot | Python / JavaScript
|
||||
: A Discord bot that responds to messages & commands with pictures and special answers depending on the message/command. [Github Repo](https://github.com/SindreKjelsrud/sidBot)
|
||||
**[sidBot | Python / JavaScript](https://github.com/SindreKjelsrud/sidBot)**
|
||||
A Discord bot that responds to messages & commands with pictures and special answers depending on the message/command.
|
||||
|
||||
<br><br>
|
||||
**[My Personal Website | Hugo Framework](https://github.com/SindreKjelsrud/sindrekjelsrud.github.io)**
|
||||
A personal website that gets updated during my education.
|
||||
|
||||
My Personal Website | Hugo Framework
|
||||
: A personal website that gets updated during my education.
|
||||
[Github Repo](https://github.com/SindreKjelsrud/sindrekjelsrud.github.io)
|
||||
|
||||
<br><br>
|
||||
|
||||
Wordle | Java
|
||||
: A clone of the game Wordle. (Has some bugs) [Github Repo](https://github.com/SindreKjelsrud/Wordle)
|
||||
**[Wordle | Java](https://github.com/SindreKjelsrud/Wordle)**
|
||||
A clone of the game Wordle. (Has some bugs)
|
||||
|
||||
---
|
||||
|
||||
## Extra Section
|
||||
### Extra Section
|
||||
|
||||
IT-skills
|
||||
: **Programming Languages:** Java, HTML/CSS, postgreSQL, and basic knowledge of Python & JavaScript.
|
||||
**Libraries & Frameworks:** Hugo
|
||||
**Technologies:** Git, Office 365, and basic knowledge of Docker & Wordpress.
|
||||
: **Programming Languages:** Java, HTML/CSS, postgreSQL, and basic knowledge of Python, JavaScript & C#.
|
||||
**Libraries & Frameworks:** Hugo and basic knowledge of .NET.
|
||||
**Technologies:** Git, Office 365, and basic knowledge of Docker & Wordpress.
|
||||
|
||||
<br><br>
|
||||
|
||||
|
@ -104,6 +95,6 @@ Language
|
|||
|
||||
---
|
||||
|
||||
## References
|
||||
### References
|
||||
|
||||
Provided on request.
|
||||
|
|
145
data/tvtime.json
145
data/tvtime.json
|
@ -1,145 +0,0 @@
|
|||
[
|
||||
{
|
||||
"title": "How to Sell Drugs Online (Fast) S03",
|
||||
"type": "series",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "03",
|
||||
"day": "20",
|
||||
"string": "2023-03-20"
|
||||
}
|
||||
],
|
||||
"my_rating": 4
|
||||
},
|
||||
{
|
||||
"title": "Schumacher",
|
||||
"type": "movie",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "03",
|
||||
"day": "21",
|
||||
"string": "2023-03-21"
|
||||
}
|
||||
],
|
||||
"my_rating": 5
|
||||
},
|
||||
{
|
||||
"title": "Nightcrawler",
|
||||
"type": "movie",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "03",
|
||||
"day": "21",
|
||||
"string": "2023-03-21"
|
||||
}
|
||||
],
|
||||
"my_rating": 5
|
||||
},
|
||||
{
|
||||
"title": "Rick and Morty S06",
|
||||
"type": "series",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "03",
|
||||
"day": "24",
|
||||
"string": "2023-03-24"
|
||||
}
|
||||
],
|
||||
"my_rating": 4
|
||||
},
|
||||
{
|
||||
"title": "Black Panther: Wakanda Forever",
|
||||
"type": "movie",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "03",
|
||||
"day": "24",
|
||||
"string": "2023-03-24"
|
||||
}
|
||||
],
|
||||
"my_rating": 4
|
||||
},
|
||||
{
|
||||
"title": "My Hero Academia S06",
|
||||
"type": "series",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "03",
|
||||
"day": "24",
|
||||
"string": "2023-03-24"
|
||||
}
|
||||
],
|
||||
"my_rating": 4
|
||||
},
|
||||
{
|
||||
"title": "Ant-Man and the Wasp: Quantumania",
|
||||
"type": "movie",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "03",
|
||||
"day": "29",
|
||||
"string": "2023-03-29"
|
||||
}
|
||||
],
|
||||
"my_rating": 5
|
||||
},
|
||||
{
|
||||
"title": "The Wind Rises",
|
||||
"type": "movie",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "04",
|
||||
"day": "03",
|
||||
"string": "2023-04-03"
|
||||
}
|
||||
],
|
||||
"my_rating": 3
|
||||
},
|
||||
{
|
||||
"title": "Murder Mystery 2",
|
||||
"type": "movie",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "04",
|
||||
"day": "08",
|
||||
"string": "2023-04-08"
|
||||
}
|
||||
],
|
||||
"my_rating": 3
|
||||
},
|
||||
{
|
||||
"title": "The Whole Nine Yards",
|
||||
"type": "movie",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "04",
|
||||
"day": "09",
|
||||
"string": "2023-04-09"
|
||||
}
|
||||
],
|
||||
"my_rating": 5
|
||||
},
|
||||
{
|
||||
"title": "The Terminal",
|
||||
"type": "movie",
|
||||
"date": [
|
||||
{
|
||||
"year": "2023",
|
||||
"month": "04",
|
||||
"day": "10",
|
||||
"string": "2023-04-10"
|
||||
}
|
||||
],
|
||||
"my_rating": 5
|
||||
}
|
||||
]
|
Loading…
Add table
Reference in a new issue