Add links to configs

This commit is contained in:
curben 2018-10-07 11:52:03 +10:30
parent 7f1cb26fc1
commit 22d6784d2c
1 changed files with 6 additions and 0 deletions

View File

@ -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`. 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: ## 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/) [Hexo Docs](https://hexo.io/docs/)
[GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/index.html) [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/index.html)