From d4875be40d9997ff21df55abd8c3a38681a6b05e Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Tue, 18 Feb 2020 23:40:10 +0000 Subject: [PATCH] chore: mdleom.com in site assets --- README.md | 4 ++-- source/_posts/gnu-vs-busybox-tools.md | 2 +- source/_redirects | 2 +- themes/chameleon/source/site.webmanifest | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5e55a63..cf49349 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[curben.netlify.com](https://curben.netlify.com/) +[mdleom.com](https://mdleom.com/) === [![Netlify Status](https://api.netlify.com/api/v1/badges/aaf73659-db84-4c41-a700-de3926022674/deploy-status)](https://app.netlify.com/sites/curben/deploys) @@ -38,7 +38,7 @@ Chameleon is a fork of [Typing](https://github.com/geekplux/hexo-theme-typing) t ## Installation -Refer to [this post](https://curben.netlify.com/2018/09/21/how-to-create-a-hexo-blog/) for more detailed instruction. +Refer to [this post](https://mdleom.com/2018/09/21/how-to-create-a-hexo-blog/) for more detailed instruction. ## License The content of this blog is licensed under the [CC-BY-SA license](https://creativecommons.org/licenses/by-sa/4.0/), and the underlying source code used to format and display that content is licensed under the [MIT license](LICENSE.md), unless indicated otherwise. diff --git a/source/_posts/gnu-vs-busybox-tools.md b/source/_posts/gnu-vs-busybox-tools.md index eade1fe..d189993 100644 --- a/source/_posts/gnu-vs-busybox-tools.md +++ b/source/_posts/gnu-vs-busybox-tools.md @@ -14,7 +14,7 @@ tags: Alpine Linux is known for its minimal size. The '[mini root filesystem](https://www.alpinelinux.org/downloads/)' flavour is only 2MB. This size makes it suitable as a Docker image, so CI job can start running script sooner instead of downloading larger image like Ubuntu. -I use it in my [urlhaus-filter](https://gitlab.com/curben/urlhaus-filter) repo to run the [scripts](https://gitlab.com/curben/urlhaus-filter/tree/master/utils) (that update the filter twice a day). When I first started using it on gitlab ci (I only knew about it a week ago), my first impression was that it somehow ships with [more Unix tools](https://curben.netlify.com/2018/10/10/binaries-alpine-docker/) than Ubuntu (not technically correct which I explain later), despite its minimal size. during the setup of the repo, there were many job failure due to incorrect command options or syntax. +I use it in my [urlhaus-filter](https://gitlab.com/curben/urlhaus-filter) repo to run the [scripts](https://gitlab.com/curben/urlhaus-filter/tree/master/utils) (that update the filter twice a day). When I first started using it on gitlab ci (I only knew about it a week ago), my first impression was that it somehow ships with [more Unix tools](https://mdleom.com/2018/10/10/binaries-alpine-docker/) than Ubuntu (not technically correct which I explain later), despite its minimal size. during the setup of the repo, there were many job failure due to incorrect command options or syntax. ## Exit with code 1 diff --git a/source/_redirects b/source/_redirects index f359a42..0681a60 100644 --- a/source/_redirects +++ b/source/_redirects @@ -1,4 +1,4 @@ # Reverse proxy to cdn /libs/* https://cdn.statically.io/libs/:splat 200 /img/* https://cdn.statically.io/img/gitlab.com/curben/blog/raw/site/:splat 200 -/screenshot/* https://cdn.statically.io/screenshot/curben.netlify.com/:splat?mobile=true 200 +/screenshot/* https://cdn.statically.io/screenshot/mdleom.com/:splat?mobile=true 200 diff --git a/themes/chameleon/source/site.webmanifest b/themes/chameleon/source/site.webmanifest index f83e2bd..98cb11e 100644 --- a/themes/chameleon/source/site.webmanifest +++ b/themes/chameleon/source/site.webmanifest @@ -15,6 +15,6 @@ ], "theme_color": "#3f72af", "background_color": "#3f72af", - "start_url": "https://curben.netlify.com/", + "start_url": "https://mdleom.com/", "display": "standalone" }