aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml51
-rw-r--r--README.md2
-rw-r--r--content/blog/2022-06-22-daily-poetry.md2
-rw-r--r--content/blog/2022-12-23-alpine-desktop.md2
-rw-r--r--content/blog/2023-02-02-exploring-hare.md4
-rw-r--r--content/services.md2
-rw-r--r--templates/base.html2
-rw-r--r--templates/index.html2
8 files changed, 8 insertions, 59 deletions
diff --git a/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml b/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml
deleted file mode 100644
index 1c28d85..0000000
--- a/.github/workflows/azure-static-web-apps-polite-tree-0f2fa1d10.yml
+++ /dev/null
@@ -1,51 +0,0 @@
-name: Azure Static Web Apps CI/CD
-
-on:
- push:
- branches:
- - main
- pull_request:
- types: [opened, synchronize, reopened, closed]
- branches:
- - main
-
-jobs:
- build_and_deploy_job:
- if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
- runs-on: ubuntu-latest
- name: Build and Deploy Job
- steps:
- - uses: taiki-e/install-action@v2
- with:
- tool: zola@0.19.0
- - uses: actions/checkout@v4
- with:
- submodules: true
- lfs: false
- - name: Build Zola Site
- run: zola build
- - name: Build And Deploy
- id: builddeploy
- uses: Azure/static-web-apps-deploy@v1
- with:
- azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_POLITE_TREE_0F2FA1D10 }}
- repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
- action: "upload"
- ###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
- # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
- app_location: "/public" # App source code path
- api_location: "" # Api source code path - optional
- output_location: "" # Built app content directory - optional
- ###### End of Repository/Build Configurations ######
-
- close_pull_request_job:
- if: github.event_name == 'pull_request' && github.event.action == 'closed'
- runs-on: ubuntu-latest
- name: Close Pull Request Job
- steps:
- - name: Close Pull Request
- id: closepullrequest
- uses: Azure/static-web-apps-deploy@v1
- with:
- azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_POLITE_TREE_0F2FA1D10 }}
- action: "close"
diff --git a/README.md b/README.md
index 5e03164..9d043f7 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ the Zola documentation for further configuration options.
To get running:
```sh
-git clone https://github.com/ccleberg/cleberg.net && \
+git clone https://git.sr.ht/~cyborg/cleberg.net && \
cd cleberg.net && \
zola build
```
diff --git a/content/blog/2022-06-22-daily-poetry.md b/content/blog/2022-06-22-daily-poetry.md
index b2e9436..126df0b 100644
--- a/content/blog/2022-06-22-daily-poetry.md
+++ b/content/blog/2022-06-22-daily-poetry.md
@@ -9,7 +9,7 @@ draft = false
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:
-[daily-poem.git](https://github.com/ccleberg/daily-poem).
+[daily-poem.git](https://git.sr.ht/~cyborg/daily-poem).
# My Daily Dose of Poetry
diff --git a/content/blog/2022-12-23-alpine-desktop.md b/content/blog/2022-12-23-alpine-desktop.md
index 4148082..1603019 100644
--- a/content/blog/2022-12-23-alpine-desktop.md
+++ b/content/blog/2022-12-23-alpine-desktop.md
@@ -169,7 +169,7 @@ doas apk add brightnessctl \ # Brightness controller
From here, I use my Syncthing storage to pull all the configuration files I
stored from prior desktops, such as [my
-dotfiles](https://github.com/ccleberg/dotfiles).
+dotfiles](https://git.sr.ht/~cyborg/dotfiles).
# Resolving Issues
diff --git a/content/blog/2023-02-02-exploring-hare.md b/content/blog/2023-02-02-exploring-hare.md
index 7e34e17..2f58bc6 100644
--- a/content/blog/2023-02-02-exploring-hare.md
+++ b/content/blog/2023-02-02-exploring-hare.md
@@ -48,12 +48,12 @@ Installation](https://harelang.org/installation/) page.
## Creating a Test Project
In order to play with the language, I created
-[hare-test](https://github.com/ccleberg/daily-poem/learning-hare) and will be putting any of my
+[hare-test](https://git.sr.ht/~cyborg/learning-hare) and will be putting any of my
Hare-related adventures in here.
> **Update:** I also created a simple Hare program for creating a file from user
> input:
-> [files.ha](hhttps://github.com/ccleberg/learning-hare/blob/main/files/files.ha)
+> [files.ha](hhttps://git.sr.ht/~cyborg/learning-hare/blob/main/files/files.ha)
Luckily, Hare doesn't require any complex set-up tools or build environment.
Once you have Hare installed, you simply need to create a file ending with `.ha`
diff --git a/content/services.md b/content/services.md
index 609fff8..c6a5ddb 100644
--- a/content/services.md
+++ b/content/services.md
@@ -18,5 +18,5 @@ draft = false
metasearch engine
See the [git
-log](https://github.com/ccleberg/cleberg.net/commits/main/content/services.md) if
+log](https://git.sr.ht/~cyborg/cleberg.net/log/main/item/content/services.md) if
you want to see changes that have been made.
diff --git a/templates/base.html b/templates/base.html
index 08c3c3a..56b2be7 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -43,7 +43,7 @@
<footer>
<p>Last build: &lt;{{ now() | date(format='%Y-%m-%d %a %H:%M:%S') }}&gt;</p>
<p>
- <a href="https://github.com/ccleberg/cleberg.net"
+ <a href="https://git.sr.ht/~cyborg/cleberg.net"
target="_blank" rel="noopener">Source Code</a>
&middot;
<a href="/atom.xml">Atom RSS Feed</a>
diff --git a/templates/index.html b/templates/index.html
index e077f83..2e7dd5d 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -48,7 +48,7 @@ uid [ultimate] Christian Cleberg &lt;hello@cleberg.net&gt;</pre>
>
</li>
<li>
- <a href="https://github.com/ccleberg/" target="_blank" rel="noopener"
+ <a href="https://git.sr.ht/~cyborg/" target="_blank" rel="noopener"
>Sourcehut</a
>
</li>