mirror of https://gitlab.com/curben/blog
chore: mdleom.com in site assets
This commit is contained in:
parent
2aa157d853
commit
d4875be40d
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
],
|
||||
"theme_color": "#3f72af",
|
||||
"background_color": "#3f72af",
|
||||
"start_url": "https://curben.netlify.com/",
|
||||
"start_url": "https://mdleom.com/",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue