diff --git a/conf.py b/conf.py index 3d868a1..c431455 100644 --- a/conf.py +++ b/conf.py @@ -16,7 +16,7 @@ import time # Data about this site -BLOG_AUTHOR = "Elia El Lazkani" # (translatable) +BLOG_AUTHOR = "Elia el Lazkani" # (translatable) 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)! diff --git a/pages/about_me.rst b/pages/about_me.rst index 403e1eb..f3c4aa7 100644 --- a/pages/about_me.rst +++ b/pages/about_me.rst @@ -1,7 +1,7 @@ .. title: About me .. date: 2019-06-21 .. status: published -.. authors: Elia El Lazkani +.. authors: Elia el Lazkani I am a DevOps engineer with a passion for technology, automation, Linux and OpenSource. I love learning new tricks and challenging myself with new tools being released on a monthly bases around *kubernetes* and/or *configuration management*. On my free time, I like to write automation tools and packages which can be found on PyPI. Or, I might as well tinker with new things around *kubernetes*. I blog about all that *here*. I think if I can write a blog about it, I understand it enough to have an opinion about it. It all comes in handy when the business need arises. I play around with technologies all day long by deploying, configuring, managing and maintaining all parts of the infrastructure below the application layer. I dabbled with "architecting" parts of different infrastructures, from end to end and I can say I have a knack for it and I like it when possible. diff --git a/posts/backup/borgbackup.rst b/posts/backup/borgbackup.rst index 2f7a4d7..61867e5 100644 --- a/posts/backup/borgbackup.rst +++ b/posts/backup/borgbackup.rst @@ -3,9 +3,9 @@ .. slug: borgbackup .. updated: 2020-01-30 .. status: published -.. tags: backup, borgbackup +.. tags: backup, borgbackup, borg .. category: backup -.. authors: Elia El Lazkani +.. authors: Elia el Lazkani .. description: It has been called the Holy Grail of backup! BorgBackup is coming to town. .. type: text diff --git a/posts/configuration-management/ansible_testing_with_molecule.rst b/posts/configuration-management/ansible_testing_with_molecule.rst index 457ee1a..9888a94 100644 --- a/posts/configuration-management/ansible_testing_with_molecule.rst +++ b/posts/configuration-management/ansible_testing_with_molecule.rst @@ -5,7 +5,7 @@ .. status: published .. tags: configuration management, ansible, molecule, .. category: configuration management -.. authors: Elia El Lazkani +.. authors: Elia el Lazkani .. description: A fast way to create a testable ansible role using molecule. .. type: text @@ -113,7 +113,7 @@ The meta file needs to modified and filled with information about the role. This --- galaxy_info: - author: Elia El Lazkani + author: Elia el Lazkani description: This is an example ansible role to showcase molecule at work license: license (BDS-2) min_ansible_version: 2.7 diff --git a/posts/irc/weechat_ssh_and_notification.rst b/posts/irc/weechat_ssh_and_notification.rst index 093ad0c..f42aeae 100644 --- a/posts/irc/weechat_ssh_and_notification.rst +++ b/posts/irc/weechat_ssh_and_notification.rst @@ -5,7 +5,7 @@ .. tags: irc, ssh, weechat, notification, .. category: irc .. slug: weechat-ssh-and-notification -.. authors: Elia El Lazkani +.. authors: Elia el Lazkani .. description: A way to patch weechat notifications through your system's libnotify over ssh. .. type: text diff --git a/posts/kubernetes/deploying_helm_in_your_kubernetes_cluster.rst b/posts/kubernetes/deploying_helm_in_your_kubernetes_cluster.rst index a855ed0..b76c0f0 100644 --- a/posts/kubernetes/deploying_helm_in_your_kubernetes_cluster.rst +++ b/posts/kubernetes/deploying_helm_in_your_kubernetes_cluster.rst @@ -5,7 +5,7 @@ .. tags: kubernetes, helm, tiller, .. category: kubernetes .. slug: deploying-helm-in-your-kubernetes-cluster -.. authors: Elia El Lazkani +.. authors: Elia el Lazkani .. description: Post explaining how to deploy helm in your kubernetes cluster. .. type: text diff --git a/posts/kubernetes/local_kubernetes_cluster_on_kvm.rst b/posts/kubernetes/local_kubernetes_cluster_on_kvm.rst index fd28531..562fe8f 100644 --- a/posts/kubernetes/local_kubernetes_cluster_on_kvm.rst +++ b/posts/kubernetes/local_kubernetes_cluster_on_kvm.rst @@ -5,7 +5,7 @@ .. tags: kubernetes, rancher, rancheros, kvm, libvirt, .. category: kubernetes .. slug: local-kubernetes-cluster-on-kvm -.. authors: Elia El Lazkani +.. authors: Elia el Lazkani .. description: Deploying a kubernetes cluster locally on KVM. .. type: text diff --git a/posts/kubernetes/minikube_setup.rst b/posts/kubernetes/minikube_setup.rst index 5c95735..a1d4074 100644 --- a/posts/kubernetes/minikube_setup.rst +++ b/posts/kubernetes/minikube_setup.rst @@ -5,7 +5,7 @@ .. tags: minikube, kubernetes, ingress, ingress-controller, .. category: kubernetes .. slug: minikube-setup -.. authors: Elia El Lazkani +.. authors: Elia el Lazkani .. description: A quick and dirty minikube setup. .. type: text diff --git a/posts/kubernetes/your_first_minikube_helm_deployment.rst b/posts/kubernetes/your_first_minikube_helm_deployment.rst index 16849b6..0f1dfcb 100644 --- a/posts/kubernetes/your_first_minikube_helm_deployment.rst +++ b/posts/kubernetes/your_first_minikube_helm_deployment.rst @@ -5,7 +5,7 @@ .. tags: minikube, kubernetes, ingress, helm, prometheus, grafana, .. category: kubernetes .. slug: your-first-minikube-helm-deployment -.. authors: Elia El Lazkani +.. authors: Elia el Lazkani .. description: Deploying your first minikube helm charts. .. type: text diff --git a/posts/misc/a_quick_zfs_overview.rst b/posts/misc/a_quick_zfs_overview.rst index 65a5a27..465b5f9 100644 --- a/posts/misc/a_quick_zfs_overview.rst +++ b/posts/misc/a_quick_zfs_overview.rst @@ -5,7 +5,7 @@ .. status: published .. tags: misc, zfs, file system .. category: misc -.. authors: Elia El Lazkani +.. authors: Elia el Lazkani .. description: A overview of Linux on ZFS root .. type: text @@ -170,4 +170,4 @@ Conclusion I read in a blog post that the **Ubuntu** team responsible for the **ZFS** support has followed all the **ZFS** best practices in the installer. I have no way of verifying that as I am not a **ZFS** expert but I'll be happy to take their word for it until I learn more. -What is certain for now is that I am running on **ZFS**, and I will be enjoying its features to the fullest. \ No newline at end of file +What is certain for now is that I am running on **ZFS**, and I will be enjoying its features to the fullest. diff --git a/posts/misc/my_path_down_the_road_of_cloudflare_s_redirect_loop.rst b/posts/misc/my_path_down_the_road_of_cloudflare_s_redirect_loop.rst index 86d54f8..3186e27 100644 --- a/posts/misc/my_path_down_the_road_of_cloudflare_s_redirect_loop.rst +++ b/posts/misc/my_path_down_the_road_of_cloudflare_s_redirect_loop.rst @@ -5,7 +5,7 @@ .. status: published .. tags: misc, cloudflare, cdn .. category: misc -.. authors: Elia El Lazkani +.. authors: Elia el Lazkani .. description: I have had issues with cloudflare's CDN causing redirect loop errors, here's how I solved it. .. type: text diff --git a/posts/misc/the_story_behind_cmw.rst b/posts/misc/the_story_behind_cmw.rst index eb33d8e..d65b981 100644 --- a/posts/misc/the_story_behind_cmw.rst +++ b/posts/misc/the_story_behind_cmw.rst @@ -5,7 +5,7 @@ .. status: published .. tags: misc, python, development .. category: misc -.. authors: Elia El Lazkani +.. authors: Elia el Lazkani .. description: The story behind cmw, the command line weather application written in python. .. type: text diff --git a/posts/revision-control/git_branching_and_merging.rst b/posts/revision-control/git_branching_and_merging.rst index 6a80c2e..eacf411 100644 --- a/posts/revision-control/git_branching_and_merging.rst +++ b/posts/revision-control/git_branching_and_merging.rst @@ -5,7 +5,7 @@ .. status: published .. tags: git, revision-control .. category: revision-control -.. authors: Elia El Lazkani +.. authors: Elia el Lazkani .. description: Explaining branches, branching and merging strategies. .. type: text diff --git a/posts/revision-control/git_first_steps.rst b/posts/revision-control/git_first_steps.rst index 79e5940..96efd34 100644 --- a/posts/revision-control/git_first_steps.rst +++ b/posts/revision-control/git_first_steps.rst @@ -5,7 +5,7 @@ .. status: published .. tags: git, revision-control .. category: revision-control -.. authors: Elia El Lazkani +.. authors: Elia el Lazkani .. description: Getting your feet wet with git from the beginning. .. type: text diff --git a/posts/revision-control/git_rebase_and_strategies.rst b/posts/revision-control/git_rebase_and_strategies.rst index b315941..7fb98c8 100644 --- a/posts/revision-control/git_rebase_and_strategies.rst +++ b/posts/revision-control/git_rebase_and_strategies.rst @@ -5,7 +5,7 @@ .. status: published .. tags: git, revision-control .. category: revision-control -.. authors: Elia El Lazkani +.. authors: Elia el Lazkani .. description: Getting a little handle on git rebase .. type: text diff --git a/posts/revision-control/git_remotes.rst b/posts/revision-control/git_remotes.rst index 8a4103f..5982b76 100644 --- a/posts/revision-control/git_remotes.rst +++ b/posts/revision-control/git_remotes.rst @@ -5,7 +5,7 @@ .. status: published .. tags: git, revision-control .. category: revision-control -.. authors: Elia El Lazkani +.. authors: Elia el Lazkani .. description: Let's have a deeper look at remotes .. type: text