Skip to content

Commit

Permalink
Add "Now" page
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Jul 14, 2024
1 parent 4007c2d commit 1d2560e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
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
37 changes: 37 additions & 0 deletions src/pages/now.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
layout: ../layouts/Layout.astro
title: Now (July 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, together with onboarding a new
member we are slowly working on improving our infrastructure. While most of it
serves actual functions in the Discord server, part of being in the DevOps team
includes setting up the occasional joke. Usually this is some bot command, an
ASCII "hearing on computer crimes" you get when SSHing into our server, or
something else. I'm wondering what lures for me next.


## 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.


## NNCP

I have recently set up [NNCP](https://nncp.mirrors.quux.org/) again, a set of
utilities for building small "friend-to-friend" network. I'm planning to expand
my usage of this network and maybe even integrate some functionality into it
for my website.


Updated July 6th, 2024, from the comfort of my living room.

0 comments on commit 1d2560e

Please sign in to comment.