From 68544386ab0e17273f8275eaaa6639626677830a Mon Sep 17 00:00:00 2001 From: curben Date: Tue, 18 Sep 2018 21:02:30 +0930 Subject: [PATCH] Update README --- README.md | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fffc89a..f7a8c83 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,29 @@ -![Build Status](https://gitlab.com/pages/hexo/badges/master/build.svg) +curben.gitlab.io +===================== + +![Build Status](https://gitlab.com/curben/curben.gitlab.io/badges/master/pipeline.svg) --- +Forked from the GitLab's [example](https://gitlab.com/pages/hexo) with [Typing](https://github.com/geekplux/hexo-theme-typing) theme. +Following changes have been made on Hexo: +- Update `.gitlab-ci.yml` to use the latest version of [Node.js](https://hub.docker.com/_/node/) in the Docker image. +- Update `package.json` to use latest version of [hexo](https://www.npmjs.com/package/hexo) and its related packages. +- Replace the bundled Landscape theme with Typing theme. -[ci]: https://about.gitlab.com/gitlab-ci/ -[hexo]: https://hexo.io +Following changes have been made on Typing theme: +- Homepage shows index of posts. +- Remove all analytics code. +- Remove header and footer display (except for `/about` page). +- Use the latest version of [jQuery](https://jquery.com/download/) and [fancyBox](https://github.com/fancyapps/fancyBox). +- jQuery is self-served. + +--- + +[ci]: https://about.gitlab.com/features/gitlab-ci-cd/ +[hexo]: https://hexo.io/ +[hexo-server]: https://hexo.io/docs/server.html [install]: https://hexo.io/docs/index.html#Installation [documentation]: https://hexo.io/docs/ -[userpages]: http://doc.gitlab.com/ee/pages/README.html#user-or-group-pages -[projpages]: http://doc.gitlab.com/ee/pages/README.html#project-pages -[hexo-server]: https://hexo.io/docs/server.html +[gitlab-pages]: https://docs.gitlab.com/ee/user/project/pages/index.html