mirror of
https://github.com/mr-vercetti/mr.vercetti.cc.git
synced 2025-07-03 20:05:35 +02:00
Pack the website into container
This commit is contained in:
61
website/content/_index.md
Normal file
61
website/content/_index.md
Normal file
@ -0,0 +1,61 @@
|
||||
+++
|
||||
title = "Home"
|
||||
insert_anchor_links = "left"
|
||||
template = "section.html"
|
||||
+++
|
||||
|
||||
## Hey there!
|
||||
|
||||
I'm `mr-vercetti`, a regular nerdy guy from Europe. I created this website to be able
|
||||
to share my hobbies with others and not use bloated centralised social media platforms.
|
||||
I can do whatever I want here, without ads and other crap.
|
||||
|
||||
This is my place in the World Wide Web. It's a very nice feeling to have
|
||||
one.
|
||||
|
||||
## All right, but what will be posted here?
|
||||
|
||||
I intend to write something from time to time about what turns me on, which is:
|
||||
|
||||
- Tinkering with computers
|
||||
- Self-hosting
|
||||
- Playing classic video games
|
||||
- Watching classic movies
|
||||
- Old PC hardware
|
||||
- My job
|
||||
- Weird stuff from the Internet
|
||||
|
||||
## By the way, more about me...
|
||||
I make my living as DevOps Engineer. I love classic/retro/old stuff, but I also
|
||||
appreciate the new. I spend most of my free time in front of the computer but
|
||||
that doesn't mean it's "productive". I'm not a fan of forced productivity.
|
||||
Sometimes I just like to sit and install mods for Vice City.
|
||||
|
||||
## My job and my own projects
|
||||
|
||||
My job is quite an important part of my life because it connects with my passions
|
||||
and gives me a lot of satisfaction. However, I'm not some kind of tech-guru, and
|
||||
I'm still learning a lot of the basics. Keep that in mind when you browse my
|
||||
[projects][gitea]!
|
||||
|
||||
## Contact me
|
||||
|
||||
Now that you know a bit about me, perhaps you'd like to make friends?
|
||||
Feel free to contact me via [email][email]. You can also find me on:
|
||||
|
||||
- My self-hosted [Gitea][gitea] instance
|
||||
- [Github][github]
|
||||
- [Reddit][reddit]
|
||||
- [Linkedin][linkedin]
|
||||
|
||||
## Webrings 🕸️💍
|
||||
*[←][hotline-previous] [Hotline Webring][hotline] [→][hotline-next]*
|
||||
|
||||
[email]: mailto:mr@vercetti.cc
|
||||
[gitea]: https://git.vercetti.cc/mr-vercetti
|
||||
[github]: https://github.com/mr-vercetti
|
||||
[reddit]: https://www.reddit.com/user/mr-vercetti
|
||||
[linkedin]: https://www.linkedin.com/in/adam-milewski-162b821b3/
|
||||
[hotline]: https://hotlinewebring.club/
|
||||
[hotline-next]: https://hotlinewebring.club/mr-vercetti/next
|
||||
[hotline-previous]: https://hotlinewebring.club/mr-vercetti/previous
|
9
website/content/posts/_index.md
Normal file
9
website/content/posts/_index.md
Normal file
@ -0,0 +1,9 @@
|
||||
+++
|
||||
title = "Posts"
|
||||
description = ""
|
||||
sort_by = "date"
|
||||
template = "list.html"
|
||||
page_template = "article.html"
|
||||
insert_anchor_links = "left"
|
||||
+++
|
||||
|
30
website/content/posts/thanks/index.md
Normal file
30
website/content/posts/thanks/index.md
Normal file
@ -0,0 +1,30 @@
|
||||
+++
|
||||
title = "Thanks"
|
||||
description = "A few words of thanks"
|
||||
date = 2022-11-24
|
||||
+++
|
||||
|
||||
This is my first post on this website, so I would like to take this opportunity to thank a few people
|
||||
whose works have influenced me recently or who are simply cool.
|
||||
|
||||
- [Thomas Pain][thomas-pain] for his [manifesto][manifesto], after reading which I wanted
|
||||
to have my own website and which I fully agree with.
|
||||
- [Wolfgang][wolfgang] for his cool [yt channel][wolfgang-yt] thanks to which I have become familiar
|
||||
with many interesting issues and technologies (including [Zola][zola], on which this site is based).
|
||||
- [FIGBERT][figbert] for creating a veeery decent [d3c3nt Zola theme][d3c3nt], which this
|
||||
site also uses.
|
||||
- [Silent][silent] for a whole bunch of excellent patches for old PC games.
|
||||
- [ThirteenAG][thirteenag] for all your magnificent [Widescreen Fixes][thirteenag-widescreen-fixes].
|
||||
|
||||
Thank you very much guys! You made my life better.
|
||||
|
||||
[thomas-pain]: https://www.tdpain.net/
|
||||
[manifesto]: https://www.tdpain.net/blog/the-modern-web-sucks
|
||||
[wolfgang]: https://notthebe.ee/
|
||||
[wolfgang-yt]: https://www.youtube.com/@WolfgangsChannel
|
||||
[zola]: https://www.getzola.org/
|
||||
[figbert]: https://figbert.com
|
||||
[d3c3nt]: https://git.figbert.com/d3c3nt/
|
||||
[silent]: https://cookieplmonster.github.io/
|
||||
[thirteenag]: https://thirteenag.github.io/
|
||||
[thirteenag-widescreen-fixes]: https://thirteenag.github.io/wfp
|
Reference in New Issue
Block a user