Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-03absurlreplacer: remove superfluous codebep
2015-05-03Add benchmark tests for srcset handlingbep
2015-05-03Fix testdata: srcset items should be comma separated, according to specbep
2015-05-03canonifyurls in srcsetbep
2015-05-01absurl: export a base url var for testingbep
2015-04-01Make contentTransformer names consistentbep
2015-03-19Format docsbep
2015-03-19Rename interface contentRewriter to contentTransformerbep
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-19Return 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-18Removing dependency on go-html-transform (fixing the build).spf13
2014-05-29Fixed #301. LiveReload works on any port now.spf13
2014-05-17Proper integration of live reload with automatic injectionspf13
2014-01-13Add `canonifyurls` config option.Phil Pennock
2013-12-17GofmtCaleb Spare
2013-11-09Handle schema-less urls when apply absurlNoah Campbell
2013-11-09fixing double slash during absurlifyspf13
2013-11-06Remove 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-29Add the ability to set navbar li class to activeNoah Campbell
2013-09-19Fix fragments being AbsUrlified in final htmlNoah Campbell
2013-09-18Fix parsing edge case of frontmatterNoah Campbell
2013-09-18Move AbUrlify to post content transformationNoah Campbell
2013-09-18Add a transform stepNoah Campbell