Skip to content

Shokunin 職人 Static Site Generator 🦀 v0.0.25

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 17:36
a75c483

Release v0.0.25 - 2024-03-01

Logo of the Shokunin Static Site Generator

Shokunin Static Site Generator (SSG) v0.0.25 🦀

The fastest Rust-based Static Site Generator (SSG) for building professional
websites and blogs.

Part of the Mini Functions family of Rust libraries.

Overview

Shokunin is a lightning-fast static site generator (SSG) that is optimised for
Search Engine Optimisation (SEO) and fully aligned with Accessibility Standards.

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 (SSG) 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.
  • Experimental PDF generation
  • 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 📚

  • fix(ssg): 🚑 testing dependency is only used on Linux
  • fix(ssg): 🎨 improved pdf generation. simplify CI job, dep updates
  • feat(ssg): ✨ 0.0.25
  • docs(ssg): 📝 minor tweaks

What's Changed

Full Changelog: v0.0.24...v0.0.25