Migrating the blog from Gitlab to Gitea.
* Updated README * Migrated README to markdown * Updated all links to point to the new repository
This commit is contained in:
parent
3b4fac22cc
commit
e944046b00
4 changed files with 8 additions and 6 deletions
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
[![Build Status](https://drone.project42.io/api/badges/Elia/blog.lazkani.io/status.svg)](https://drone.project42.io/Elia/blog.lazkani.io)
|
||||
|
||||
# The DevOps blog
|
||||
|
||||
This is the source code for [The DevOps blog](https://blog.lazkani.io).
|
|
@ -1,4 +0,0 @@
|
|||
The DevOps blog
|
||||
===============
|
||||
|
||||
This is the source code for `The DevOps blog <https://blog.lazkani.io>`_.
|
3
conf.py
3
conf.py
|
@ -21,7 +21,7 @@ BLOG_TITLE = "The DevOps Blog" # (translatable)
|
|||
# This is the main URL for your site. It will be used
|
||||
# in a prominent link. Don't forget the protocol (http/https)!
|
||||
SITE_URL = "https://blog.lazkani.io/"
|
||||
SOURCE_CODE_URL = "https://gitlab.com/elazkani/blog.lazkani.io"
|
||||
SOURCE_CODE_URL = "https://gitea.project42.io/Elia/blog.lazkani.io"
|
||||
# This is the URL where Nikola's output will be deployed.
|
||||
# If not set, defaults to SITE_URL
|
||||
# BASE_URL = "https://blog.lazkani.io/"
|
||||
|
@ -947,6 +947,7 @@ Stay in touch
|
|||
<br />
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/all.css">
|
||||
<a href="https://twitter.com/elazkani" title="My Twitter Profile" class="fab fa-twitter" target="_blank"></a>
|
||||
<a href="https://gitea.project42.io/Elia" title="My Gitea Profile" class="fab fa-git-alt" target="_blank"></a>
|
||||
<a href="https://gitlab.com/elazkani" title="My Gitlab Profile" class="fab fa-gitlab" target="_blank"></a>
|
||||
<a href="https://github.com/elazkani" title="My GitHub Profile" class="fab fa-github" target="_blank"></a>
|
||||
<br />
|
||||
|
|
|
@ -45,7 +45,7 @@ Here's a short list of the latest posts.
|
|||
Projects
|
||||
========
|
||||
|
||||
- `blog.lazkani.io <https://gitlab.com/elazkani/blog.lazkani.io>`_: The DevOps `blog <https://blog.lazkani.io>`_.
|
||||
- `blog.lazkani.io <https://gitea.project42.io/Elia/blog.lazkani.io>`_: The DevOps `blog <https://blog.lazkani.io>`_.
|
||||
- `weenotify <https://gitlab.com/elazkani/weenotify>`_: an official `weechat <https://weechat.org>`_ notification plugin.
|
||||
- `rundeck-resources <https://gitlab.com/elazkani/rundeck-resources>`_: python tool to query resources from different sources and export them into a data structure that `Rundeck <https://www.rundeck.com/open-source>`_ can consume. This tool can be found on `PyPI <https://pypi.org/project/rundeck-resources/>`_.
|
||||
- `get_k8s_resources <https://gitlab.com/elazkani/get-k8s-resources>`_: a small python script that returns a list of kubernetes resources.
|
||||
|
|
Reference in a new issue