diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 054bac7..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Publish site -on: [push] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: setup hugo - uses: peaceiris/actions-hugo@v2 - - name: build - run: hugo - - uses: bcomnes/deploy-to-neocities@v1 - if: ${{ github.ref == 'refs/heads/main' }} - with: - api_token: ${{ secrets.NEOCITIES_API_KEY }} - dist_dir: public diff --git a/.gitignore b/.gitignore index 73ab876..7c599cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ public/ resources/ +personal/ diff --git a/config.toml b/config.toml index 007b69d..edd6aa0 100644 --- a/config.toml +++ b/config.toml @@ -18,3 +18,16 @@ copyright = "Kevin Jerebica 2022" appletouch = "/logo-scaled.png" svgicon = "/logo-scaled.png" icon512 = "/logo-scaled.png" + + imageInArticlePreview = true + +[menu] + [[menu.icons]] + identifier = "github" + name = "Github" + url = "https://github.com/0xdeadbeer" + weight = 10 + [[menu.icons]] + identifier = "youtube" + name = "Youtube" + url = "https://youtube.com/@0xdeadbeer" \ No newline at end of file diff --git a/content/images/hacker.jpg b/content/images/hacker.jpg new file mode 100644 index 0000000..8590b76 Binary files /dev/null and b/content/images/hacker.jpg differ diff --git a/content/images/memes/c_meme.png b/content/images/memes/c_meme.png new file mode 100644 index 0000000..07de863 Binary files /dev/null and b/content/images/memes/c_meme.png differ diff --git a/content/images/memes/linux_meme.png b/content/images/memes/linux_meme.png new file mode 100644 index 0000000..fd72125 Binary files /dev/null and b/content/images/memes/linux_meme.png differ diff --git a/content/pages/about-me.md b/content/pages/about-me.md new file mode 100644 index 0000000..9e6dc8c --- /dev/null +++ b/content/pages/about-me.md @@ -0,0 +1,12 @@ +--- +title: "About Me" +date: 2023-04-08T19:24:58+02:00 +--- + +Hello dear visitor! My name is Kevin. I'm from Slovenia and I have a strong passion for reading, programming, cyber security, languages, and much more! + +Over the last couple of years I've been investing a lot of time into Linux, server management, discovering new fields of study (astronomy, math, physics, psychology, ...), and learning languages. The passion for language learning started in 2020 (summer) when I started listening to Russian music. And that's where I realized "Wait I can try learning this language! Oh freak this will be so cool!!". After 2 years that slowly transitioned into Japanese, which is what I'm still learning. My goal is to reach N2-N1 one day. + +Here's a meme for you to keep that smile up! + +![C meme to keep that smile up hehe](/images/memes/c_meme.png) \ No newline at end of file diff --git a/content/posts/how-to-find-good-content.md b/content/posts/how-to-find-good-content.md index 6e0e941..691888f 100644 --- a/content/posts/how-to-find-good-content.md +++ b/content/posts/how-to-find-good-content.md @@ -1,7 +1,10 @@ --- title: "Becoming an absolute tech geek" date: 2023-04-08T00:33:53+02:00 +tags: ["internet"] draft: false + +image: "/images/hacker.jpg" --- These days finding good content on the Internet is a real challenge. A lot of the times I find myself staring at the monitor wondering what I should search for, just to find that juicy content that goes into the detail of how something works, and also doesn't annoy me with all the bullshit ads, newsletters, and such. diff --git a/content/posts/switching-to-linux.md b/content/posts/switching-to-linux.md new file mode 100644 index 0000000..7bb9452 --- /dev/null +++ b/content/posts/switching-to-linux.md @@ -0,0 +1,23 @@ +--- +title: "Switching to Linux" +date: 2023-04-08T15:44:15+02:00 +tags: ["linux"] +draft: false + +image: "/images/memes/linux_meme.png" +--- + +**Classy meme, innit?** + + +Going from hearing about this word "Linux" from one of my computer geek friends, to installing it as my first VM, to making the switch, to then spread the word about how cool it is and the practical benefits that it can provide. I love Linux! And I got tied into it's ecosystem so hard that going back to Windows would instantly harm my productivity and make everything much more difficult. Ignoring the war of Windows - MacOS - Linux, I'm going to talk about my switch. How did I switch to Linux? How can YOU switch to Linux? What's the safest way to switch without losing all of your data that you accumulated over the years? + +--- + +Before switching, here's something you have to know. Linux will be different than Windows and even if you think you'll be okay without Windows because of XYZ (say for example: you are a software engineer or something and know your way around computers), you must accept the fact that there will be a learning process lying ahead of you. And if you'll skip it, it will most likely end badly. Keep your curiosity and goals up and you might just make it passed the 5 reinstalls you're most likely going to do before getting quite comfortable with Linux. + +Much of the applications you used on Windows will have different names on Linux, and at some point or another, you will have to get familiar with the terminal. So the sooner you get used to CLI (Command Line Interface), the better. Watch out for the commands you copy-paste into your terminal, especially at the beginning. Not just because someone might want to steal your data, but also because you might end up breaking your computer accidentally. Acknowledge that you're going to make mistakes in the future and start making backups of your files as soon as you know you're storing valuable information into your disk. That was (and still is) one of the most fun challenges for me personally. I love designing a whole backup system for my Linux and I'm constantly updating it as my demands are slowly shifting. For example: recently I've been introduced the idea of file recovery - and even though I knew you could technically read deleted files off the disk it didn't scare me that much. But now that I know how easy it is, I'm paying a lot more attention to how my backup scripts copy files from one disk to another. And that's the beauty! Using Linux will be so cool you cannot even imagine! The deeper you'll go the more interesting it'll get! + +With that said, you might think that my switch was flawless? Pfttt, don't make me laugh. Did I ever tell you about that one time when I selected the wrong disk for installation and ended up losing 1TB of data? Not to mention all the hiccups I had to deal with, such as dependency hell, grub booting me into a shell rather than a display manager, Windows deciding to fuck up my Linux installation (that's when I was still dual booting it), and so on. **In short, it was a pain to get where I am today. And that's what taught me Linux. Making mistakes is the key to learning.** + +Thankfully, after 2-3 solid years of experimenting with Linux, I can say that I'm pretty stable. I know my way around Arch quite well, but I'm not negating the fact, that I still have a lot to learn. There's probably tens of thousands of tools in the Arch Wiki that I haven't heard of. And if you happen to know some cool tools, for crying out loud don't hesitate to share them online. Linux-passionates will love you for sharing those incredible resources, or for just having the thought of sharing. And so, that's what I want to achieve with this blog. **Sharing is carying!** \ No newline at end of file