Update website design

This commit is contained in:
Kevin J. 2024-07-24 21:30:19 +02:00
parent 7b1ecf9e2d
commit 5324c7d262
24 changed files with 57 additions and 48 deletions

View File

@ -3,18 +3,13 @@ title: "About Me"
date: 2023-04-08T19:24:58+02:00
---
I am Kevin J. I am originally from Slovenia and I have a strong passion for
programming, cyber security, data protection, languages, and sometimes reading.
I am Kevin Jerebica. At this time I reside in Slovenia and I have a strong passion for
programming, cyber security, data protection, languages, reading and learning about the world.
I study Japanese (or at least I like to think so). I deeply care about software
freedom and so I primarily like to deal with free and open-source software
solutions. Many of my ideas and goals come from my love towards space. I cannot
stop dreaming about it.
Contact:
- jerebicakevin@gmail.com
YouTube:
- [@0xdeadbeer](https://youtube.com/@0xdeadbeer)
Github:
- [@0xdeadbeer](https://github.com/0xdeadbeer)
Contact: jerebicakevin@gmail.com <br>
YouTube: [@0xdeadbeer](https://youtube.com/@0xdeadbeer) <br>
Github: [@0xdeadbeer](https://github.com/0xdeadbeer)

View File

@ -1,7 +1,6 @@
---
title: "Resources"
date: 2023-04-14T20:46:19+02:00
tags: ["knowledge"]
---
## English Youtubers

View File

@ -1,7 +1,6 @@
---
title: "Books"
date: 2023-04-09T00:46:11+02:00
tags: ["knowledge"]
---
Everything started with walking, understanding what people around me were
@ -13,8 +12,6 @@ period. "Is this what life is all about?" I asked myself. "So I will be forced
to read books and study topics that I have never seen being used in real life for
the next 9 years (minimum)?"
---
I have passed the first 9 grades studying my state, basic algebra, sociology,
basic law, making a small website, biology, etc. etc. Yet if I was to be tasked
with a minor issue in real life, I would find an excuse that would delay my action

View File

@ -1,7 +1,6 @@
---
title: "Fun Spaced Repetition"
date: 2023-07-25T16:23:26+02:00
tags: ["sharing", "language_learning", "knowledge"]
---
## Introduction

View File

@ -1,7 +1,6 @@
---
title: "Good Content"
date: 2023-04-08T00:33:53+02:00
tags: ["internet"]
---
These days finding good content on the internet is a real challenge. A lot of

View File

@ -1,7 +1,6 @@
---
title: "Information Scarcity"
date: 2024-03-01T21:55:39+01:00
tags: ["internet", "internet_security"]
---
I will not be picking battles between the extreme right or left side of the

View File

@ -1,7 +1,6 @@
---
title: "Black Clover & Japanese Language Immersion"
date: 2023-08-15T16:49:55+02:00
tags: ["japanese", "language_learning", "sharing", "knowledge"]
---
Today I wanted to share my language learning experience of Black Clover. If

View File

@ -1,7 +1,6 @@
---
title: "Joyfulness With Language Immersion"
date: 2023-05-28T12:59:12+02:00
tags: ["language_learning", "japanese", "self_improvement"]
---
In this post I would like to talk about one of the most (in my opinion) joyful

View File

@ -1,7 +1,6 @@
---
title: "TLPI: Linux Signals"
date: 2023-04-29T16:21:24+02:00
tags: ["linux"]
---
## 0 Introduction

View File

@ -1,7 +1,6 @@
---
title: "Outfucking All Cloud"
date: 2023-04-17T18:29:38+02:00
tags: ["internet", "internet_security", "privacy"]
---
## Introduction

View File

@ -1,14 +1,11 @@
---
title: "Reflections Are Fun"
date: 2023-04-21T17:50:05+02:00
tags: ["osint", "privacy"]
---
Honestly, I have no idea if I am going to come off as a creep by posing this,
but I think that reflections are ~~fun~~ scary!
---
I am not sure how many people are aware of this, but I am going to share it
anyway because it is a thing I kindof like doing while being bored. One day, I
was on the Internet seeing what new things I can learn and explore. I was

View File

@ -1,7 +1,6 @@
---
title: "Weekend Reseach"
date: 2023-11-12T11:56:14+01:00
tags: ["sharing"]
---
If anybody is going through this weekend endlessly searching for purpose, here

View File

@ -1,7 +1,6 @@
---
title: "Secure Linux Setup"
date: 2023-04-12T11:53:13+02:00
tags: ["linux", "internet_security", "privacy"]
---
This post is dedicated to the ones that have been in the Linux game for years

View File

@ -1,7 +1,6 @@
---
title: "Switching to Linux"
date: 2023-04-08T15:44:15+02:00
tags: ["linux"]
---
Going from hearing about this word "Linux" from one of my computer geek

View File

@ -0,0 +1,19 @@
---
title: "Types of Galaxies"
date: 2024-06-16T21:57:16+02:00
---
> SOURCE: https://openstax.org/details/books/astronomy-2e
## Spiral Galaxies
Spiral galaxies consist of:
- a bulge,
- a halo,
- spiral arms,
- a disk
## Elliptical Galaxies
## Irregular Galaxies

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 684 KiB

View File

@ -3,7 +3,8 @@ body {
font-family: sans-serif;
line-height: 1.5;
margin: 1rem;
max-width: 768px;
width: 100%;
height: 100%;
}
header {

View File

@ -22,10 +22,10 @@ name = 'Resources'
pageRef = '/pages/resources'
weight = 30
[[menus.main]]
name = 'Tags'
pageRef = '/tags'
weight = 35
#[[menus.main]]
#name = 'Tags'
#pageRef = '/tags'
#weight = 35
[module]

View File

@ -11,9 +11,6 @@
<main>
{{ block "main" . }}{{ end }}
</main>
<footer>
{{ partial "footer.html" . }}
</footer>
</div>
</body>
</html>

View File

@ -5,6 +5,6 @@
{{ $allPostsList := where (where site.RegularPages "Section" "in" $postsDir) "Section" "!=" "" }}
{{ range $allPostsList }}
<h2><a class="title" href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ .Summary }} -- <b>truncated</b>
{{ .Summary }}
{{ end }}
{{ end }}

View File

@ -1,2 +1,4 @@
<h1>{{ site.Title }}</h1>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}
<div class="header">
<h1>{{ site.Title }}</h1>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}
</div>

View File

@ -12,7 +12,7 @@ Renders a menu for the given menu ID.
{{- with index site.Menus $menuID }}
<nav>
<ul>
<ul class="menu">
{{- partial "inline/menu/walk.html" (dict "page" $page "menuEntries" .) }}
</ul>
</nav>

View File

@ -1,21 +1,33 @@
* {
background: #0F0F0F;
color: #E6E6E6 !important;
color: black;
background: white !important;
}
.post-title {
font-size: 200px;
}
.container {
margin: auto !important;
max-width: 800px;
}
a {
color: #b02352 !important;
.header {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0px 10px;
}
a:hover {
color: #c93667 !important;
.menu li {
display: inline-block;
margin: 0px !important;
padding: 0px 10px;
}
.title {
color: #d94848 !important;
text-decoration: underline;
}
code {