brevno-suite/hugo
2017-04-06 Bjørn Erik... docs: Disable GitInfo by default
2017-04-06 Chris Hagerdocs: Add info about Pygments installation in installing.md
2017-04-06 Li-Wen Yipdocs: Add article by Li-Wen Yip to press section
2017-04-05 Bjørn Erik... tpl: Fix nil pointer in Tree()
2017-04-05 Ricardo N Felicianodocs: Properly capitalize GitHub
2017-04-04 Bjørn Erik... hugolib: Add optional outputFormat to Ref/RelRef
2017-04-04 Bjørn Erik... Register all media types when in server mode
2017-04-04 Bjørn Erik... tplimpl: Reintroduce the double template lookup in...
2017-04-04 Bjørn Erik... all: Use the configured output types to resolve templat...
2017-04-04 Bjørn Erik... hugolib: Improve render error handling
2017-04-04 Bjørn Erik... commands, helpers: Add correct verbose log level to...
2017-04-04 Bjørn Erik... output: Make template name lower cased
2017-04-04 Bjørn Erik... hugolib: Read media types and output formats from site...
2017-04-04 Bjørn Erik... media: Add DecodeTypes
2017-04-04 Bjørn Erik... output: Add output formats decoder
2017-04-04 Bjørn Erik... output: Add CSV to the global output formats list
2017-04-03 Albert Nigmatzianovvendor: Update go-i18n
2017-04-02 Kamil Samigullindocs: Remove localhost part from link
2017-04-02 Bjørn Erik... tpl: Rework to handle both text and HTML templates
2017-04-02 Albert Nigmatzianovhugolib: Don't ignore errors from applyDepsIfNeeded
2017-04-02 Albert Nigmatzianovhugolib, i18n: Update tests with flat format and TOML...
2017-04-02 Albert Nigmatzianovvendor: Update go-i18n
2017-04-02 Albert Nigmatzianovdocs, examples: Use TOML for i18n config files
2017-04-02 Chase Adamsvendor: update goorgeous
2017-04-02 Enrique Saezdocs: Add blog of Enrique Saez Gil to the site showcase
2017-04-02 Bjørn Erik... Revert "tpl: Rework to handle both text and HTML templates"
2017-04-02 Bjørn Erik... hugolib: Use Page Kind in template errors to prevent...
2017-04-02 Bjørn Erik... tplimpl: Add test with failing partial
2017-04-02 Bjørn Erik... tpl: Rework to handle both text and HTML templates
2017-04-01 Albert Nigmatzianovvendor: Update cobra
2017-04-01 Bjørn Erik... media, output: Add CSV type and format
2017-03-31 digitalcraftsmandocs: Fix typo/source link in firstname.club showcase...
2017-03-31 Pedro Gomesdocs: Update link to Disqus alternative Livefyre.com
2017-03-31 bit swarmdocs: Add firstname.club to the showcase
2017-03-31 Bjørn Erik... tplimpl: Fix map data race in URLLock
2017-03-31 Bjørn Erik... tplimpl: Fix deadlock in getJSON
2017-03-29 Bjørn Erik... vendor: Update fsnotify with several Linux-fixes
2017-03-29 Bjørn Erik... hugolib, helpers: Reduce log level to WARN on .Render...
2017-03-27 Bjørn Erik... helpers, output: Fix spelling
2017-03-27 Bjørn Erik... hugolib, output: Gofmt
2017-03-27 Bjørn Erik... media: Add some more relevant MIME types
2017-03-27 Bjørn Erik... tplimpl: Fix lookup with non-standard layout folder
2017-03-27 Bjørn Erik... hugolib, output: Restrict Render to regular Pages
2017-03-27 Bjørn Erik... hugolib: Fix Render layouts for list pages
2017-03-27 Bjørn Erik... hugolib: Wrap pageOutput create in sync.Once
2017-03-27 Bjørn Erik... hugolib: Fix panic for Permalink in 404 etc. templates
2017-03-27 Bjørn Erik... commands: Fix broken commandeer
2017-03-27 Bjørn Erik... output: Rename HTMLType etc. to HTMLFormat
2017-03-27 Bjørn Erik... hugolib: Revise paginator alias path handling
2017-03-27 Bjørn Erik... hugolib: More TODO fixes
2017-03-27 Bjørn Erik... hugolib, layout: Consolidate RSS template handling
2017-03-27 Bjørn Erik... Remove the now superflous defaultExtension
2017-03-27 Bjørn Erik... all: Propagate baseURL error to the callers
2017-03-27 Bjørn Erik... hugolib, tplimpl: Use OutputFormats to create atom...
2017-03-27 Bjørn Erik... hugolib: Add 404 test
2017-03-27 Bjørn Erik... hugolib, output: Fix RSSLink vs output formats
2017-03-27 Bjørn Erik... hugolib, output: Handle aliases for all HTML formats
2017-03-27 Bjørn Erik... hugolib: Update site stats to take output formats into...
2017-03-27 Bjørn Erik... Add custom protocol support in Permalink
2017-03-27 Bjørn Erik... media, output: Add Calendar type
2017-03-27 Bjørn Erik... hugolib: Read default output formats from site config
2017-03-27 Bjørn Erik... hugolib, media: Make the MediaType available to the...
2017-03-27 Bjørn Erik... hugolib, output: Add Rel to the output format
2017-03-27 Bjørn Erik... docs: Move the rough custom output formats spec to...
2017-03-27 Bjørn Erik... hugolib: Add OutputFormats with permalinks to Page
2017-03-27 Bjørn Erik... output: Rework the base template logic
2017-03-27 Bjørn Erik... hubolib: Pick layout per output format
2017-03-27 Bjørn Erik... hugolib: Fix layout lookup order for Render func
2017-03-27 Bjørn Erik... output: Speed up layout calculations
2017-03-27 Bjørn Erik... hugolib: Speed up URL handling
2017-03-27 Bjørn Erik... hugolib: Remove siteWriter
2017-03-27 Bjørn Erik... hugolib: Pull all alias handling into one file
2017-03-27 Bjørn Erik... Refactor layout resolve to a descriptor/adapter pattern
2017-03-27 Bjørn Erik... Rename OutputType to OutputFormat
2017-03-27 Bjørn Erik... hugolib: Refactor/-work the permalink/target path logic
2017-03-27 Bjørn Erik... Implement the first generic JSON output testcase
2017-03-27 Bjørn Erik... hugolib, output: Incorporate suffix and type in layout...
2017-03-27 Bjørn Erik... hugolib: Add basic setup for output def per Kind
2017-03-27 Bjørn Erik... hugolib: Revert to using Page as the render chan type
2017-03-27 Bjørn Erik... hugolib: Remove the copying in the renderRSS
2017-03-27 Bjørn Erik... hugolib: Put back taxonomy term paginator logic lost...
2017-03-27 Bjørn Erik... hugolib, output: Add theme logic to LayoutHandler
2017-03-27 Bjørn Erik... hugolib: Add a PageOutput wrapper for rendering
2017-03-27 Bjørn Erik... hugolob: A first incorporation of output types in rendering
2017-03-27 Bjørn Erik... hugolib: Use the new layout logic in Page
2017-03-27 Bjørn Erik... output: Move layout logic to the output package
2017-03-27 Bjørn Erik... output: Add output type
2017-03-27 Bjørn Erik... Add MediaType and a crude implementation
2017-03-27 Bjørn Erik... Exit -1 on ERROR in non-global logger
2017-03-26 Bjørn Erik... Revert "tplimpl: return an error on unsupported type...
2017-03-25 DarwinChange RSS description from full .Content to .Summary
2017-03-25 Bjørn Erik... hugolib: Correctly identify "my_index_page.md"
2017-03-25 Anthony Foksnapcraft: Bump version to 0.20-DEV
2017-03-25 Anthony Foksnapcraft: Add vendoring support
2017-03-24 digitalcraftsmandocs: Add Hugo SFTP Upload to the tools section
2017-03-24 Albert Nigmatzianovcommands: Fix case of createpath in new.go
2017-03-24 Albert Nigmatzianovcreate: Delete redundant viper calls
2017-03-22 Ryan Wattersdocs: Remove dead links, consistent formatting...
2017-03-22 Prayag Vermadocs: Fix typo in templates/functions.md (#3214)
2017-03-21 Eamonncommands: Keep "." directories on cleanDestinationDir
next