brevno-suite/hugo
2016-04-02 Bjørn Erik... tpl: Add the other test case for hasPrefix
2016-04-02 Bjørn Erik... tpl: Sort the smoke tests
2016-04-02 digitalcraftsmantpl: Add hasPrefix to the template funcs' "smoke test"
2016-04-02 digitalcraftsmandocs: Add documentation for hasPrefix template func
2016-04-02 Cameron Mooretpl: Fix panic in sort of nil sequence
2016-04-02 Cameron Mooretpl: Fix panic in pairList.Less
2016-04-02 Robert BasicMake ByCount sort consistently
2016-04-01 Bjørn Erik... hugofs: Add missing not nil checks to tests
2016-04-01 Bjørn Erik... Use to most specific interface in WriteDestPage
2016-03-31 Bjørn Erik... docs: Add doc and a test for readDir
2016-03-31 Bjørn Erik... tpl: Make readDir use the WorkingDir fs
2016-03-31 Bjørn Erik... Add readFile template func
2016-03-30 digitalcraftsmandocs: Mention CLA in the showcase contribution guidelines
2016-03-30 Rob Muhlesteindocs: Remove incorrent reference to list.html
2016-03-28 digitalcraftsmandocs: Fix typo in templates/functions.md
2016-03-28 Rob Muhlesteindocs: Add surge.sh to main page of static site hosters
2016-03-28 Robert Basicdocs: Document GitHub flavoured code fences
2016-03-28 Robert Basicdocs: Document lastmod variable
2016-03-28 Robert Basicdocs: Document the split function
2016-03-28 Scopel Emanueledocs: Add silvergeko.it to the showcase
2016-03-27 Robert Basicdocs: Add robertbasic.com to the showcase
2016-03-25 Bjørn Erik... Fix error handling in SymbolicWalk
2016-03-25 Bjørn Erik... helpers: Fix SymbolicWalk for the root folder
2016-03-25 digitalcraftsmandocs: Adapt commit message for showcase additions
2016-03-25 digitalcraftsmandocs: Add search form powered by Algolia
2016-03-25 Bjørn Erik... hugolib: Some more unexports
2016-03-24 digitalcraftsmancommands: Apply Golint rules
2016-03-24 digitalcraftsmanhelpers: Apply GoLint rules
2016-03-24 digitalcraftsmantpl: Small Golint fixes
2016-03-24 Bjørn Erik... parser: Remove unused vars
2016-03-24 Bjørn Erik... Be explicit about the type in Scratch test
2016-03-24 Bjørn Erik... hugolib: Remove unused Tmpl on Page
2016-03-24 Bjørn Erik... Do not use defer for unlocking in Scratch
2016-03-24 Bjørn Erik... hugolib: Taxonomy GoDoc cleanup
2016-03-24 Bjørn Erik... Add a simple benchmark for Scratch
2016-03-24 Bjørn Erik... hugolib: Even more Golint fixes
2016-03-24 Bjørn Erik... helpers: Fix GoDoc in Hugo version constants
2016-03-24 Bjørn Erik... commands: Apply Golint rules to hugo.go
2016-03-24 Bjørn Erik... hugolib: Apply Golint rules to rss_test.go
2016-03-24 Bjørn Erik... hugolib: Add missing GoDoc in pagination.go
2016-03-24 Bjørn Erik... hugolib: Some more GoLint fixes
2016-03-24 Bjørn Erik... livereload: Add missing GoDoc
2016-03-24 Bjørn Erik... hugoblib: Clean up the time tests
2016-03-23 Bjørn Erik... transform: Group vars and consts in chain_test
2016-03-23 Bjørn Erik... transform: Clean up the var naming mess in chain_test
2016-03-23 Bjørn Erik... hugolib: Some more Golint fixes
2016-03-23 Bjørn Erik... hugolib: Fix spelling mistake
2016-03-23 Bjørn Erik... hugolib: Add Godoc to pageSort
2016-03-23 Bjørn Erik... parser: Make the constant vars ... constants
2016-03-23 Bjørn Erik... parser: Fix ALL_CAPS var names in test
2016-03-23 Bjørn Erik... parser: Spring code cleaning
2016-03-23 Bjørn Erik... hugolib: Fix some more Golint warnings
2016-03-23 Bjørn Erik... helpers: Fix and add Godoc in path*
2016-03-23 Bjørn Erik... helpers: Remove the else in MakePathSanitized
2016-03-23 Bjørn Erik... Do some minor code cleaning of Site
2016-03-23 Bjørn Erik... transform: Golint fixes
2016-03-22 Bjørn Erik... target: Fix some Golint warnings
2016-03-22 Bjørn Erik... Spring cleaning of the menu code
2016-03-22 Bjørn Erik... heloers: Add a linefeed to make Golint happy
2016-03-22 Bjørn Erik... commands: Fix remaining Golint warning
2016-03-22 Bjørn Erik... utils: Add godoc
2016-03-22 Bjørn Erik... hugolib: Fix Java-styled all-caps consts
2016-03-22 Bjørn Erik... helpers: Silence some Golint warnings
2016-03-22 Bjørn Erik... commands: Do not use named return vals in Jekyll import
2016-03-22 Bjørn Erik... Check returned error in Scratch-test
2016-03-22 Bjørn Erik... Do make check in Travis
2016-03-22 srinivasreddysource: Consolidate if conditions
2016-03-22 srinivasreddysource: Remove unnecessary else condition
2016-03-22 Cameron Moorehugolib: Use field keys in composite literals
2016-03-22 Bjørn Erik... helpers: Apply gofmt
2016-03-22 Cameron Moorehugo: Add check tasks to Makefile
2016-03-22 Bjørn Erik... Add Scratch to shortcode
2016-03-22 Bjørn Erik... Re-render shortcode on template or data file change
2016-03-22 Bjørn Erik... Add plainify template function
2016-03-21 Bjørn Erik... Add support for symbolic links for content, layout...
2016-03-21 srinivasreddyUtils methods refactored for readability
2016-03-21 Aditya BhargavaAdd '+' as one of the valid characters in urls specifie...
2016-03-21 Bjørn Erik... Protect against concurrent Scratch read and write
2016-03-21 Cameron Mooredocs: Draft of 0.16 release notes
2016-03-21 Anthony Fokhelpers: Rename getMmarkHtmlRenderer to getMmarkHTMLRen...
2016-03-21 Anthony Foklivereload: Run go fmt on connection.go
2016-03-20 Cameron Moorecreate: Refactor NewContent to be testable
2016-03-20 srinivasreddylivereload: Simplify conditional
2016-03-19 Anthony Fokhelpers: Support EXTENSION_BACKSLASH_LINE_BREAK for...
2016-03-19 Anthony Fokhelpers: Fix minor typo in content_test.go
2016-03-19 Bjørn Erik... Simplify GetDottedRelativePath
2016-03-19 Bjørn Erik... Return early from parseOptions
2016-03-18 Bjørn Erik... Remove duplicate doArithmetic
2016-03-17 Bjørn Erik... Revert "Add Codebeat badge"
2016-03-17 Bjørn Erik... Return early from appendThemeTemplates
2016-03-17 Tomasz KorzeniowskiAdd Codebeat badge
2016-03-17 Bjørn Erik... Add Go Report Card badge to README
2016-03-17 srinivasreddysource: Consolidate filepath.Split calls
2016-03-17 Cameron Mooretpl: Send actual values to in from intersect
2016-03-17 Cameron Mooretpl: Add missing printf param in t.Errorf call
2016-03-16 Cameron Mooretpl: Treat booleans as set in default function
2016-03-16 digitalcraftsmandocs: Fix typos in functions.md and contributing.md
2016-03-15 Bjørn Erik... Remove CircleCI badge for now
2016-03-15 Bjørn Erik... No block support in shortcodes
2016-03-14 Bjørn Erik... tpl: Make the safeHTML and cousins accept more than...
next