brevno-suite/hugo
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
2015-01-15 Anthony FokReplace `if` with `with` in embedded rss.xml
2015-01-15 Anthony FokAdd ".swx" suffix to file watcher's ignore list
2015-01-14 bepDisable shortcode processing for html files
2015-01-14 bepFirst take on release notes for 0.13
2015-01-14 Anthony FokAdd an alias to the old URL of github-pages-blog.md
2015-01-14 Anthony FokRename github_pages_blog.md to github-pages-blog.md
2015-01-14 Anthony Fok[Docs] More random revision and copyediting
2015-01-13 Dan HersamFixed error in tutorial, added site variable docs
2015-01-13 Arjen SchwarzTutorial: Automated deployments
2015-01-13 Anthony FokTrivial fixes to get RSS 2.0 feeds to validate.
2015-01-12 Anthony Fok[Docs] Remove references to "ATOM" feeds
2015-01-12 Anthony FokCorrect typo in hugolib/path_separators_windows_test.go
2015-01-11 Anthony FokCorrect spelling of two test files: seperators → separators
2015-01-10 Tatsushi DemachiFix "hugo new" EOF error with an archetype file without...
2015-01-09 David Keblernote in archetype.md to alert that ending carriage...
2015-01-09 Anthony FokSome more random copyediting of Hugo docs
2015-01-09 Marek StanleyMoved a test regarding a content.go function to a new...
2015-01-09 bepDo not exit server watch on error
2015-01-09 Anthony Fok[Docs] New Troubleshooting section
2015-01-08 bepGoogle Custom Search: Open link in _parent
2015-01-08 Anthony FokAdd basic Google Custom Search to Hugo docs
2015-01-08 Tatsushi DemachiFix `echoParam` template function to accept string...
2015-01-05 Jacob GillespieRename to plainIdAnchors
2015-01-05 Jacob GillespieAdd Blackfriday: documentIDAnchor documentation
2015-01-05 Jacob GillespieGroup both options under Blackfriday: documentIDAnchor
2015-01-05 Jacob GillespieAdd config options: disable footnote anchor prefix...
2015-01-05 philgsAdd config file example to variables.md
2015-01-05 philgsUpdate configuration.md
next