fix(): Updating all Gitea server links
All checks were successful
continuous-integration/drone/promote/production Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Elia el Lazkani 2023-07-01 23:34:12 +02:00
parent 31c62632d7
commit e68cb7d123
5 changed files with 15 additions and 15 deletions

View file

@ -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

View file

@ -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
</div>
#+END_EXPORT

View file

@ -38,7 +38,7 @@ I will itemize them here to make it easy to follow:
Sounds simple enough, doesn't it ?
<div class="admonition warning">
<p class="admonition-title">warning</p>
<p class="admonition-title"><b>Warning</b></p>
If you follow along this blog post, here's what you can expect.
@ -78,7 +78,7 @@ $ pip install git-filter-repo
```
<div class="admonition warning">
<p class="admonition-title">warning</p>
<p class="admonition-title"><b>Warning</b></p>
**BEWARE THE DRAGONS**
@ -116,7 +116,7 @@ $ sudo apt-get install git-lfs
```
<div class="admonition warning">
<p class="admonition-title">warning</p>
<p class="admonition-title"><b>Warning</b></p>
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.
<div class="admonition note">
<p class="admonition-title">Note</p>
<p class="admonition-title"><b>Note</b></p>
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.
</div>

View file

@ -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.

View file

@ -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