From e68cb7d1235a26d359833ec0f79e6ecc3bdc9981 Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Sat, 1 Jul 2023 23:34:12 +0200 Subject: [PATCH] fix(): Updating all Gitea server links --- config.yaml | 4 ++-- content-org/blog.org | 8 ++++---- content/posts/git-binary-clean-up.md | 10 +++++----- content/posts/the-story-behind-cmw.md | 2 +- data/projects.yaml | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/config.yaml b/config.yaml index 928cdfa..5fa8559 100644 --- a/config.yaml +++ b/config.yaml @@ -17,14 +17,14 @@ params: tagsOverview: false mainSectionTitle: Blog Posts showProjectsList: true - projectsUrl: "https://gitea.project42.io/Elia/blog.lazkani.io" + projectsUrl: "https://scm.project42.io/elia/blog.lazkani.io" css: - "css/custom.css" social: - name: rss link: /posts/index.xml - name: git-alt - link: https://gitea.project42.io/Elia + link: https://scm.project42.io/elia - name: github link: https://github.com/elazkani - name: gitlab diff --git a/content-org/blog.org b/content-org/blog.org index 1304b2c..6d5c09c 100644 --- a/content-org/blog.org +++ b/content-org/blog.org @@ -5152,7 +5152,7 @@ Let's jump to the /wego/ repository then. /wego/ seems to be a command line application to graph the weather in the terminal. -Great, so what I did with [[https://gitea.project42.io/Elia/cmw][cmw]] is already done in Go and API'fied by a different project. +Great, so what I did with [[https://scm.project42.io/elia/cmw][cmw]] is already done in Go and API'fied by a different project. My answer to that accusation is obviously this post. @@ -5162,7 +5162,7 @@ I am trying to work on my python development foo so to me that was a perfect lit From my perspective this was simply an API and I am to consume it to put it back in my terminal. **** The work -The beginning work was very rough and hidden away in a private repository and was moved later [[https://gitea.project42.io/Elia/cmw][here]]. +The beginning work was very rough and hidden away in a private repository and was moved later [[https://scm.project42.io/elia/cmw][here]]. The only thing left from that work is the =--format= argument which allows you full control over what gets sent. But again, let's not forget what the real purpose of this project was. So I decided to make the whole API as accessible as possible from the command line tool I am writing. @@ -5249,7 +5249,7 @@ So I decided to make the whole API as accessible as possible from the command li #+END_EXAMPLE **** Conclusion -All I got to say in conclusion is that it was a lot of fun working on [[https://gitea.project42.io/Elia/cmw][cmw]] and I learned a lot. +All I got to say in conclusion is that it was a lot of fun working on [[https://scm.project42.io/elia/cmw][cmw]] and I learned a lot. I'm not going to publish the package on [[https://pypi.org/][PyPI]] because seriously, what's the point. But if you are interested in making changes to the repository, make an MR. *** DONE QMK Firmware :qmk:firmware:mechanical_keyboard:qmk_firmware: @@ -7575,7 +7575,7 @@ And the deed is done. #+END_EXPORT If you were extremely observant so war, you might've noticed that I used the same link again while I said a *new repository*. -Indeed, I did. The old repository was renamed and archived [[https://gitea.project42.io/Elia/blog.lazkani.io-20200902-historical][here]]. A new one with the name of the previous one was created instead. +Indeed, I did. The old repository was renamed and archived [[https://scm.project42.io/elia/blog.lazkani.io-20200902-historical][here]]. A new one with the name of the previous one was created instead. #+BEGIN_EXPORT html #+END_EXPORT diff --git a/content/posts/git-binary-clean-up.md b/content/posts/git-binary-clean-up.md index 3358b20..da41ec8 100644 --- a/content/posts/git-binary-clean-up.md +++ b/content/posts/git-binary-clean-up.md @@ -38,7 +38,7 @@ I will itemize them here to make it easy to follow: Sounds simple enough, doesn't it ?
-

warning

+

Warning

If you follow along this blog post, here's what you can expect. @@ -78,7 +78,7 @@ $ pip install git-filter-repo ```
-

warning

+

Warning

**BEWARE THE DRAGONS** @@ -116,7 +116,7 @@ $ sudo apt-get install git-lfs ```
-

warning

+

Warning

Before you commit to using _git-lfs_, make sure that your _git_ server supports it. @@ -224,11 +224,11 @@ Branch 'master' set up to track remote branch 'master' from 'origin'. And the deed is done.
-

Note

+

Note

If you were extremely observant so war, you might've noticed that I used the same link again while I said a **new repository**. -Indeed, I did. The old repository was renamed and archived [here](https://gitea.project42.io/Elia/blog.lazkani.io-20200902-historical). A new one with the name of the previous one was created instead. +Indeed, I did. The old repository was renamed and archived [here](https://scm.project42.io/elia/blog.lazkani.io-20200902-historical). A new one with the name of the previous one was created instead.
diff --git a/content/posts/the-story-behind-cmw.md b/content/posts/the-story-behind-cmw.md index 676a053..230a401 100644 --- a/content/posts/the-story-behind-cmw.md +++ b/content/posts/the-story-behind-cmw.md @@ -51,7 +51,7 @@ Let's jump to the _wego_ repository then. _wego_ seems to be a command line application to graph the weather in the terminal. -Great, so what I did with [cmw](https://gitea.project42.io/Elia/cmw) is already done in Go and API'fied by a different project. +Great, so what I did with [cmw](https://scm.project42.io/elia/cmw) is already done in Go and API'fied by a different project. My answer to that accusation is obviously this post. diff --git a/data/projects.yaml b/data/projects.yaml index 5d35622..27963b2 100644 --- a/data/projects.yaml +++ b/data/projects.yaml @@ -1,6 +1,6 @@ list: - name: The DevOps Blog - url: https://gitea.project42.io/Elia/blog.lazkani.io + url: https://scm.project42.io/elia/blog.lazkani.io desc: The blog's repository - name: weenotify @@ -8,11 +8,11 @@ list: desc: An official [weechat](https://weechat.org) notification plugin. - name: cmw - url: https://gitea.project42.io/Elia/cmw + url: https://scm.project42.io/elia/cmw desc: Command line weather application that queries [https://wttr.in/](https://wttr.in/) - name: go-cmw - url: https://gitea.project42.io/Elia/go-cmw + url: https://scm.project42.io/elia/go-cmw desc: A terminal weather application. It can be easily integrated into `tmux` or used in all sorts of ways. - name: rundeck-resources