mirror of https://gitlab.com/curben/blog
				
				
				
			|  | ||
|---|---|---|
| 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.ymlto use the latest version of Node.js in the Docker image.
- Update package.jsonto 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 /aboutpage).
- 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 colorvalues ofmask-iconandmsapplication-TileColorto 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.