diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | content/blog/2022-06-22-daily-poetry.org | 2 | ||||
-rw-r--r-- | content/blog/2022-12-23-alpine-desktop.org | 2 | ||||
-rw-r--r-- | content/blog/2023-02-02-exploring-hare.org | 2 | ||||
-rw-r--r-- | content/blog/2024-08-11-org-mode-features.org | 16 | ||||
-rw-r--r-- | content/now/index.org | 2 | ||||
-rw-r--r-- | content/services/index.org | 2 | ||||
-rw-r--r-- | theme/templates/base.html | 2 |
8 files changed, 15 insertions, 15 deletions
@@ -56,7 +56,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://git.sr.ht/~cxc/cleberg.net +git clone https://git.cleberg.net/cleberg.net.git 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 f55b6d3..572306d 100644 --- a/content/blog/2022-06-22-daily-poetry.org +++ b/content/blog/2022-06-22-daily-poetry.org @@ -8,7 +8,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.sr.ht/~cxc/daily-poem][daily-poem.git]]. +[[https://git.cleberg.net/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 978405d..110148c 100644 --- a/content/blog/2022-12-23-alpine-desktop.org +++ b/content/blog/2022-12-23-alpine-desktop.org @@ -169,7 +169,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.sr.ht/~cxc/dotfiles][dotfiles]]. +stored from prior desktops, such as my [[https://git.cleberg.net/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 880e067..15ef509 100644 --- a/content/blog/2023-02-02-exploring-hare.org +++ b/content/blog/2023-02-02-exploring-hare.org @@ -51,7 +51,7 @@ page. ** Creating a Test Project -In order to play with the language, I created [[https://git.sr.ht/~cxc/learn/hare][learn/hare]] and will be putting any +In order to play with the language, I created [[https://git.cleberg.net/learn.git/tree/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 829c0b6..48f3103 100644 --- a/content/blog/2024-08-11-org-mode-features.org +++ b/content/blog/2024-08-11-org-mode-features.org @@ -7,7 +7,7 @@ * Cycling (Folding) #+begin_quote -[[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. +[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n7][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 @@ -55,7 +55,7 @@ at the top of the buffer: * TODO Lists #+begin_quote -[[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. +[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n55][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 @@ -106,7 +106,7 @@ that variable to alert me of tasks with iOS native notifications. * Time Stamping #+begin_quote -[[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. +[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n106][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. @@ -137,7 +137,7 @@ different options available when creating timestamps. * Tags #+begin_quote -[[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. +[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n137][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 @@ -162,7 +162,7 @@ m= and search for a tag of your choosing. * Tables #+begin_quote -[[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. +[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n162][View this section]] in org-mode. #+end_quote One of the most inconvenient parts of writing in Markdown was dealing with @@ -232,7 +232,7 @@ on the second line. * Source Code Blocks #+begin_quote -[[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. +[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n232][View this section]] in org-mode. #+end_quote ** Introduction to Source Code Blocks @@ -302,7 +302,7 @@ results below the code block. * Exporting and Publishing #+begin_quote -[[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. +[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n302][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]] @@ -336,7 +336,7 @@ external [[https://orgmode.org/tools.html][tools]], including [[https://orgmode. * Agenda #+begin_quote -[[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. +[[https://git.cleberg.net/cleberg.net.git/tree/content/blog/2024-08-11-org-mode-features.org#n336][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/now/index.org b/content/now/index.org index c88a0f0..7ab829a 100644 --- a/content/now/index.org +++ b/content/now/index.org @@ -30,4 +30,4 @@ As I noted above, I'm working a ton right now and my media consumption has dropp - Built a sandbox with seats that collapse into a lid. I also have enough leftover lumber to build a cubby-type bookshelf. -View the historical [[https://git.sr.ht/~cxc/cleberg.net/log/main/item/content/now/index.org][log of changes]] for this page. +View the historical [[https://git.cleberg.net/cleberg.net.git/log/content/now/index.org][log of changes]] for this page. diff --git a/content/services/index.org b/content/services/index.org index 24e4a23..5a0a0b2 100644 --- a/content/services/index.org +++ b/content/services/index.org @@ -34,4 +34,4 @@ | [[https://send.cleberg.net/][Send]] | Simple, private file sharing | | [[https://slash.cleberg.net/][Slash]] | Bookmark and link sharing platform | -See the [[https://git.sr.ht/~cxc/cleberg.net/log/main/item/content/services/index.org][git log]] if you want to see a log of changes made to this page. +See the [[https://git.cleberg.net/cleberg.net.git/log/content/services/index.org][git log]] if you want to see a log of changes made to this page. diff --git a/theme/templates/base.html b/theme/templates/base.html index da51341..143f874 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -31,7 +31,7 @@ <footer> <p> <a href="https://stats.uptimerobot.com/OwOWs7HU0z">Status</a> · - <a href="https://git.sr.ht/~cxc/cleberg.net" target="_blank" + <a href="https://git.cleberg.net/cleberg.net.git" target="_blank" rel="noopener">Source</a> · <a href="/feed.xml">RSS</a> </p> |