brevno-suite/hugo
2015-05-07 Yosuke INOUEAdd blackfriday/ExtensionsMask option.
2015-05-07 Andrew GallantAllow 'classprefix' pygments options.
2015-05-06 bepAdd shortcode support for HTML files
2015-05-05 bepDo not add trailing slash to baseURL
2015-05-04 bepPolish absurlreplacer
2015-05-03 bepRename field i to the more descriptive idx
2015-05-03 bepabsurlreplacer: remove superfluous code, take 2
2015-05-03 bepabsurlreplacer: remove superfluous code
2015-05-03 bepAdd benchmark tests for srcset handling
2015-05-03 bepFix testdata: srcset items should be comma separated...
2015-05-03 bepcanonifyurls in srcset
2015-05-02 bepDisable faulty range validation in apply
2015-05-01 bepTry to make it more visible that you have to set baseUrl
2015-05-01 beptpl: check that types in args match the target func...
2015-05-01 bepabsurl: export a base url var for testing
2015-04-30 bepshortcodeparser: fix panic on slash following opening...
2015-04-30 beptpl: add sanity check to prevent panic in seq on big...
2015-04-30 beptpl: check for too many arguments in apply
2015-04-30 beptpl: check slice bounds in slicestr
2015-04-30 beptpl: avoid panic on too few args to apply
2015-04-29 bepdoc: move the index func reference to where it's used
2015-04-29 Rick CogleyAdd index reference to go template primer doc page
2015-04-29 bepFix typo in test
2015-04-29 bepReturn error from HandleShortcodes
2015-04-28 bepPrint ERROR on theme vs Hugo version mismatch
2015-04-27 Rick CogleyClarify partials folder subfolders
2015-04-24 Rick CogleySingle rather than double backticks in types.md
2015-04-24 Rick CogleyClarify hugo new command in types.md
2015-04-22 bepFix broken Travis tests
2015-04-22 bepDo not fail on unknown files in /data
2015-04-21 beppagination: export pager to make Golint happy
2015-04-21 bepUse fmt.Errorf to make Golint happy
2015-04-19 bepAdd shortcut to Scratch from shortcode
2015-04-19 bepdoc: clarify Scratch usage in shortcodes
2015-04-18 bepCheck spelling and some minor additions to Ace doc
2015-04-18 bepAdd doc for Ace templates
2015-04-18 bepExpand the ACE base template lookup pattern
2015-04-17 bepPolish func naming in shortcode handling
2015-04-17 bepRemove unused types Shortcode and ShortcodeFunc
2015-04-16 bepOnly write highlight to cache when CacheDir is set
2015-04-16 bepFix broken Highlight test
2015-04-15 bepTemporarily disable Highlight test
2015-04-15 bepAdd more options to highlight
2015-04-14 bepFix potential Windows path issue with Pygments cache
2015-04-11 Florian BaumannAdded isso as a Disqus alternative to the docs
2015-04-10 Anthony FokAdd "Google Cloud Storage" article to docs Press page
2015-04-10 Samuel LelièvreTypo in mathjax.md
2015-04-10 complexsplitAdd Google Cloud Storage to doc
2015-04-07 bepFix spelling mistake in comment
2015-04-07 bepAdd custom Windows mousestrap message
2015-04-06 bepRemove section about the buildDate being configurable
2015-04-06 bepFix README part about missing Windows tests
2015-04-06 bepAdd git commit message guideline
2015-04-05 beptpl: split template.go
2015-04-05 mdhenderDocument getenv template function
2015-04-04 mdhenderAdd a section comparing the 'build' and 'server'
2015-04-04 mdhenderSort function names in templates documentation
2015-04-04 Alex Dunndocs: how to compile on mac, fix minor errors
2015-04-03 bephelpers: add some missing documentation
2015-04-03 bepFix the last Go Vet error
2015-04-03 bephugolib: make Page implement the ReaderFrom interface
2015-04-03 bephelpers: fix some go vet errors
2015-04-03 bepReturn early from DistinctErrorLogger's Printf
2015-04-02 Dylan MacKenzieList directories being watched when server is run
2015-04-01 bepdocumentation: mention data files under liverload
2015-04-01 bepRemove paragraph tags produced by markdownify
2015-03-31 bepMake contentTransformer names consistent
2015-03-31 bepReturn error on wrong use of the Paginator
2015-03-31 bepAdd pager size argument to paginator methods
2015-03-31 mdhenderUpdates documentation with instructions for a Windows...
2015-03-30 Bruno ClermontCapitalize singular
2015-03-30 Michael HendersonUpdates documentation with instructions for a Mac
2015-03-30 sainaenUpdate embedded rss.xml code in the docs
2015-03-29 bepAdd some more corner tests for ReaderContains
2015-03-29 bepFix shortcode handling in ToC
2015-03-29 bepHandle views in combo with Ace base templates
2015-03-29 Ruben VermeerschHash all pygments parameters.
2015-03-28 bepUse helpers.FilePathSeparator const
2015-03-28 Nuno AntunesFix section name guessing on Windows
2015-03-27 Ruben VermeerschCache pygments rendering between runs
2015-03-26 bepAdd support for Ace base and inner templates
2015-03-25 Anthony FokAdd missing ".adoc" extension in handler_page.go
2015-03-23 bepChange to variadic int args in Slicestr
2015-03-23 Anthony FokImplement substr template function
2015-03-23 bepRename Slice to Slicestr
2015-03-23 bepPolish Slice doc
2015-03-23 bepRename Substr to Slice
2015-03-22 bepPolish Substr and Split tests
2015-03-22 Xin FanAdd Substr and Split template functions
2015-03-19 bepPull Data Files tests into its own file
2015-03-19 bepFormat docs
2015-03-19 bepRename interface contentRewriter to contentTransformer
2015-03-18 bepChange safeHTtml to safeHTML in sitemap template
2015-03-18 beptemplate: add some missing test cases for First
2015-03-18 beptransform: remove some superfluous int conversions
2015-03-18 bepRemove URL param from exported AbsURL methods
2015-03-18 bepUn-export ContentReWriter
2015-03-18 bepWrite to rotating ContentReWriter in transformer chain
2015-03-18 bepComment out shaky Seq test
2015-03-18 bepCalculate the next Hugo version in Deprecated
next