From 9a55a16fd5aa6f4909cabbdfb1fb6b4c2f6de34d Mon Sep 17 00:00:00 2001 From: jgrogan Date: Sun, 2 Mar 2025 20:30:29 +0000 Subject: [PATCH] Small blog change and try to set up build workflow --- .forgejo/workflows/demo.yaml | 14 +++++++++++--- src/benchs.md | 1 + src/blogs/technical/end_of_year_recap_2024.md | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 src/benchs.md diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index d470cda..d3fb2d0 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -1,6 +1,14 @@ -on: [push] +on: + push: + branches: + - main + jobs: - test: + build: runs-on: docker steps: - - run: echo All Good + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + - name: Setup Python + - run: pip install git+https://git.jmsgrogan.com/jgrogan/dialann.git + diff --git a/src/benchs.md b/src/benchs.md new file mode 100644 index 0000000..fc327c5 --- /dev/null +++ b/src/benchs.md @@ -0,0 +1 @@ +I like to keep track of places I've travelled to through the medium of bench photos. Here are some of the said benchs. diff --git a/src/blogs/technical/end_of_year_recap_2024.md b/src/blogs/technical/end_of_year_recap_2024.md index 7b7e779..42dc3d6 100644 --- a/src/blogs/technical/end_of_year_recap_2024.md +++ b/src/blogs/technical/end_of_year_recap_2024.md @@ -3,7 +3,7 @@ This is a recap of some technical projects I've picked up, started or finished i # Relevant Background # -I'm a software developer with an interest in free software, open science, minimalism and yak shaving. I've been using Linux for about 15 years and finally rid myself of all things Windows some time last year. I've primarily worked with C++ and Python and think they are, just ok. +I'm a software developer with an interest in free software, open science, minimalism and yak shaving. I've been using Linux for about 15 years and finally rid myself of all things Windows some time last year. I had mostly used Ubuntu for personal computing and a little CentOS/RedHat at work, but started looking around for other distros when they introduced Snaps and killed CentOS 8 respectively, cementing my feelings that corporate distros should only be used for corporate things. My distro search included brief spells with: