aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-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.org18
-rw-r--r--content/blog/2025-09-25-minimalist-website-redesign.org4
-rw-r--r--content/now/index.org2
-rw-r--r--content/services/index.org2
-rw-r--r--content/uses/index.org4
8 files changed, 18 insertions, 18 deletions
diff --git a/content/blog/2022-06-22-daily-poetry.org b/content/blog/2022-06-22-daily-poetry.org
index a51db06..d326024 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://git.cleberg.net/daily-poem.git][daily-poem.git]].
+[[https://github.com/ccleberg/daily-poem][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 d983571..98c5523 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://git.cleberg.net/dotfiles.git][dotfiles]].
+stored from prior desktops, such as my [[https://github.com/ccleberg/dotfiles][dotfiles]].
* Resolving Issues
diff --git a/content/blog/2023-02-02-exploring-hare.org b/content/blog/2023-02-02-exploring-hare.org
index ab37495..124b6d4 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://git.cleberg.net/learn.git/tree/hare][learn/hare]] and will be putting any
+In order to play with the language, I created [[https://github.com/ccleberg/learn/tree/main/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 a1d1549..5167d00 100644
--- a/content/blog/2024-08-11-org-mode-features.org
+++ b/content/blog/2024-08-11-org-mode-features.org
@@ -1,4 +1,4 @@
-#+date: <2024-08-12 Mon 12:48:00>
+#+date: <2024-08-11 Sun 12:48:00>
#+title: Essential Org-Mode Features for Productivity
#+description: Detailed overview of essential Org-Mode functionalities focusing on task organization, note-taking, and workflow optimization.
#+slug: org-mode-features
@@ -6,7 +6,7 @@
* Cycling (Folding)
#+begin_quote
-[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n7][View this section]] in org-mode.
+[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L6][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://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n55][View this section]] in org-mode.
+[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L54][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://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n106][View this section]] in org-mode.
+[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L105][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://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n137][View this section]] in org-mode.
+[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L136][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://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n162][View this section]] in org-mode.
+[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L161][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://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n232][View this section]] in org-mode.
+[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L230][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://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n302][View this section]] in org-mode.
+[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L300][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://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n336][View this section]] in org-mode.
+[[https://github.com/ccleberg/cleberg.net/blob/main/content/blog/2024-08-11-org-mode-features.org?plain=1#L334][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 e468ae6..733d3b9 100644
--- a/content/blog/2025-09-25-minimalist-website-redesign.org
+++ b/content/blog/2025-09-25-minimalist-website-redesign.org
@@ -43,9 +43,9 @@ 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://git.cleberg.net/cleberg.net.git/commit/?id=d7978b4ccf4c6c56b1c2888791f73271f91fd12c][git diff]].
+I've removed or added. For more in-depth information, refer to the [[https://github.com/ccleberg/cleberg.net/commit/d7978b4ccf4c6c56b1c2888791f73271f91fd12c][git diff]].
-*HTML*
+w*HTML*
- HTML is now minified
- File tags
diff --git a/content/now/index.org b/content/now/index.org
index d70a144..f00f6e4 100644
--- a/content/now/index.org
+++ b/content/now/index.org
@@ -44,4 +44,4 @@ you're actually interested, email or message me to talk about media!/
- Modifying my truck for better hauling, towing, and off-road and all-season
utility.
-View the historical [[https://git.cleberg.net/cleberg.net.git/log/content/now/index.org][log of changes]] for this page.
+View the historical [[https://github.com/ccleberg/cleberg.net/commits/main/content/now/index.org][log of changes]] for this page.
diff --git a/content/services/index.org b/content/services/index.org
index ad18f26..5c3ad92 100644
--- a/content/services/index.org
+++ b/content/services/index.org
@@ -44,4 +44,4 @@
| [[https://projects.cleberg.net/space-wiki/][space-wiki]] | Wiki about space‑related topics | [[http://krednuajd2wpt67ozmkollddpbdphpeyh74hbenagzoxqjncrtrgxkid.onion/space-wiki/][space-wiki]] |
| [[https://projects.cleberg.net/world-incarceration/][world-incarceration]] | Data on global incarceration | [[http://krednuajd2wpt67ozmkollddpbdphpeyh74hbenagzoxqjncrtrgxkid.onion/world-incarceration/][world-incarceration]] |
-View the [[https://git.cleberg.net/cleberg.net.git/log/content/services/index.org][git log]] for information regarding this page's history.
+View the [[https://github.com/ccleberg/cleberg.net/commits/main/content/services/index.org][git log]] for information regarding this page's history.
diff --git a/content/uses/index.org b/content/uses/index.org
index 134fb93..2e6f15f 100644
--- a/content/uses/index.org
+++ b/content/uses/index.org
@@ -45,8 +45,8 @@ My choice of tools is guided by a few core "soft" requirements that are more imp
| Image Processing | [[https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/w/webp.rb][webP (CLI)]] |
| Browser(s) [fn:2] | [[https://www.torproject.org/][Tor]] + [[https://librewolf.net/][LibreWolf]] |
| Version Control | [[https://git-scm.com/][Git (CLI)]] |
-| Git Host | [[https://git.cleberg.net][cGit]] |
-| CI/CD | [[https://git.cleberg.net/cleberg.net.git/tree/build.py][build.py]] + [[https://www.openssh.org/][OpenSSH]] |
+| Git Host | [[https://github.com/ccleberg][GitHub]] |
+| CI/CD | [[https://github.com/ccleberg/cleberg.net/blob/main/build.py][build.py]] + [[https://www.openssh.org/][OpenSSH]] |
| Email Host | [[https://soverin.com/][Soverin]] |
| Search Engine | [[https://docs.searxng.org/][SearXNG]] |
| Backups | N/A - Absolutely None [fn:3] |