Closed corygalyna closed 1 year ago
Since this is heavily influencing the writing of getting started (Issue #67), please see it done before continue writing the them.
content.json, content.ldjson, and __content.css all tested working and can use Go template functions by default commited in https://github.com/ZORALab/Hestia/commit/f0764c925fbea1ff00a862062697faad7b23b021.
__content.hestiaHTML tested working and can use Go template functions by default commited in 32221e1.
Released in version v.1.2.0
.
Description
Currently, all the
__content.[FORMAT]
are only able to be processed with available macro which were built from scratch. After the discovery from issue #59, it's entirely possible to pass in and render the__content.[FORMAT]
page with the native pipelines. So, for the newhestiaLIBS
inhestiaHUGO
, please ensure all of them can be used just like any other layouts.Expected Behavior
all
__content.[FORMAT]
files can be used like any other normal layout file.__content.hestiaJSON
__content.hestiaHTML
__content.hestiaCSS
__content.hestiaJS
Current Behavior
__content.[FORMAT]
is currently limited to macros developed from scratch likeexpress
and etc.Attachment