brevno-suite/hugo
2015-02-14 Joseph KapturUpdate docs so that `figure` includes the `class` param...
2015-02-14 bepAdd 'config' command to list site configuration
2015-02-14 spf13Put back static theme conditional
2015-02-13 Anthony Fok[commands/new.go] Update theme.toml etc.
2015-02-12 bepRemove nohup.out committed by accident
2015-02-12 bepDoc Data Files: Add section about themes and expanded...
2015-02-11 bepRemove now superfluous conditional
2015-02-11 bepFix broken data dir test
2015-02-11 bepTemporarily disable broken test
2015-02-11 bepAdd data files support in themes
2015-02-11 Anthony FokChange "ctrl+c" to "Ctrl+C"
2015-02-11 midinastasurazzFix typo: GetJson -> GetCsv
2015-02-11 Greg RestallAdd showcase entry for consequently.org
2015-02-10 bepMake # survice Url cleaning
2015-02-10 spf13Update release notes for v0.13
2015-02-10 bepAvoid converting summary to []byte and back to string
2015-02-09 bepFix alias for data files doc
2015-02-09 bepAdd docs for Data Files
2015-02-09 bepBetter error message for data-file parsing errors
2015-02-09 bepDataDir: Minor polish and add missing tests
2015-02-09 Erlend Klakegg... Reads data files inside data/ and makes data available...
2015-02-09 Anthony Fok[Docs] Say which directory to clone the hugoThemes
2015-02-08 Anthony Fokparser.FormatSanitize() MetaDataFormat for date too
2015-02-06 bepUse buffer pool in StripHTML
2015-02-06 bepLog ERROR on missing baseurl
2015-02-06 bepAdd benchmark test for StripHTML
2015-02-05 bepFix Truncate
2015-02-05 bepReplace 4 strings.Replace with 1 strings.Replacer
2015-02-05 bepAdd memprofile to pprof benchmark
2015-02-04 bepAvoid calling strings.Fields multiple times with same...
2015-02-04 bepBuild PageMenus only once
2015-02-02 Mary AnthonyTighten README for the sloppy reader
2015-02-01 bepAvoid panic on unknown markup
2015-02-01 bepScratch doc: Use the special $ variable to prevent...
2015-02-01 bepUse .Site.Params.description as fallback for social...
2015-01-31 bepOptimize for the common case in Blackfriday config
2015-01-31 Anthony FokPrint template parsing errors to aid troubleshooting
2015-01-31 Naoya InadaFix defaults for Blackfriday
2015-01-31 bepAdd doc for Scratch
2015-01-31 bepAdd writable context to Node
2015-01-31 bepPrevent site config being overwritten
2015-01-31 Anthony Fok[Docs] Fix more missing `.` in example `partial` calls
2015-01-31 Dan HatchFixed syntax error in 404.html template code
2015-01-31 spf13Updating shortcode imports & site test to work with...
2015-01-31 spf13Merge branch 'master' of github.com:spf13/hugo
2015-01-30 bepSome more .Date.IsZero checks in internal templates
2015-01-30 bepRemove _default prefix from SEO templates
2015-01-30 spf13page rendering and writing using BBP
2015-01-30 Anthony FokUse .Date.IsZero to skip unset date in embedded templates
2015-01-30 Jeffrey TolarUse strings instead of byte arrays for replaceShortcode...
2015-01-30 Jeffrey TolarUse a regular expression in replaceShortcodeTokens
2015-01-30 spf13site's XML generation using BBP
2015-01-30 spf13page source creation using BBP
2015-01-30 spf13transform chain using BBP
2015-01-30 spf13template render with BBP
2015-01-30 spf13shortcodes using BBP
2015-01-30 spf13Adding BufferPool. Implementing BP in ReaderTo{Bytes...
2015-01-30 bepurl_path => urlPath
2015-01-30 Dan HersamFix for issue 839 and 490 on Windows
2015-01-29 Anthony Fok[Docs] Complete the transition from "indexes" to "taxon...
2015-01-29 Anthony Fok[Docs] Copyediting
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
next