Skip to content

Commit

Permalink
auto updating site
Browse files Browse the repository at this point in the history
  • Loading branch information
jherzstein committed Mar 3, 2024
1 parent a02d1ed commit 235c14d
Show file tree
Hide file tree
Showing 68 changed files with 1,906 additions and 907 deletions.
1 change: 1 addition & 0 deletions .xinitrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
setxkbmap -option custom:ctrl_esc
15 changes: 15 additions & 0 deletions content-org/about/index.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#+TITLE: About
#+AUTHOR: Jordan Herzstein
#+HUGO_BASE_DIR: ../../
#+HUGO_SECTION: about
#+EXPORT_FILE_NAME: _index.md
#+HUGO_MENU: :menu "about"
#+HUGO_CATEGORIES:
#+HUGO_CODE_FENCE: nil
#+OPTIONS: num:nil toc:nil

Hello, my name is Jordan, I'm a Computer Engineering student from Canada. I like all things FOSS, cybersecurity, server administration, selfhosting, thinkpads, and more. These past few years I've been living and breathing Linux, from desktop, server, and embedded, with some knowledge of Windows (desktop and server) and Android. Most of my programming experience is in bash, Python, and C/C++. Familiar with Java, SQL, Go, and PHP. I'm currently learning rust.

This is my website, I sometimes write blogs and technical guides. It is a very minimal static site with html and css, but this way my site is fast, responsive, and to the point. I can say that everything here is created and owned by me, not just as a creative outlet, but so every facet of my online existance is under my control. I engage very little with social media. I value understanding and being able to control my technology, which fuels my passion to learn new things all the time.

When I'm not in front of glowing rectangles made of polarized sheets and crystals, I like to swim, I'm also taking part in my school's Brazillian Jiu Jitsu club. During COVID I stopped gaming entirely but more recently I've given a shot attending my local SSBU tournaments.
24 changes: 20 additions & 4 deletions content-org/contact/contact.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,25 @@
#+HUGO_CATEGORIES:
#+HUGO_CODE_FENCE: nil
#+OPTIONS: num:nil toc:nil

** @@html:<img class="inline-header" src="/images/contact/simplex.png" />@@ SimpleX [[/images/contact/simplex-qr.png][QR Code]]
** @@html:<img class="inline-header" src="/images/contact/protonmail.png" />@@ Email [[mailto:[email protected]][[email protected]]] [[./pubkey.txt][PGP]]
+ I have PGP as an option here but I really don't care if you don't.
+ [[https://www.latacora.com/blog/2019/07/16/the-pgp-problem/][PGP isn't great]] and statistically speaking you're probably using gmail or some other providor that definitely reads your emails, in which case I'm not sure what difference it makes anyways. If you still want to go through the hassle you can learn how to use PGP [[https://emailselfdefense.fsf.org/en/][here]].
** @@html:<img class="inline-header" src="/images/contact/protonmail.png" />@@ Email [[mailto:[email protected]][[email protected]]] [[./pubkey.gpg][PGP]]
+ PGP is prefered though if you already know how to use it you're probably aware of [[https://www.latacora.com/blog/2019/07/16/the-pgp-problem/][PGP's drawbacks]]; there are more secure (and easier) ways of getting in contact with me. If you must use email you can learn how to use PGP [[https://emailselfdefense.fsf.org/en/][here]].
+ Proton Mail users do not need to use PGP it is end to end encrypted by default amongst other Proton Mail users.
+ PGP fingerprint ~893C C031 0405 8C9E 9D40 831D 4FF0 A9CA 91DF A592~

#+BEGIN_EXPORT html
<details>
<summary>
<span class="details">PGP Public Key</span>
</summary>
<p>
</p>
<section class="post__summary pgp__dropdown">
#+END_EXPORT
#+INCLUDE: "../../public/contact/pubkey.txt"
#+BEGIN_EXPORT html
</section>
<div class="inner">
</div>
</details>
#+END_EXPORT
65 changes: 62 additions & 3 deletions content-org/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,72 @@
#+HUGO_MENU: :menu "main"
#+HUGO_CATEGORIES:
#+HUGO_CODE_FENCE: nil
# #+HUGO_PAIRED_SHORTCODES: icons/icon
#+OPTIONS: num:nil toc:nil

Hello, my name is Jordan, I'm a Computer Engineering student from Canada. I like all things FOSS, cybersecurity, server administration, selfhosting, thinkpads, and more. These past few years I've been living and breathing Linux, from desktop, server, and embedded, with some knowledge of Windows (desktop and server) and Android. Most of my programming experience is in bash, Python, and C/C++. Familiar with Java, SQL, Go, and PHP.
Hello, my name is Jordan, thank you for stopping by my website.

This is my website, I sometimes write blogs and technical guides. It is a very minimal static site with html and css, but this way my site is fast, responsive, and to the point. I can say that everything here is created and owned by me, not just as a creative outlet, but so every facet of my online existance is under my control. I engage very little with social media. I value understanding and being able to control my technology, which fuels my passion to learn new things all the time.
+ [[/][home]] - You are here right now
+ [[/about][about]] - Learn all about me
+ [[/posts][posts]] - Part personal blog part dev log, scroll down to see some recent posts
+ [[/mysetup][setup]] - Software and computers that I use, how I host various services, etc
+ [[/contact][contact]] - Get in touch with me

When I'm not in front of glowing rectangles made of polarized sheets and crystals, I like to swim, I'm also taking part in my school's Brazillian Jiu Jitsu club. During COVID I stopped gaming entirely but more recently I've given a shot attending my local SSBU tournaments.
#+BEGIN_EXPORT html
<span class="social-icons">
<a href="/index.xml">
#+END_EXPORT
#+begin_export hugo
{{< icons/icon vendor=feather name=rss size=1.5em >}}
#+END_EXPORT
#+BEGIN_EXPORT html
</a>
#+END_EXPORT
#+BEGIN_EXPORT html
<a href="https://github.com/jherzstein">
#+END_EXPORT
#+begin_export hugo
{{< icons/icon vendor=simple-icons name=github size=1.5em >}}
#+END_EXPORT
#+BEGIN_EXPORT html
</a>
#+END_EXPORT
#+BEGIN_EXPORT html
<a href="/contact/#img-class-inline-header-src-images-contact-protonmail-dot-png-email-website-jordanherzstein-dot-xyz-pgp--dot-pubkey-dot-gpg">
#+END_EXPORT
#+begin_export hugo
{{< icons/icon vendor=simple-icons name=protonmail size=1.5em >}}
#+END_EXPORT
#+BEGIN_EXPORT html
</a>
#+END_EXPORT
#+BEGIN_EXPORT html
<a href="/contact/#img-class-inline-header-src-images-contact-signal-dot-png-signal-jherzstein-dot-01-qr-code">
#+END_EXPORT
#+begin_export hugo
{{< icons/icon vendor=bootstrap name=signal size=1.5em >}}
#+END_EXPORT
#+BEGIN_EXPORT html
</a>
#+END_EXPORT
#+BEGIN_EXPORT html
<a href="https://ca.linkedin.com/in/jordan-herzstein-a99414204">
#+END_EXPORT
#+begin_export hugo
{{< icons/icon vendor=bootstrap name=linkedin size=1.5em >}}
#+END_EXPORT
#+BEGIN_EXPORT html
</a>
#+END_EXPORT
#+BEGIN_EXPORT html
</span>
#+END_EXPORT

# Hello, my name is Jordan, I'm a Computer Engineering student from Canada. I like all things FOSS, cybersecurity, server administration, selfhosting, thinkpads, and more. These past few years I've been living and breathing Linux, from desktop, server, and embedded, with some knowledge of Windows (desktop and server) and Android. Most of my programming experience is in bash, Python, and C/C++. Familiar with Java, SQL, Go, and PHP.

# This is my website, I sometimes write blogs and technical guides. It is a very minimal static site with html and css, but this way my site is fast, responsive, and to the point. I can say that everything here is created and owned by me, not just as a creative outlet, but so every facet of my online existance is under my control. I engage very little with social media. I value understanding and being able to control my technology, which fuels my passion to learn new things all the time.

# When I'm not in front of glowing rectangles made of polarized sheets and crystals, I like to swim, I'm also taking part in my school's Brazillian Jiu Jitsu club. During COVID I stopped gaming entirely but more recently I've given a shot attending my local SSBU tournaments.

* What am I up to?
+ I'm a full time student.
Expand Down
26 changes: 23 additions & 3 deletions content-org/posts/index.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#+TITLE: Blog Posts
#+TITLE: Posts
#+AUTHOR: Jordan Herzstein
#+DATE: 2023-02-01
#+HUGO_BASE_DIR: ../../
Expand All @@ -7,6 +7,26 @@
#+HUGO_CODE_FENCE: nil
#+EXPORT_FILE_NAME: _index.md

Here is where I post my stupid thoughts, and some useful information. Obligatory "all opinions are my own" and "content of other sites do not reflect my own views".
Here is where I post my silly thoughts, and some useful information. Obligatory "all opinions are my own" and "content of other sites do not reflect my own views".

* Posts @@html:<a href=/posts/index.xml><img src="/images/blog/rss.png" width=25></a>@@
# * @@html:<a class="inline-header" href=/posts/index.xml><img class="inline-header" src="/images/blog/rss.png" width=25></a>@@ Posts
* Posts
#+BEGIN_EXPORT html
<span class="social-icons">
<a href="/posts/index.xml">
#+END_EXPORT
#+begin_export hugo
{{< icons/icon vendor=feather name=rss size=1.5em >}}
#+end_export
#+BEGIN_EXPORT html
</a>
#+END_EXPORT
#+BEGIN_EXPORT html
<a href="/tags/">
#+END_EXPORT
#+begin_export hugo
{{< icons/icon vendor=feather name=tag size=1.5em >}}
#+END_EXPORT
#+BEGIN_EXPORT html
</a>
#+END_EXPORT
3 changes: 2 additions & 1 deletion content-org/posts/nyaa_menu.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#+date: 2023-10-07
#+hugo_base_dir: ../../
#+hugo_section: posts
#+HUGO_AUTO_SET_LASTMOD: t
#+HUGO_MENU: :menu "posts"
#+filetags: technology projects anime manga
#+HUGO_CODE_FENCE:
Expand All @@ -21,6 +22,6 @@ I made a lazy web scraping tool for collecting anime and manga while I was bored
</figure>
#+END_EXPORT

I got quite bored a few days ago, and instead of staring at my 24 inch lightbulb I channeled a bit of my creative juices into making something... while staring at my 24 inch lightbulb. So, I enjoy south east asian media from time to time, I also like [[https://tools.suckless.org/dmenu][dmenu]], and I don't like using my browser if I can avoid it; there often is an easier way of doing things if you're creative enough. Somewhat inspired by Bugswriter's [[https://github.com/Bugswriter/notflix][notflix]] project, I whipped up a shell script that scrapes anime and manga magnet links from [[https://www.nyaa.si][nyaa.si]] based on user search terms and flags. By default, the magnet link gets copied to your clipboard, or if you have your own transmission server you can also send the magnet link there automatically. If this utility sounds interesting to you go [[https://github.com/jherzstein/nyaa_menu][check it out]]!
I got quite bored a few days ago, and instead of staring at my 24 inch lightbulb I channeled a bit of my creative juices into making something... while staring at my 24 inch lightbulb. So, I sometimes watch anime and read manga from time to time, I also like [[https://tools.suckless.org/dmenu][dmenu]], and I don't like using my browser if I can avoid it; there often is an easier way of doing things if you're creative enough. Somewhat inspired by Bugswriter's [[https://github.com/Bugswriter/notflix][notflix]] project, I whipped up a shell script that scrapes anime and manga magnet links from [[https://www.nyaa.si][nyaa.si]] based on user search terms and flags. By default, the magnet link gets copied to your clipboard, or if you have your own transmission server you can also send the magnet link there automatically. If this utility sounds interesting to you go [[https://github.com/jherzstein/nyaa_menu][check it out]]!


10 changes: 0 additions & 10 deletions content/404.md

This file was deleted.

10 changes: 0 additions & 10 deletions content/_404.md

This file was deleted.

41 changes: 38 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,46 @@ draft = false
identifier = "welcome"
+++

Hello, my name is Jordan, I'm a Computer Engineering student from Canada. I like all things FOSS, cybersecurity, server administration, selfhosting, thinkpads, and more. These past few years I've been living and breathing Linux, from desktop, server, and embedded, with some knowledge of Windows (desktop and server) and Android. Most of my programming experience is in bash, Python, and C/C++. Familiar with Java, SQL, Go, and PHP.
Hello, my name is Jordan, thank you for stopping by my website.

This is my website, I sometimes write blogs and technical guides. It is a very minimal static site with html and css, but this way my site is fast, responsive, and to the point. I can say that everything here is created and owned by me, not just as a creative outlet, but so every facet of my online existance is under my control. I engage very little with social media. I value understanding and being able to control my technology, which fuels my passion to learn new things all the time.
- [home](/) - You are here right now
- [about](/about) - Learn all about me
- [posts](/posts) - Part personal blog part dev log, scroll down to see some recent posts
- [setup](/mysetup) - Software and computers that I use, how I host various services, etc
- [contact](/contact) - Get in touch with me

When I'm not in front of glowing rectangles made of polarized sheets and crystals, I like to swim, I'm also taking part in my school's Brazillian Jiu Jitsu club. During COVID I stopped gaming entirely but more recently I've given a shot attending my local SSBU tournaments.
<span class="social-icons">
<a href="/index.xml">

{{< icons/icon vendor=feather name=rss size=1.5em >}}

</a>

<a href="https://github.com/jherzstein">

{{< icons/icon vendor=simple-icons name=github size=1.5em >}}

</a>

<a href="/contact/#img-class-inline-header-src-images-contact-protonmail-dot-png-email-website-jordanherzstein-dot-xyz-pgp--dot-pubkey-dot-gpg">

{{< icons/icon vendor=simple-icons name=protonmail size=1.5em >}}

</a>

<a href="/contact/#img-class-inline-header-src-images-contact-signal-dot-png-signal-jherzstein-dot-01-qr-code">

{{< icons/icon vendor=bootstrap name=signal size=1.5em >}}

</a>

<a href="https://ca.linkedin.com/in/jordan-herzstein-a99414204">

{{< icons/icon vendor=bootstrap name=linkedin size=1.5em >}}

</a>

</span>


## What am I up to? {#what-am-i-up-to}
Expand Down
14 changes: 14 additions & 0 deletions content/about/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
+++
title = "About"
author = ["Jordan Herzstein"]
draft = false
[menu]
[menu.about]
identifier = "about"
+++

Hello, my name is Jordan, I'm a Computer Engineering student from Canada. I like all things FOSS, cybersecurity, server administration, selfhosting, thinkpads, and more. These past few years I've been living and breathing Linux, from desktop, server, and embedded, with some knowledge of Windows (desktop and server) and Android. Most of my programming experience is in bash, Python, and C/C++. Familiar with Java, SQL, Go, and PHP. I'm currently learning rust.

This is my website, I sometimes write blogs and technical guides. It is a very minimal static site with html and css, but this way my site is fast, responsive, and to the point. I can say that everything here is created and owned by me, not just as a creative outlet, but so every facet of my online existance is under my control. I engage very little with social media. I value understanding and being able to control my technology, which fuels my passion to learn new things all the time.

When I'm not in front of glowing rectangles made of polarized sheets and crystals, I like to swim, I'm also taking part in my school's Brazillian Jiu Jitsu club. During COVID I stopped gaming entirely but more recently I've given a shot attending my local SSBU tournaments.
Loading

0 comments on commit 235c14d

Please sign in to comment.