mirror of https://gitlab.com/curben/blog
0da3a00471
https://realfavicongenerator.net/
Undo
|
||
---|---|---|
scaffolds | ||
source | ||
themes/typing | ||
.gitignore | ||
.gitlab-ci.yml | ||
README.md | ||
_config.yml | ||
package.json |
README.md
curben.gitlab.io
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.
- Upload your favicon (at least 260x260) and configure however you want.
- Install the generated package to favicons folder.
- Edit header.ejs. Change the
color
values ofmask-icon
andmsapplication-TileColor
to the values you configured on the generator. - Check for any error using
hexo generate --force
(you should do this before you push any commit anyway). git commit
push
.- Check your favicon with the favicon checker.