Go to file
curben 0da3a00471 Use mobile-friendly favicon
https://realfavicongenerator.net/
Undo e3b6dc8404
2018-09-20 13:41:03 +09:30
scaffolds first commit 2016-02-29 20:25:06 +06:00
source Create a test page 2018-09-19 12:46:28 +09:30
themes/typing Use mobile-friendly favicon 2018-09-20 13:41:03 +09:30
.gitignore first commit 2016-02-29 20:25:06 +06:00
.gitlab-ci.yml Compress files when deploy site 2018-09-19 21:13:24 +09:30
README.md Use mobile-friendly favicon 2018-09-20 13:41:03 +09:30
_config.yml Switch to 'typing' theme and initial config 2018-09-14 17:57:43 +09:30
package.json Use latest nodejs, upgrade hexo packages 2018-09-18 19:01:05 +09:30

README.md

curben.gitlab.io

Build Status

Forked from GitLab's example with Typing theme.

Installation

to-do

Changes

Hexo

  • Update .gitlab-ci.yml to use the latest version of Node.js in the Docker image.
  • Update package.json to use latest version of hexo and its related packages.
  • Replace the bundled Landscape theme with Typing theme.

Typing theme

  • Homepage shows index of posts.
  • Remove header and footer display (except for /about page).
  • Use the latest version of jQuery, fancyBox and Font Awesome
  • All js and css files are self-hosted.
  • Remove analytic, comment system and donation links.

Favicon

RealFaviconGenerator provides a web-based tool to generate favicons with wide compatibility.

  1. Upload your favicon (at least 260x260) and configure however you want.
  2. Install the generated package to favicons folder.
  3. Edit header.ejs. Change the color values of mask-icon and msapplication-TileColor to the values you configured on the generator.
  4. Check for any error using hexo generate --force (you should do this before you push any commit anyway).
  5. git commit push.
  6. Check your favicon with the favicon checker.