summaryrefslogtreecommitdiffstats
path: root/hugolib
AgeCommit message (Expand)Author
2015-03-19Pull Data Files tests into its own filebep
2015-03-18Change safeHTtml to safeHTML in sitemap templatebep
2015-03-18Remove URL param from exported AbsURL methodsbep
2015-03-18Refactor Hugo versionbep
2015-03-18Add UrlPath to the deprecated listbep
2015-03-18More initialism corrections (golint)Anthony Fok
2015-03-17Use ReaderToString in site testsbep
2015-03-17Fix crossrefs on Windowsbep
2015-03-12Experimental AsciiDoc support with external helpersAnthony Fok
2015-03-12Remove trailing space from site build statisticsAnthony Fok
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-07Fix UglyUrls on Windowsbep
2015-03-07Handle 404 thread safelybep
2015-03-07There is only one s.PageTarget() - so we cannot change it, even tempoararily....bep
2015-03-07hugolib: apply some more Golint rulesbep
2015-03-07menu: make receiver name on Page methods consistentbep
2015-03-07page: make receiver name on Page methods consistentbep
2015-03-07hugolib: apply some Hugolint rulesbep
2015-03-07author: fix docbep
2015-03-06Fix errors reported by Go Vetbep
2015-03-06Prevent 404.html from prettifying into 404/index.htmlAnthony Fok
2015-03-06Avoid panic when pagination on 0 pagesbep
2015-03-05Apply gofmt -sbep
2015-03-05Add benchmark for the shortcode lexerbep
2015-03-02Allow the same shortcode to be used with or without inline contentbep
2015-02-28Improve error message on missing shortcode inner contentbep
2015-02-28Keep trailing slash when baseUrl contains a sub pathbep
2015-02-27Allow hyphens in shortcode namebep
2015-02-21Bumping to version "v0.14-DEV"spf13
2015-02-20Avoid race condition in target list initbep
2015-02-20Avoid race condition in isInnerShortcodebep
2015-02-11Fix broken data dir testbep
2015-02-11Temporarily disable broken testbep
2015-02-11Add data files support in themesbep
2015-02-10Make # survice Url cleaningbep
2015-02-10Avoid converting summary to []byte and back to stringbep
2015-02-09Better error message for data-file parsing errorsbep
2015-02-09DataDir: Minor polish and add missing testsbep
2015-02-09Reads data files inside data/ and makes data available in .Site.DataErlend Klakegg Bergheim
2015-02-05Fix Truncatebep
2015-02-05Avoid calling strings.Fields multiple times with same contentbep
2015-02-04Build PageMenus only oncebep
2015-02-01Avoid panic on unknown markupbep
2015-01-31Optimize for the common case in Blackfriday configbep
2015-01-31Print template parsing errors to aid troubleshootingAnthony Fok
2015-01-31Fix defaults for BlackfridayNaoya Inada
2015-01-31Add writable context to Nodebep
2015-01-31Prevent site config being overwrittenbep
2015-01-31Updating shortcode imports & site test to work with new buffer pool functionsspf13
2015-01-31Merge branch 'master' of github.com:spf13/hugospf13