Skip to content

v0.4.0

Compare
Choose a tag to compare
@sergeyklay sergeyklay released this 02 Jul 23:58
b8caff7

Added

  • Add keywords to schema.org metadata
  • Add support for Global site tag (Google Analytics)
  • Add support for jQuery

Changed

  • Rework post dates format. Now they prefixes with "Published on" and "Updated on"
  • Rework single post layouts. Reduce the number of layouts for poems, dramas, narratives and posts to one
  • Rename site.Params.seoKeywords to site.Params.keywords to match the Hugo documentation
  • Global site.Params.keywords may be overridden by .Params.keywords or .Params.tags in the post front matter
  • Use builtin .TableOfContents to generate table of contents in the sidebar
  • Change the way you enable table of contents in the sidebar. Now you can
    enable/disable it in the front matter using toc: true or toc: false

Fixed

  • Fix tags html layout
  • Add missed theme-color meta tag
  • Enable maskable icon support
  • Rework term rendering for Atom feeds to not include duplicates
  • Remove redundant <aside> tags around the post's ToC
  • Fix date format for sitemap