Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Now" page #3

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/NavBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if (currentPath[currentPath.length - 1] === "/") {
>AS211224</a
>
<a class={currentPath === "posts" ? "active" : ""} href="/posts/">Posts</a>
<a class={currentPath === "now" ? "active" : ""} href="/now">Now</a>
</nav>

<style>
Expand Down
36 changes: 36 additions & 0 deletions src/pages/now.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
layout: ../layouts/Layout.astro
title: Now (August 2024 edition)
description: My current focusses in life.
---

This page shows what I'm doing currently, if you have your own website, you
[should make your own](https://nownownow.com/about) too.


## Python Discord

Our DevOps team has lately picked back up steam. As part of that, I have
recently implemented a forwarding e-mail server using
[Postfix](https://postfix.org), together with
[postsrsd](https://github.com/roehling/postsrsd) this setup was delightful to
configure.

I have also recently overhauled [our documentation](https://docs.pydis.wtf/),
and we are currently exploring a new concept called "e-mail services". The idea
is that you send an e-mail to specific addresses, and a script on the other end
performs some useful action in response to that. Our first e-mail service will
give you `fortune`s! Send an e-mail to
[[email protected]](mailto:[email protected]) to test it out.



## Programming

I've recently rebuilt my website with [Astro](https://astro.build/) and it has
been a very pleasant experience, both for the website itself as well as
development. As part of this migration, my website now has a blog, including a
RSS feed, and this very page.


Updated August 16th, 2024, from my working desk.