Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
zag committed Dec 15, 2024
1 parent 500f935 commit ea6c315
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 391 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
=head1 Upcoming
=head1 0.2.2
=item average page size optimization (reduction up to 2-3 times)
=item add default template C<src/defaultTemplate/defaultSiteTemplate.podlite>
=item add support for C<:templateFile> configuration attribute for site in C<index.pod6>
=item add C<meta>, C<link> and C<title> for each page
=item add default C<robots.txt>
=item fix filtering pages for publish ( now depends on publishUrl)
=head1 0.2.1
=item move to plugins architecture
Expand Down Expand Up @@ -31,7 +40,7 @@
=head1 0.1.22
=item1 * fix types
=head1 0.1.21
=item1 * add support for =FOOTER block, which adds content to each page
=item1 * add support for C<=FOOTER> block, which adds content to each page
=item1 * update styles for links in TOC
=item1 * support Google tag manager, :gtmId("GTM-XXXXX") attribute for the site (index.pod6)
=item1 * add C<CookieConsent> React component
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "podlite-web",
"description": "📖 Create static websites with Next.js and the Podlite markup language.",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"scripts": {
"next_dev": "next dev",
Expand Down Expand Up @@ -30,10 +30,10 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@podlite/markdown": "^0.0.15",
"@podlite/publisher": "^0.0.3",
"@podlite/schema": "^0.0.22",
"@podlite/to-jsx": "^0.0.26",
"@podlite/markdown": "^0.0.17",
"@podlite/publisher": "^0.0.5",
"@podlite/schema": "^0.0.24",
"@podlite/to-jsx": "^0.0.28",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand All @@ -57,7 +57,7 @@
"next-optimized-images": "^2.6.2",
"nodemon": "^2.0.16",
"pagefind": "^1.1.1",
"podlite": "^0.0.35",
"podlite": "^0.0.37",
"prettier": "^2.5.1",
"react-modal": "^3.14.4",
"rimraf": "^3.0.2",
Expand Down
Loading

0 comments on commit ea6c315

Please sign in to comment.