hexo-theme-stun
hexo-theme-stun copied to clipboard
change fonts and hide/show sidebar bottons
Stun Version: latest
Hexo Version: 4.0
Feature Request
Could the theme have the hide/show sidebar button? Because I want the text to be in the center of the screen. And how to change the code block fonts or article fonts? thx for your work : )
@PPointCharles First of all, I am sorry to reply so late.
Currently, Stun theme has no buttons to show/hide the sidebar.
For fronts, see:
theme directory/source/css/_variables/index.styl
$font-family-code
-> code block fonts
$font-family-base
-> fonts for <body>
tag
However, there is no support for setting the article font directly, but you can do this by overloading .post
:
Note: Your custom css code should be placed in
theme directory/source/css/_custom/index.styl
directory. See: Custom CSS Code
Finally, thanks for your valuable comments. The features you mentioned will be added to future versions of Stun.
Okay, thanks for your help.