hexo-theme-snail
View Hexo-Theme-Snail Sources On Github ➾
View Live Super Snail Blog ➾
Hexo-theme-snail is a succinct hexo theme. It has two colors, light and star, that can be set according to your own preferences in the settings, and also has the functions of sharing and commenting. More features are under development.
Features
- light color theme and star theme
- diversified comment system
- notice tips
- share to other platforms (under development)
- picture sharing (under development)
Quick Start
Install Hexo
1 | $ npm install hexo-cli -g |
Setup your blog
1 | $ hexo init blog |
Installation Theme
1 | $ cd blog |
Set Theme
Modify the value of theme:
in _config.yml
1 | # Extensions |
Start the Server
1 | $ hexo generate |
Configuration
Site
Replace the following information with your own.
1 | # Site |
Site Settings
Put customized pictures in img
directory.
1 | # Site settings |
SNS Settings
If you don’t want to display it, you can delete it directly.
1 | # SNS settings |
Sidebar Settings
1 | # Sidebar Settings |
Theme
1 | # Extensions |
Deployment
1 | # Deployment |
Comment
See httpymls://github.com/imsun/gitment for detailed configuration method.
1 | # Comment |
Tip
1 | # Tip |
Color Sheme
Set the enable
value of the desired color sheme to true
. If the value of bg_effects.star.enable
is true
, please modify the value of highlight_theme
in ./themes/snail/_config.yml
to night
.
1 | # Color Sheme |
Releases
V1.0
- fix the bugs
- add comment system
- add notice tips
- add star sheme
License
Apache License 2.0 Copyright(c) 2018-2020 Dusign
hexo-theme-snail is derived from Huxpro Apache License 2.0. Copyright (c) 2015-2020 Huxpro
This is copyright.