cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
4bbfa46aa1b6db43afb77c5087fa1b087b12cdb1
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2024-06-23T18:20:07Z
.build.yml | 14 -------------- README.md | 4 +--- build.sh | 13 ------------- content/blog/2022-06-22-daily-poetry.md | 2 +- content/blog/2022-12-23-alpine-desktop.md | 2 +- content/blog/2023-02-02-exploring-hare.md | 4 ++-- content/services.md | 2 +- templates/base.html | 2 +- templates/index.html | 2 +- 9 files changed, 8 insertions(+), 37 deletions(-) deleted file mode 100644 @@ -1,14 +0,0 @@ -image: alpine/edge -oauth: pages.sr.ht/PAGES:RW -packages: -- hut -- zola -environment: - site: cleberg.net -tasks: -- package: | - cd $site - zola build - tar -C public -cvz . > ../site.tar.gz -- upload: | - hut pages publish -d $site site.tar.gz @@ -2,8 +2,6 @@ [cleberg.net](https://cleberg.net) is my personal webpage. -This README is viewable on [sourcehut](https://git.sr.ht/~cyborg/cleberg.net). - ## Overview This website & blog uses [Markdown](https://spec.commonmark.org/current/), @@ -19,7 +17,7 @@ the Zola documentation for further configuration options. To get running: ```sh -git clone https://git.sr.ht/~cyborg/cleberg.net && \ +git clone https://github.com/ccleberg/cleberg.net && \ cd cleberg.net && \ zola build ``` deleted file mode 100755 @@ -1,13 +0,0 @@ -#!/bin/bash - -if [ "$ENV" == "prod" ]; then - echo "Environment: Production" && \ - rm -rf public/* && \ - zola build && \ - rsync -avzP public/ ubuntu:/var/www/cleberg.net/ -else - echo "Environment: Development" && \ - rm -rf public/* && \ - zola build && \ - zola serve -fi @@ -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://git.sr.ht/~cyborg/daily-poem). +[daily-poem.git](https://github.com/ccleberg/daily-poem). # My Daily Dose of Poetry @@ -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://git.sr.ht/~cmc/dotfiles). +dotfiles](https://github.com/ccleberg/dotfiles). # Resolving Issues @@ -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://git.sr.ht/~cmc/hare-projects) and will be putting any of my +[hare-test](https://github.com/ccleberg/daily-poem/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](https://git.sr.ht/~cmc/hare-projects/tree/main/item/files/files.ha) +> [files.ha](hhttps://github.com/ccleberg/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` @@ -18,5 +18,5 @@ draft = false metasearch engine See the [git -log](https://git.sr.ht/~cyborg/cleberg.net/log/main/item/content/services.md) if +log](https://github.com/ccleberg/cleberg.net/commits/main/content/services.md) if you want to see changes that have been made. @@ -43,7 +43,7 @@ <footer> <p>Last build: <{{ now() | date(format='%Y-%m-%d %a %H:%M:%S') }}></p> <p> - <a href="https://git.sr.ht/~cyborg/cleberg.net" + <a href="https://github.com/ccleberg/cleberg.net" target="_blank" rel="noopener">Source Code</a> · <a href="/atom.xml">Atom RSS Feed</a> @@ -48,7 +48,7 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> > </li> <li> - <a href="https://git.sr.ht/~cyborg/" target="_blank" rel="noopener" + <a href="https://github.com/ccleberg/" target="_blank" rel="noopener" >Sourcehut</a > </li>