Shokunin 職人 Static Site Generator 🦀 v0.0.16
Release v0.0.16 - 2023-09-05
Shokunin Static Site Generator v0.0.16 🦀
A Fast and Flexible open-source static site generator (ssg) written in Rust 🦀
Part of the Mini Functions family of libraries.
• Website • Documentation • Report Bug • Request Feature • Contributing Guidelines
Overview 📖
Shokunin Static Site Generator
is a highly-optimized, Rust-based static site generator (ssg) that aims to provide an easy-to-use and powerful tool for building professional static websites and blogs.
The library extracts metadata and content to generate static HTML files from Markdown, YAML, JSON, and TOML. It also supports HTML themes and custom templates to help you create high quality websites with ease.
Features ✨
Shokunin Static Site Generator
feature highlights include:
- Blazing fast and flexible static site generator written in Rust 🦀
- Built-in support for GitHub Flavoured Markdown (GFM).
- Built-in support for Google Analytics and Bing Analytics.
- Compatible with various HTML themes and Premium templates.
- Generates Atom and RSS feeds for your blog posts.
- Generates minified versions for optimal performance and SEO.
- Includes a built-in Rust development server for local development and testing.
- Supports multiple content formats, including Markdown, YAML, JSON, TOML, XML, etc.
- Built-in support for sitemap generation, robots.txt generation, canonical name (CNAME) records and custom 404 pages.
Changelog 📚
- feat(shokunin): v0.0.16
- fix(shokunin): Cargo.lock updates
- fix(shokunin): clippy warnings
- fix(shokunin): dependencies, benches, tests
- fix(shokunin): doc tests fixed
- fix(shokunin): downgrading rust for Linux
- fix(shokunin): metatags optimization
- fix(shokunin): minor tweaks on docs
- fix(shokunin): missing import
- fix(shokunin): moving html.rs to the modules directory
- fix(shokunin): moving sitemap to modules
- fix(shokunin): test corrections
- fix(shokunin): updating tags feature
- fix(shokunin): warnings
- fix(shokunin): remove permissions lines
- ref(shokunin): code refactoring and optimizations
- ref(shokunin): code updates for keywords extract
- ref(shokunin): module refactoring
- ref(shokunin): moving human.rs to modules
- ref(shokunin): moving manifest to modules
- ref(shokunin): optimising metatags and WIP tags
- ref(shokunin): updated RSS generation
What's Changed
- feat(shokunin): v0.0.16 by @sebastienrousseau in #100
Full Changelog: v0.0.15...v0.0.16