A minimal but stylish Hexo theme by SakuraKooi
Layout inspired by Anatole
- Post encryption
password: <test> - Hide title
hideTitle: true - Hide post meta
hideMeta: true - Hide post date
hideDate: true - Telegram-like masked text
{% blur "It's a masked text" %} - Built-in spoiler component
{% spoiler Title %} content {% endspoiler %} - Minimal but stylish link template
{% linkContainer %} {% linkCard "Username1" "desc1" "https://url.com" "/images/friends/akarin.webp" %} {% endlinkContainer%} - Gitalk comment
- Render post with markdown-it
- (then) Implement post toc navigation
- Fix gallery post
- Demo site's icon designed by Freepik
- Post encryption modified from hexo-blog-encrypt
- Spoiler modified from hexo-sliding-spoiler