Changelog

In this page

0.12.6 (2024-04-15)

Added

  1. Dcard data sources support template syntax.
  2. Function src Resource file reference.

Improvements

  1. posts article list sorting rules, modified to: weight ↓, update_at|date ↓, title ↑, date

0.12.5 (2024-04-14)

Improvements

  1. subcommand theme.package renamed to theme.package
  2. subcommand theme.add is renamed to theme.install and supports installing a specific version of a template. For example, yilog@0.5.6.
  3. When CI environment packages templates, it automatically injects the version number into everkm-theme.yaml according to the git tag.

0.12.4 (2024-04-13)

Added

  1. Configuration parameter cfg.default_lang: Default translation locale to be used if no locale is specified.

Improved

  1. site_map.path ends with / to indicate all files in a directory, which is equivalent to blog/ == blog/*, but does not match the descendant directory files at grandchildren level.

0.12.3 (2024-04-13)

New.

  1. special directory __assets: copied to static resource assets directory when publishing.
  2. special directory __public: copy to content page directory when publishing.

0.12.2 (2024-04-10)

Added

0.12.1 (2024-03-27)

Added

0.12.0 (2024-03-24)

Added

Changed

  • cfg.qs Values are allowed to be objects.
  • Deprecated configuration context, New add sitemap
  • Deprecated configuration directory, New add map_url
  • Deprecated function post_breadcrumb
  • Deprecated function posts_tag_set

0.11.0 (2024-03-18)

Added

  • Function local_cfg to retrieve context language-related configuration items.

Changed

  • Removed language pack location restrictions, only requiring a specific suffix (.i18n.md).

0.10.7 (2023-11-17)

Added

0.10.6 (2023-11-16)

Added

  • Support for project dcard.
  • Template everkm-publish theme add yilog@0.3.1 to specify the version when installing.

Fixed

  • Priority of passing parameters in the __qs address over the configuration file.

0.10.5 (2023-11-12)

Fixed

  • Mac installation and decompression issues.

0.10.4 (2023-11-10)

Enhanced

  • Project configuration overrides style configuration files.

Fixed

  • Default file search in directories.
  • Macro containing HTML encoding issues.

0.10.3 (2023-11-06)

Fixed

  • npm package bug.

0.10.2 (2023-11-06)

Added

  • Default page directory now includes slug=index in addition to the same name rule.
  • Universal release package for Darwin platform.
  • Command everkm-publish help theme for installing styles.

Fixed

  • When meta is not specified in content, the slug attribute is empty.

0.10.1 (2023-11-02)

Optimized

  • Internal link conversion, using article titles instead of file names.

Fixed

  • Issues with migrated test cases.

0.10.0 (2023-11-02)

Migrated to Everkm.

0.9.2 (2023-10-31)

Added

  • Disallowed following link format ?....
  • dcard format yaml dcard/items.
  • Default page directory.
  • Function post_breadcrumb to get breadcrumb data.

Fixed

  • Markdown internal absolute (~/) link parsing error.

0.9.1 (2023-10-26)

Added

  • Filter thumbnail to generate thumbnails automatically.

Fixed

  • Conflict when inline and block extension attributes exist simultaneously.

0.9.0 (2023-10-23)

Added

  • Function ds for caching.
  • Function post_detail for content tag filtering.
  • Function post_meta to return the slug attribute.
  • Function oops.

Fixed

  • Extension script directory initialization error.

v0.8.4 (2023-10-15)

Added

  • __page_path_base global variable, representing the current page's base path (excluding parameter segments and extensions).
  • Function page_query to modify and output the current page's query parameters.
  • dcard inherits global variables.

Fixed

  • Link conversion issues.
  • TOC without a first-level title.

Optimized

  • Log output.

v0.8.3 (2023-10-09)

Added

Improved

  • Attachment of local file attachments in internal links.
  • Directory export path configuration, adding year-month-day wildcards for creation time.
  • Error prompts when rendering fails.

Fixed

  • Missing anchor points in exported links.

v0.8.2 (2023-10-08)

Added

  • Previous and next items of the current page in the navigation tree nav_indicator.

v0.8.1 (2023-10-05)

Added

  • Multilingual support for templates and content.
  • CSV format support for data sources.