aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-12-30 17:58:36 -0600
committerChristian Cleberg <[email protected]>2025-12-30 17:58:36 -0600
commit624ceae16708ff5261b63b7d6142b887d8cef6c2 (patch)
tree23ca6840113a3aa83bc210cf7d59aa59811b3f69
parent8fa0b5e0a894ccf8c8583bfa7f2d0e9d7ad2575c (diff)
downloadcleberg.net-624ceae16708ff5261b63b7d6142b887d8cef6c2.tar.gz
cleberg.net-624ceae16708ff5261b63b7d6142b887d8cef6c2.tar.bz2
cleberg.net-624ceae16708ff5261b63b7d6142b887d8cef6c2.zip
migrate from github to sourcehut
-rw-r--r--.github/FUNDING.yml1
-rw-r--r--.github/workflows/ruff.yml37
-rw-r--r--README.md2
-rw-r--r--content/blog/2022-06-22-daily-poetry.org2
-rw-r--r--content/blog/2022-12-23-alpine-desktop.org2
-rw-r--r--content/blog/2023-02-02-exploring-hare.org2
-rw-r--r--content/blog/2024-08-11-org-mode-features.org16
-rw-r--r--content/blog/2025-09-25-minimalist-website-redesign.org2
-rw-r--r--content/now/index.org2
-rw-r--r--content/services/index.org2
-rw-r--r--ruff.toml14
-rw-r--r--theme/templates/base.html2
12 files changed, 16 insertions, 68 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index 4b822e5..0000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1 +0,0 @@
-github: [ccleberg]
diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml
deleted file mode 100644
index 2cefea1..0000000
--- a/.github/workflows/ruff.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-name: Ruff
-
-on:
- push:
- paths:
- - '**.py'
-
-jobs:
- build:
- runs-on: ubuntu-latest
- strategy:
- matrix:
- python-version: ["3.x"]
- steps:
- - uses: actions/checkout@v4
- - name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v5
- with:
- python-version: ${{ matrix.python-version }}
- ref: ${{ github.event.pull_request.head.ref }}
- - name: Install dependencies
- run: |
- python -m pip install --upgrade pip
- pip install pandas plotly
- - name: Install Ruff
- uses: astral-sh/[email protected]
- - name: Ruff Actions
- run: |
- ruff check --fix
- ruff format
- - name: Add and Commit
- uses: EndBug/add-and-commit@v9
- env:
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- with:
- default_author: github_actions
- pathspec_error_handling: ignore
diff --git a/README.md b/README.md
index 072ecd0..aead9a3 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ To obtain a working copy of this repository, execute the following commands
within a shell environment or Emacs shell interface:
```shell
-git clone https://github.com/ccleberg/cleberg.net
+git clone https://git.sr.ht/~cxc/cleberg.net
cd cleberg.net
emacs -nw
```
diff --git a/content/blog/2022-06-22-daily-poetry.org b/content/blog/2022-06-22-daily-poetry.org
index 3fe00bd..0e23e7f 100644
--- a/content/blog/2022-06-22-daily-poetry.org
+++ b/content/blog/2022-06-22-daily-poetry.org
@@ -7,7 +7,7 @@
I don't want to bury the lede here, so if you'd like to see the full source code
I use to email myself plaintext poems daily, visit the repository:
-[[https://github.com/ccleberg/daily-poem.git][daily-poem.git]].
+[[https://git.sr.ht/~cxc/daily-poem.git][daily-poem.git]].
* My Daily Dose of Poetry
diff --git a/content/blog/2022-12-23-alpine-desktop.org b/content/blog/2022-12-23-alpine-desktop.org
index d1e4323..c6102aa 100644
--- a/content/blog/2022-12-23-alpine-desktop.org
+++ b/content/blog/2022-12-23-alpine-desktop.org
@@ -168,7 +168,7 @@ doas apk add brightnessctl \ # Brightness controller
#+end_src
From here, I use my Syncthing storage to pull all the configuration files I
-stored from prior desktops, such as my [[https://github.com/ccleberg/dotfiles.git][dotfiles]].
+stored from prior desktops, such as my [[https://git.sr.ht/~cxc/dotfiles.git][dotfiles]].
* Resolving Issues
diff --git a/content/blog/2023-02-02-exploring-hare.org b/content/blog/2023-02-02-exploring-hare.org
index 124b6d4..44169e4 100644
--- a/content/blog/2023-02-02-exploring-hare.org
+++ b/content/blog/2023-02-02-exploring-hare.org
@@ -50,7 +50,7 @@ page.
** Creating a Test Project
-In order to play with the language, I created [[https://github.com/ccleberg/learn/tree/main/hare][learn/hare]] and will be putting any
+In order to play with the language, I created [[https://git.sr.ht/~cxc/learn/tree/main/item/hare][learn/hare]] and will be putting any
of my Hare-related adventures in here.
Luckily, Hare doesn't require any complex set-up tools or build
diff --git a/content/blog/2024-08-11-org-mode-features.org b/content/blog/2024-08-11-org-mode-features.org
index 92eafb3..3e26958 100644
--- a/content/blog/2024-08-11-org-mode-features.org
+++ b/content/blog/2024-08-11-org-mode-features.org
@@ -6,7 +6,7 @@
* Cycling (Folding)
#+begin_quote
-[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L7][View this section]] in org-mode.
+[[https://git.sr.ht/~cxc/cleberg.net/tree/main/item/content/blog/2024-08-11-org-mode-features.org#L7][View this section]] in org-mode.
#+end_quote
My absolute top-used feature is [[https://orgmode.org/manual/Global-and-local-cycling.html][global and local cycling]] and it's not even
@@ -54,7 +54,7 @@ at the top of the buffer:
* TODO Lists
#+begin_quote
-[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L55][View this section]] in org-mode.
+[[https://git.sr.ht/~cxc/cleberg.net/tree/main/item/content/blog/2024-08-11-org-mode-features.org#L55][View this section]] in org-mode.
#+end_quote
Next up on in this post are [[https://orgmode.org/manual/TODO-Items.html][TODO Lists]]. Being able to combine note taking and
@@ -105,7 +105,7 @@ that variable to alert me of tasks with iOS native notifications.
* Time Stamping
#+begin_quote
-[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L106][View this section]] in org-mode.
+[[https://git.sr.ht/~cxc/cleberg.net/tree/main/item/content/blog/2024-08-11-org-mode-features.org#L106][View this section]] in org-mode.
#+end_quote
Another great feature are the [[https://orgmode.org/manual/Dates-and-Times.html][dates and times]] functionalities within org-mode.
@@ -136,7 +136,7 @@ different options available when creating timestamps.
* Tags
#+begin_quote
-[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L137][View this section]] in org-mode.
+[[https://git.sr.ht/~cxc/cleberg.net/tree/main/item/content/blog/2024-08-11-org-mode-features.org#L137][View this section]] in org-mode.
#+end_quote
Next up are [[https://orgmode.org/manual/Tags.html][Tags]], which provide a way to document contexts within and across
@@ -160,7 +160,7 @@ m= and search for a tag of your choosing.
* Tables
#+begin_quote
-[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L162][View this section]] in org-mode.
+[[https://git.sr.ht/~cxc/cleberg.net/tree/main/item/content/blog/2024-08-11-org-mode-features.org#L162][View this section]] in org-mode.
#+end_quote
One of the most inconvenient parts of writing in Markdown was dealing with
@@ -230,7 +230,7 @@ on the second line.
* Source Code Blocks
#+begin_quote
-[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L232][View this section]] in org-mode.
+[[https://git.sr.ht/~cxc/cleberg.net/tree/main/item/content/blog/2024-08-11-org-mode-features.org#L232][View this section]] in org-mode.
#+end_quote
** Introduction to Source Code Blocks
@@ -300,7 +300,7 @@ results below the code block.
* Exporting and Publishing
#+begin_quote
-[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L302][View this section]] in org-mode.
+[[https://git.sr.ht/~cxc/cleberg.net/tree/main/item/content/blog/2024-08-11-org-mode-features.org#L302][View this section]] in org-mode.
#+end_quote
I would be remiss if I did not mention the native [[https://orgmode.org/manual/Exporting.html][exporting and publishing]]
@@ -334,7 +334,7 @@ external [[https://orgmode.org/tools.html][tools]], including [[https://orgmode.
* Agenda
#+begin_quote
-[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L336][View this section]] in org-mode.
+[[https://git.sr.ht/~cxc/cleberg.net/tree/main/item/content/blog/2024-08-11-org-mode-features.org#L336][View this section]] in org-mode.
#+end_quote
Last, but not least, are [[https://orgmode.org/manual/Agenda-Views.html][Agenda Views]]. With agenda views, you can easily view
diff --git a/content/blog/2025-09-25-minimalist-website-redesign.org b/content/blog/2025-09-25-minimalist-website-redesign.org
index 8c5a031..d30e853 100644
--- a/content/blog/2025-09-25-minimalist-website-redesign.org
+++ b/content/blog/2025-09-25-minimalist-website-redesign.org
@@ -43,7 +43,7 @@ With all of that out of the way, let's get on with it.
* Core Changes
Below is a quick audit of the original style sheet and markup, and the elements
-I've removed or added. For more in-depth information, refer to the [[https://github.com/ccleberg/cleberg.net/commit/d7978b4ccf4c6c56b1c2888791f73271f91fd12c][git diff]].
+I've removed or added. For more in-depth information, refer to the [[https://git.sr.ht/~cxc/cleberg.net/commit/d7978b4ccf4c6c56b1c2888791f73271f91fd12c][git diff]].
*HTML*
diff --git a/content/now/index.org b/content/now/index.org
index ac6c38e..c7d5479 100644
--- a/content/now/index.org
+++ b/content/now/index.org
@@ -39,4 +39,4 @@ This is a [[https://nownownow.com/about][/now]] page.
- I don't have time for hobbies right now 🙃
-View the historical [[https://github.com/ccleberg/cleberg.net/commits/main/content/now/index.org][log of changes]] for this page.
+View the historical [[https://git.sr.ht/~cxc/cleberg.net/log/main/item/content/now/index.org][log of changes]] for this page.
diff --git a/content/services/index.org b/content/services/index.org
index f45e308..3cd77d3 100644
--- a/content/services/index.org
+++ b/content/services/index.org
@@ -34,4 +34,4 @@
| [[https://slash.cleberg.net/][Slash]] | Bookmark and link sharing platform |
-View the [[https://github.com/ccleberg/cleberg.net/commits/main/content/services/index.org][git log]] for information regarding this page's history.
+View the [[https://git.sr.ht/~cxc/cleberg.net/log/main/item/content/services/index.org][git log]] for information regarding this page's history.
diff --git a/ruff.toml b/ruff.toml
deleted file mode 100644
index 66b2fa6..0000000
--- a/ruff.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-exclude = [".venv"]
-line-length = 80
-indent-width = 4
-respect-gitignore = true
-show-fixes = true
-
-[format]
-docstring-code-format = true
-docstring-code-line-length = 80
-indent-style = "space"
-quote-style = "double"
-
-[lint]
-ignore = ["PLR0912"] \ No newline at end of file
diff --git a/theme/templates/base.html b/theme/templates/base.html
index 34c45dd..fffecb0 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -31,7 +31,7 @@
<main id="main">{% block main %}{% endblock %}</main>
<footer>
<a href="https://stats.uptimerobot.com/OwOWs7HU0z">Status</a> &middot;
- <a href="https://github.com/ccleberg/cleberg.net">Source</a> &middot;
+ <a href="https://git.sr.ht/~cxc/cleberg.net">Source</a> &middot;
<a href="/feed.xml">RSS</a> &middot;
<a href="http://sv3g2dlyvwyk2nvi3eeh55fcrpdvjlclhi6wwsx57cste6lwdjanzyyd.onion">Tor</a>
</footer>