mirror of https://gitlab.com/curben/blog
30 lines
1.2 KiB
Markdown
30 lines
1.2 KiB
Markdown
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.
|
|
|
|
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/
|
|
[gitlab-pages]: https://docs.gitlab.com/ee/user/project/pages/index.html
|