hexo-theme-stun icon indicating copy to clipboard operation
hexo-theme-stun copied to clipboard

change fonts and hide/show sidebar bottons

Open aesm1p opened this issue 4 years ago • 2 comments

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 : )


aesm1p avatar Sep 13 '20 11:09 aesm1p

@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 snipaste20200919101931 $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: snipaste20200919102503 image 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.

liuyib avatar Sep 19 '20 02:09 liuyib

Okay, thanks for your help.

aesm1p avatar Sep 19 '20 02:09 aesm1p