brevno-suite/hugo
2015-02-22 spf13Updating the final release notes for v0.13 v0.13
2015-02-21 Anthony Fok[Docs] Clarify the switch to `canonifyurls = false...
2015-02-21 Anthony FokUpdate README.md and overview/installing.md
2015-02-20 bepAvoid race condition in target list init
2015-02-20 bepAvoid race condition in isInnerShortcode
2015-02-19 Cyrill SchumacherAdd trailing file separator to temp dir
2015-02-19 bepUse $.Paginator in template
2015-02-18 bepReturn unmodified content if panic in LiveReloadInject
2015-02-18 bepAdd revocer in LiveReloadInject
2015-02-18 René JochumSuppress errors for symbolic links witch point to a...
2015-02-18 riboflavinadd note that running with watch doesn't produce a...
2015-02-17 karlandAdd information to highlighting with Payments
2015-02-17 Anthony FokAdapt to relative path bug fix in purell
2015-02-17 Cyrill SchumacherMoved futured getSQL topic to another branch
2015-02-17 Cyrill SchumachergetJson and getCsv documentation proof reading by ...
2015-02-17 Cyrill SchumacherUpdate Dynamic Content docs
2015-02-17 Cyrill SchumacherUpdate doc
2015-02-17 Cyrill SchumacherAdd getSQL idea
2015-02-17 Cyrill SchumacherInitial doc file: Dynamic Content
2015-02-17 Cyrill SchumacherFix bug where running hugo without options causes to...
2015-02-17 Cyrill SchumacherGetJson and GetCsv have now variadic URL parts so that...
2015-02-17 Cyrill SchumacherAdd --ignoreCache CLI flag with description "Ignores the
2015-02-17 Cyrill SchumacherAdding getJson and getCsv to funcMap
2015-02-17 Cyrill SchumacherFix bug on windows where the backslash got removed...
2015-02-17 Cyrill SchumacherMerge to stay up to date with current dev
2015-02-17 Anthony FokQuote strings in `hugo config` output
2015-02-17 Anthony FokRevert "Expansion of unit tests for utils/utils.go"
2015-02-17 bepFix canonifyurl vs schemaless links
2015-02-17 Owen WallerExpansion of unit tests for utils/utils.go
2015-02-17 Anthony Fok[Docs] Minor copyediting of highlighting.md
2015-02-17 karlandAdd information to highlighting with Pygments
2015-02-17 karlandList of variables
2015-02-17 Maxime MichelFixed a typo
2015-02-16 Anthony FokMake "Indexes" the alias and "Taxonomies" the canonical...
2015-02-16 spf13Merge branch 'master' of github.com:spf13/hugo
2015-02-16 Anthony FokREADME.me: Add linefeed that got lost in the last commit
2015-02-16 Anthony Fok[Docs] Add pointers to roadmap; new tweet and article
2015-02-16 bepImprove abs url replacement speed
2015-02-16 bepAdd benchmark for AbsUrlInXml
2015-02-14 Ivan FraixedesAnother link in the same page
2015-02-14 Ivan FraixedesFixed invalid link to partials
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
next