brevno-suite/hugo
2015-01-28 Anthony Fok[Docs] Use OptiPNG to shrink PNG images losslessly
2015-01-28 Anthony FokSome housekeeping of the Showcase and Press pages
2015-01-28 bepAdd .mailmap to get a more correct author log
2015-01-28 fundonignore root path, no need strip traling slash
2015-01-28 Dan HersamVersion uses binary name instead of hugo
2015-01-27 Dan HersamAdded three videos to documentation.
2015-01-27 bepUse runtime.GOOS to identify Windows specific path...
2015-01-27 bep[doc] Improve paginator doc
2015-01-27 bepReplace assert.Equal(true/false) with assert.True/False
2015-01-27 bepDo not panic on permission denied
2015-01-27 bepSplit Windows and Unix specific path tests
2015-01-27 bepTemporarily comment out breaking Windows test case
2015-01-27 bepIntroduce FilepathPathBridge
2015-01-27 bepAdd more tests to helper
2015-01-27 bepImprove pagination testing
2015-01-26 bepLinkify release notes
2015-01-26 bepSet detault for Paginate to 10
2015-01-26 bepAdd documentation for pagination
2015-01-26 bepAdd Bootstrap-compatible pagination.html
2015-01-26 bepAdd pagination to release notes
2015-01-26 bepAdd pagination support for home page, sections and...
2015-01-26 Naoya InadaAdd site-wide/per-page [blackfriday] `extensions` option
2015-01-26 Wade WegnerWrong URL for Github Pages
2015-01-26 Jonathan AndersonMove s.prepUrl() before prepending BaseUrl.
2015-01-25 Kartik SinghalCorrect wercker URL
2015-01-25 Naoya InadaFix inverse notation
2015-01-24 Anthony FokMake Blackfriday smart fractions to really default...
2015-01-24 Anthony FokAdd site-wide/per-page [blackfriday] `fractions` option
2015-01-24 Anthony FokFix for page.GetParam() for JSON and TOML maps
2015-01-24 Anthony FokUpgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2
2015-01-24 Jonathan AndersonHandle empty front matter in archetype.
2015-01-23 Anthony Fok[Docs]: Add new press/blog coverage about Hugo
2015-01-23 bepFix RelPermalink() and Urls in menus vs canonifyUrls
2015-01-23 Anthony Fok[Docs] Document the new (temp?) default of `canonifyurl...
2015-01-23 Anthony FokRevert "Try to fix mysterious test failures on Travis"
2015-01-22 bepTry to fix mysterious test failures on Travis
2015-01-22 bepAdd menu tests for pages with both Yaml and Toml front...
2015-01-22 bepRevert "Quick-and-dirty way to print details of templat...
2015-01-22 bepAdd dateFormat to release notes
2015-01-21 Tatsushi DemachiAdd dateFormat template function
2015-01-21 bepProtect the innerShortCodeCache by a RW lock
2015-01-21 bepCache the page's rendering context flags
2015-01-21 Anthony FokRegister rstHandler to restore experimental reST support
2015-01-21 bepMake ref and relref respect plainIdAnchors
2015-01-21 Peter Krautzbergerfix outdated MathJax CDN URL
2015-01-21 Anthony Fok[Docs] Use of `$.` to access global context from anywhere
2015-01-21 Anthony Fok[Docs] Recommend the use of backticks for IE conditionals
2015-01-20 Anthony FokFix string comparison for .Truncated page variable
2015-01-20 Anthony Fok[Docs] Correct description of "Read More" links in...
2015-01-20 Anthony FokFix two errors in two internal templates
2015-01-20 bepAdd missing assertion to trim-test
2015-01-20 Nikolay Kirshfix --uglyUrls params
2015-01-20 bepMinor polish in path/url
2015-01-20 bepAdd more tests to general helper
2015-01-20 bepAdd tests for IsSet
2015-01-20 bepAdd test binaries to .gitignore
2015-01-20 bepRefactor TestGt to also include Lt, Ge, Le, Eq and Ne
2015-01-20 Anthony Fok[Docs] Add a note about the plan to switch to Apache...
2015-01-20 bepAdd tests for Apply
2015-01-20 bepAdd inline doc for Apply
2015-01-20 bepRename ignoreDotFile to isDotFile (which is what it is)
2015-01-20 bepReplace regexp based Chomp with builtin TrimRight
2015-01-20 bepAdd tests for Replace
2015-01-20 bepAdd tests for Trim
2015-01-20 bepAdd test coverage files to .gitignore
2015-01-20 bepAdd tests for Chomp
2015-01-20 Anthony FokQuick-and-dirty way to print details of template errors
2015-01-20 Anthony Fok[Docs] Incorporate some great ideas by @mohae into...
2015-01-20 Anthony FokAdd `safeUrl`; disable `safeHtmlAttr`; rename `safeCSS...
2015-01-20 Tatsushi DemachiAdd SafeHtmlAttr, SafeCSS template function
2015-01-19 Anthony FokRevert "[Docs] Use <dl> for definition lists of variables"
2015-01-19 Anthony Fok[Docs] New testimonials and press coverage
2015-01-19 Anthony Fok[Docs] Limit `.fa { display: inline }` within #main...
2015-01-19 Anthony Fok[Docs] Add FreeBSD logo beside the FreeBSD name
2015-01-19 bepMerge branch 'master' of github.com:spf13/hugo
2015-01-19 bepMake RSS dates valid
2015-01-19 Anthony Fok[Docs] Use <dl> for definition lists of variables
2015-01-19 bepFix the Hugo.Generator tag so it can be used
2015-01-19 bepFix broken doc section
2015-01-19 bepUse an init() method to create the HugoInfo instance
2015-01-19 bepUpdate release notes with the new Hugo var
2015-01-19 bepMake sure there are only one HugoInfo instance
2015-01-19 bepMerge branch 'master' of github.com:spf13/hugo
2015-01-19 bepFix HugoInfo init
2015-01-19 Derek PerkinsAdded top level .Hugo variable with version, commit...
2015-01-18 Anthony Fok[Docs] Minor revisions to future v0.13 Release Note
2015-01-18 Anthony Fok[Docs] New "Troubleshooting Overview" page
2015-01-18 bepAdd trim and replace to release notes
2015-01-18 bepMake all the params to Replace an interface{}
2015-01-18 Tom Helmer... Rewrite first argument to interface{}
2015-01-18 Tom Helmer... Add trim and replace template functions
2015-01-17 Anthony FokChange CR+LF to LF on gohugo.io front page, saving...
2015-01-17 Anthony FokUpdate gohugo.io front page for 2015; add @popthestack...
2015-01-17 Anthony Fok[Docs] More copyediting
2015-01-17 Anthony Fok[Docs] Adjust sidebar menu width and capitalization
2015-01-16 Tomas RoosMissing . on footer partials
2015-01-16 Anthony FokUpdate TestFixUrl() to expect BaseUrl to have trailing `/`
2015-01-16 Bjørn Erik... Merge pull request #798 from bjornerik/fix/nestedshortcodes
2015-01-16 Anthony FokEnsure that BaseUrl used in `hugo server` ends with `/`
2015-01-15 bepFix issue with nested shortcodes
next