Releases: podlite/podlite-web
v0.2.8
v0.2.7
- fix styles
Full Changelog: v0.2.6...v0.2.7
v0.2.6
- fix LastArticles helper
Full Changelog: v0.2.5...v0.2.6
v0.2.5
- add support for embedding Podlite editor
- fix sitemap and rss generation
- refactor styles
- added an extra command line option to specify a glob pattern for matching files to process
Full Changelog: v0.2.4...v0.2.5
v0.2.4
- moved to node v22
- fix CSS styles
- fix default template for
pages
Full Changelog: v0.2.3...v0.2.4
v0.2.3
- fix
rss.xml
file generation
Full Changelog: v0.2.2...v0.2.3
v0.2.2
-
average page size optimization (reduction up to 2-3 times)
-
add default template
src/defaultTemplate/defaultSiteTemplate.podlite
-
add support for
:templateFile
configuration attribute for site inindex.pod6
-
add
meta
,link
andtitle
for each page -
add default
robots.txt
-
fix filtering pages for publish ( now depends on publishUrl)
Full Changelog: v0.1.25...v0.2.2
v0.2.1
- move to plugins architecture
- add support template file for each page
- add index of terms React component
=useReact {IndexTerms} from '@Components/indexTerms'
=for React :component<IndexTerms> :id<index>
- highlight code modules
=begin code :lang< javascript >
print(JSON.stringify([1,2]]));
=end code
introduce a new project that showcases all the above-mentioned Podlite-web features in action -
- site: raku-knowledge-base.podlite.org.
- sources: https://github.com/zag/raku-knowledge-base/
thank you
Full Changelog: v0.1.25...v0.2.1
v0.1.25
-
API for plugins
-
react plugin (
=useReact
,=React
) -
pubdate plugin ( publish document based on
:pubdate
attribute) -
image plugin, links plugin
-
state-version plugin ( get a version for a set of documents )
-
plugin for preparing data for publication
-
add support
doc:
scheme forL<>
-
new cli tool based on plugins
v0.1.24
-
add support for formulas
-
add support for HTML entities in
E<>
code -
improve support for
:nested
-
adjust
:caption
for=toc
Full Changelog: v0.1.23...v0.1.24