0.23.0 (2025-03-29)
0.22.0 (2025-03-27)
- bump min mdex version to 0.4
0.21.0 (2025-03-14)
0.20.1 (2025-01-18)
- include toke.site.pages earlier in the pipeline (1c78914)
0.20.0 (2024-12-05)
0.19.0 (2024-11-10)
0.18.0 (2024-10-11)
- :pre_write extensions now are run after rendering the graph, but before writing to disk. Previously, the body content of each page would not have been converted yet, but now it will. This should enable anyone to modify the HTML after other extensions converter it.
- pass assigns to post/page extension rendering (#102)
- add optional config/1 callback to extensions (#104) (d1a5480)
- allow extensions to manually insert pages into the graph (#96) (19f4ce5)
- allow other markup formats (#100) (0d9959f)
- pass assigns to post/page extension rendering (#102) (896bf7f)
- run pre-write extensions after render but before write (#111) (b09ce49)
- actually respect the "enabled" key in
use Tableau.Extension
(b09ce49) - allow atom layout module names (#108) (c128593)
- bump MDEx and fix breaking change (19f4ce5)
- ensure extensions are loading (9585d16)
- handle token format correctly in MDExConverter (#105) (9585d16)
- handle token format correctly in RSSExtension (9585d16)
- posts,regression: sort posts (0677ce6)
0.17.1 (2024-08-16)
0.17.0 (2024-07-17)
- extensions: don't require a config module (12d1c7f)
0.16.0 (2024-03-10)
-
uri encode permalink
This is a breaking change because previously un-encoded characters might be encoded now. Please check your pages and add redirects for any that have changed.
0.15.3 (2024-02-26)
- remove unused dep (d626cb8)
0.15.2 (2024-01-28)
0.15.1 (2024-01-22)
0.15.0 (2024-01-08)
0.14.3 (2024-01-07)
0.14.2 (2024-01-07)
0.14.1 (2024-01-04)
0.14.0 (2023-12-30)
- improve slug generation (#51)
0.13.0 (2023-12-30)
- use DateTimeParser for date property (#49)
0.12.0 (2023-11-15)
0.11.1 (2023-11-08)
- correctly create page modules (8ea0936)
0.11.0 (2023-11-08)
0.10.1 (2023-11-08)
0.10.0 (2023-11-07)
0.9.0 (2023-11-06)
- PageExtension (162420b)
0.8.0 (2023-10-31)
- allow nested directories of posts (588a7d4)
- arbitrary frontmatter keys in permalink (2b38b43)
- extract web dev utils (#31) (af98ea8)
- posts: global permalink and layout (#30) (c47e9e5)
- switch from cowboy to bandit (36cccc9)
- use MDEx for markdown (dea822e)
- removed dbg from router (d7961c2)
0.7.1 (2023-10-19)
- posts: pull correct config key (0281348)
0.7.0 (2023-10-18)
- convert all yaml keys to atoms
- convert all yaml keys to atoms (2bea559)
0.6.0 (2023-10-08)
- allow elixir scripts for data extension (#25) (66416c1)
- data extension (#24) (736da42)
- post extension (#22) (16d1c14)
- RSS extension (#23) (4d67147)
- site assign (#20) (d766c22)
0.5.0 (2023-10-06)
- pass values from page through to layouts (996d7de)
0.4.0 (2023-06-26)
0.3.1 (2023-06-26)
- refresh graph after running extensions (fbb2621)
0.3.0 (2023-06-26)
0.2.0 (2023-06-14)
- copy static assets (ad4281b)
- include page/layout behaviour in postlude (06ef33e)
0.1.2 (2023-06-14)
- always preload modules (f083b46)
0.1.1 (2023-06-13)
- only use ex_doc in dev (ab7d2bc)
Initial Release