diff --git a/README.md b/README.md new file mode 100644 index 0000000..1cfbb2c --- /dev/null +++ b/README.md @@ -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). diff --git a/README.rst b/README.rst deleted file mode 100644 index 70dfbc8..0000000 --- a/README.rst +++ /dev/null @@ -1,4 +0,0 @@ -The DevOps blog -=============== - -This is the source code for `The DevOps blog `_. diff --git a/conf.py b/conf.py index c431455..349c08f 100644 --- a/conf.py +++ b/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
+
diff --git a/pages/index.rst b/pages/index.rst index 68c21a4..13818ba 100644 --- a/pages/index.rst +++ b/pages/index.rst @@ -45,7 +45,7 @@ Here's a short list of the latest posts. Projects ======== -- `blog.lazkani.io `_: The DevOps `blog `_. +- `blog.lazkani.io `_: The DevOps `blog `_. - `weenotify `_: an official `weechat `_ notification plugin. - `rundeck-resources `_: python tool to query resources from different sources and export them into a data structure that `Rundeck `_ can consume. This tool can be found on `PyPI `_. - `get_k8s_resources `_: a small python script that returns a list of kubernetes resources.