diff options
author | mms <michal@sapka.me> | 2024-06-21 23:24:23 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-06-21 23:24:23 +0200 |
commit | dd5be9412da9e0bcf7f3650d92bb592d77ce8a13 (patch) | |
tree | 6f5f5f27078ec309dafbefbfde3c773e1ec8eeb3 /content | |
parent | d2a176ad04578bec30a0dd3dd207da2130dc9ac9 (diff) |
feat: move about inside blog:
Diffstat (limited to 'content')
-rw-r--r-- | content/about.md | 39 | ||||
-rw-r--r-- | content/blog/_index.md | 9 | ||||
-rw-r--r-- | content/blog/about/_index.md | 47 |
3 files changed, 47 insertions, 48 deletions
diff --git a/content/about.md b/content/about.md deleted file mode 100644 index 9ea5555..0000000 --- a/content/about.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: "About" -category: -type: "special" -date: 2008-01-08T13:58:33+01:00 -draft: false -tags: [] ---- -Hey, my name is Michał Sapka. I am a computer geek from Kraków, Poland. I am into niche and old things, like anime, BSD, or Emacs. I am also very profoundly for internet privacy and freedom. - -I earn my bread as a senior software engineer in a [SASS company](https://zendesk.com). - -After work I am a husband and a father - the only reason I ever leave my home. - -Here are a few cool links: -- [FreeBSD](https://freebsd.org/), an OS I am using -- [OpenBSD](https://openbsd.org/), an OS serving this site -- [Emacs](https://www.gnu.org/software/emacs/), an editor (and much more) I use -- [Ruby](https://www.ruby-lang.org/), the language I work with daily -- [Sapka](https://en.wikipedia.org/wiki/Ushanka), a hat I have never worn but an named for -- [OpenBSD Amsterdam](https://openbsd.amsterdam), a VPS provider of OpenBSD VMs serving this site -- [Hugo](https://gohugo.io/), a static site generator powering this site - -More cool links can be found under [links](/links). - -### Causes - -Some causes I support or believe in: - -{{< causes >}} - - -### Inspirations and thank yous - -I started this blog after reading [Rubenerd](https://rubenerd.com). - -I model it after [Fabien Sanglard's website](https://fabiensanglard.net/). - -I want to thank anyone who emailed me about this site. It's always a blast to read your mail! diff --git a/content/blog/_index.md b/content/blog/_index.md deleted file mode 100644 index 2266648..0000000 --- a/content/blog/_index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Michal's Blog" -categories: -- blog -abstract: -date: 2023-12-05T21:27:39+01:00 -draft: false ---- - diff --git a/content/blog/about/_index.md b/content/blog/about/_index.md new file mode 100644 index 0000000..1699d0d --- /dev/null +++ b/content/blog/about/_index.md @@ -0,0 +1,47 @@ ++++ +title = "About" +author = ["Michał Sapka"] +draft = false +weight = 1001 +abstract = "Some info about me" +aliases = ["/about/"] ++++ + +Hey, my name is Michał Sapka. +I am a computer geek from Kraków, Poland. +I am into niche and old things, like anime, BSD, or Emacs. +I am also very profoundly for internet privacy and freedom. + +I earn my bread as a senior software engineer in a [SASS company](<https://zendesk.com>). + +After work I am a husband and a father - the only reason I ever leave my home. + +Here are a few cool links: + +- [FreeBSD](<https://freebsd.org/>), an OS I am using +- [OpenBSD](<https://openbsd.org/>), an OS serving this site +- [Emacs](<https://www.gnu.org/software/emacs/>), an editor (and much more) I use +- [Ruby](<https://www.ruby-lang.org/>), the language I work with daily +- [Sapka](<https://en.wikipedia.org/wiki/Ushanka>), a hat I have never worn but an named for +- [OpenBSD Amsterdam](<https://openbsd.amsterdam>), a VPS provider of OpenBSD VMs serving this site +- [Hugo](<https://gohugo.io/>), a static site generator powering this site + +More cool links can be found under [links](/links). + + +## Causes {#causes} + +Some causes I support or believe in: + +{{< causes >}} +cas +{{< /causes >}} + + +## Inspirations and thank yous {#inspirations-and-thank-yous} + +I started this blog after reading [Rubenerd](<https://rubenerd.com>). + +I model some of my sites on [The Cyber Vanguard](https://cyber.dabamos.de/), but inspiration for this blog's layout came from [Julius Kaiser](https://www.jlsksr.de/). + +I want to thank anyone who emailed me about this site. It's always a blast to read your mail! |