This repository has been archived by the owner on Mar 27, 2021. It is now read-only.
Releases: agonzalezro/polo
Releases · agonzalezro/polo
v1.1.5
v1.1.4
- Page slugs don't have double slashes
- Drafts are not being published. If you want to create a draft, just add this metadata:
status: draft
.
Speed ALL the things!
A complete refactor increased the speed of generation a lot:
Old version:
0.74s user 0.49s system 143% cpu 0.859 total
New version:
0.07s user 0.09s system 216% cpu 0.074 total
I know that there are not that much data to compare, but you can trust me.
Also, the templating was improved, it should be more easy now to create a new theme.
v1.0
Since the RC1:
- Solved a race condition creating paths.
- Cross compile to several archs and OSs.
v1.0-RC1
Go to http://agonzalezro.github.io to see the result of running this version.
Also, if you are new to polo
, take a look to the README.md
to see all its functionalities.