Update README

This commit is contained in:
curben 2018-09-19 15:43:34 +09:30
parent 80e5e3ac57
commit aa33c65f9e
1 changed files with 7 additions and 4 deletions

View File

@ -2,22 +2,25 @@ 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.
Forked from GitLab's [example](https://gitlab.com/pages/hexo) with [Typing](https://github.com/geekplux/hexo-theme-typing) theme.
<br>
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.
<br>
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.
- Use the latest version of [jQuery](https://jquery.com/download/), [fancyBox](https://github.com/fancyapps/fancyBox/releases) and [Font Awesome](https://github.com/FortAwesome/Font-Awesome/releases)
- All js and css files are self-hosted.
---