liuyib / hexo-theme-stun

🦄 An elegant theme for Hexo
https://theme-stun.github.io/docs/
MIT License
619 stars 124 forks source link

change fonts and hide/show sidebar bottons #98

Open aesm1p opened 3 years ago

aesm1p commented 3 years ago

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


liuyib commented 3 years ago

@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.

aesm1p commented 3 years ago

Okay, thanks for your help.