summaryrefslogtreecommitdiffstats
path: root/transform
AgeCommit message (Expand)Author
2015-03-18transform: remove some superfluous int conversionsbep
2015-03-18Remove URL param from exported AbsURL methodsbep
2015-03-18Un-export ContentReWriterbep
2015-03-18Write to rotating ContentReWriter in transformer chainbep
2015-03-18More initialism corrections (golint)Anthony Fok
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-10absurlreplacer: write replacements directly to the byte bufferbep
2015-02-18Return unmodified content if panic in LiveReloadInjectbep
2015-02-18Add revocer in LiveReloadInjectbep
2015-02-17Fix canonifyurl vs schemaless linksbep
2015-02-16Improve abs url replacement speedbep
2015-02-16Add benchmark for AbsUrlInXmlbep
2015-01-30transform chain using BBPspf13
2014-12-26Add ability to canonify URLs in rendered XML output.Ryan Martinsen
2014-11-17Removing dependency on go-html-transform (fixing the build).spf13
2014-05-28Fixed #301. LiveReload works on any port now.spf13
2014-05-16Proper integration of live reload with automatic injectionspf13
2014-01-13Add `canonifyurls` config option.Phil Pennock
2013-12-16GofmtCaleb Spare
2013-11-09Handle schema-less urls when apply absurlNoah Campbell
2013-11-09fixing double slash during absurlifyspf13
2013-11-05Remove the hugo-nav functionNoah Campbell
2013-11-01Improve rendering timeNoah Campbell
2013-11-01Adding benchmark for transformation module.Noah Campbell
2013-10-08Code cleanupNoah Campbell
2013-10-08Change the order of Apply to be more UnixyNoah Campbell
2013-10-08Chain transformers and test casesNoah Campbell
2013-10-08Move AbsURL into seperate fileNoah Campbell
2013-10-08Rename Transform to AbsURLNoah Campbell
2013-10-08Set the name of the Nav attribute to selectNoah Campbell
2013-09-28Add the ability to set navbar li class to activeNoah Campbell
2013-09-18Fix fragments being AbsUrlified in final htmlNoah Campbell
2013-09-18Fix parsing edge case of frontmatterNoah Campbell
2013-09-17Move AbUrlify to post content transformationNoah Campbell
2013-09-17Add a transform stepNoah Campbell