Skip to content

Releases: Acris/hexo-theme-shiro

🎉 Shiro v1.1.0 Released: Lightbox Gallery for Post Images

01 Jan 03:01
103dbc4

Choose a tag to compare

I’m excited to share Shiro v1.1.0, bringing a small but delightful enhancement to your reading experience!

This update introduces lightGallery integration, enabling a beautiful lightbox effect for images in blog posts — making image viewing smoother, cleaner, and more immersive.


✨ What’s New

🖼️ Lightbox Gallery Support

  • Added lightGallery to enable lightbox-style image previews in blog posts
  • Click any image inside an article to open it in an elegant overlay
  • Improves the overall reading and media viewing experience without disrupting Shiro’s minimal design

🛠️ Upgrade Notes

To update your theme, pull the latest changes:

cd themes/shiro
git pull

If you’ve customized templates or styles, you may want to review the changes before merging.


🤝 Feedback

Thank you for using Shiro! If you encounter any issues with the new image viewer or have other suggestions, please feel free to open an issue.

If you enjoy using Shiro, please consider giving it a ⭐️ on GitHub to support my work!

Full Changelog: v1.0.0...v1.1.0


Made by Acris with ❤️

🎉 Shiro v1.0.0 Released: A Simple and Pure Hexo Theme

26 Dec 04:14
508b03a

Choose a tag to compare

I am thrilled to announce the release of Shiro v1.0.0! 🚀

Shiro

As a personal project, Shiro reflects my vision of what a blog theme should be: minimal, fast, and elegant. This first major release focuses on providing a distraction-free reading experience while offering robust customization options for modern bloggers.

Shiro (白) represents the design philosophy behind this theme: Simple, Pure, and limitless possibilities.

✨ Highlights

🎨 Design & Experience

  • Simple and Pure: A clean aesthetic that puts your content first. No clutter, just you and your readers.
  • Responsive Design: Carefully crafted to look great on any device, from large desktop monitors to mobile phones.
  • Tailwind CSS: Built with modern utility-first CSS for a lightweight footprint and easy styling.

📚 Content Management

  • Auto Excerpt: Automatically generates post summaries on the index page for a cleaner layout.
  • Archives: A timeline view of all your posts to track the writing journey.
  • Categories & Tags: Full support for organizing content, making it easy to navigate specific topics.

⚙️ Functionality & Analytics

  • Custom Configuration: Easily configure your Menu, Favicon, and RSS Link directly from the config file.
  • Google Analytics 4: Built-in support for GA4 to help you understand your audience.
  • Disqus Comment: Integrated Disqus support to engage with readers.
  • i18n Support: Ready for the world with built-in multi-language support.
  • Nunjucks: Powered by the Nunjucks templating engine for powerful and flexible rendering.

🚀 Getting Started

To install Shiro v1.0.0, run the following in your Hexo root directory:

git clone --depth=1 https://github.com/Acris/hexo-theme-shiro.git themes/shiro

Then update your _config.yml to set the theme:

theme: shiro

🤝 Feedback

This project is a labor of love. If you encounter any bugs or have feature requests, please feel free to open an issue.

If you enjoy using Shiro, please consider giving it a ⭐️ on GitHub to support my work!

Full Changelog: https://github.com/Acris/hexo-theme-shiro/commits/v1.0.0


Made by Acris with ❤️