From 22d6784d2c3a12c40b3e93b50cc33b5e9b7b09c2 Mon Sep 17 00:00:00 2001 From: curben Date: Sun, 7 Oct 2018 11:52:03 +1030 Subject: [PATCH] Add links to configs --- source/_posts/how-to-create-a-hexo-blog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_posts/how-to-create-a-hexo-blog.md b/source/_posts/how-to-create-a-hexo-blog.md index 1791416..e9bbc03 100644 --- a/source/_posts/how-to-create-a-hexo-blog.md +++ b/source/_posts/how-to-create-a-hexo-blog.md @@ -126,5 +126,11 @@ If you prefer to have a project page on GitLab: If you don't have any plan to send merge requests to the upstream, you can remove fork relationship permanently by going to `Settings -> General -> Advanced -> Remove fork relationship`. ## Useful links: +Configuration files for this blog deployment: +- [.gitlab-ci.yml](https://gitlab.com/curben/blog/blob/master/.gitlab-ci.yml) +- [_config.yml](https://gitlab.com/curben/blog/blob/master/_config.yml) +- [package.json](https://gitlab.com/curben/blog/blob/master/package.json) +- [netlify.toml](https://gitlab.com/curben/blog/blob/master/netlify.toml) *for Netlify deployment only* + [Hexo Docs](https://hexo.io/docs/) [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/index.html)