Noah Campbell
|
80009b427f
|
Change the order of Apply to be more Unixy
Typically the destination is on the left and the src is on the right.
|
2013-10-08 18:37:50 +02:00 |
|
Noah Campbell
|
eb117eb904
|
Move AbsURL into seperate file
|
2013-10-08 18:37:49 +02:00 |
|
Noah Campbell
|
f0211b84a1
|
Rename Transform to AbsURL
|
2013-10-08 18:37:49 +02:00 |
|
Noah Campbell
|
784077da4d
|
Fix fragments being AbsUrlified in final html
Found that fragments were getting the BaseURL applied creating a proper
anchor url and redirecting off the page.
|
2013-09-18 15:48:36 -07:00 |
|
Noah Campbell
|
d8e1834910
|
Fix parsing edge case of frontmatter
When the frontmatter contains a - (or other delimiter) close to the
closing frontmatter delimiter, frontmatter detection would fail.
|
2013-09-18 09:15:46 -07:00 |
|
Noah Campbell
|
6b0752e8c0
|
Move AbUrlify to post content transformation
Currently the a@href and script@src elements will have BaseUrl applied
to their elements prior to being written to disk.
|
2013-09-17 14:16:06 -07:00 |
|
Noah Campbell
|
c6fe87b14e
|
Add a transform step
This allows for the manipulation of the DOM. This is expected to be
applied after the templates are rendered.
|
2013-09-17 13:04:28 -07:00 |
|