hugolib: apply some more Golint rules
menu: make receiver name on Page methods consistent
page: make receiver name on Page methods consistent
Prevent 404.html from prettifying into 404/index.html
Avoid panic when pagination on 0 pages
Add benchmark for the shortcode lexer
Update github-pages-blog.md
Tidying the Readme a bit more
Using a smaller Header Image
Restructure top of Readme.md
Merge pull request #944 from gitter-badger/gitter-badge
Update Readme.md with additional contribution guides
Allow the same shortcode to be used with or without inline content
Improve error message on missing shortcode inner content
Keep trailing slash when baseUrl contains a sub path
[Docs] NetBSD and ARM pre-built binaries are already provided
Updating the final release notes for v0.13
[Docs] Clarify the switch to `canonifyurls = false` as default
Update README.md and overview/installing.md
Avoid race condition in target list init
Avoid race condition in isInnerShortcode
Add trailing file separator to temp dir
Return unmodified content if panic in LiveReloadInject
Suppress errors for symbolic links witch point to a file.
add note that running with watch doesn't produce a site suitable for deployment
Add information to highlighting with Payments
Adapt to relative path bug fix in purell
Moved futured getSQL topic to another branch
getJson and getCsv documentation proof reading by @msjulias
Update Dynamic Content docs
Update doc
Add getSQL idea
Initial doc file: Dynamic Content
Fix bug where running hugo without options causes to create
GetJson and GetCsv have now variadic URL parts so that you can submit pre or post parts of an URL. The parts will be joined to the final URL.
Add --ignoreCache CLI flag with description "Ignores the
Adding getJson and getCsv to funcMap
Fix bug on windows where the backslash got removed in func MakePath()
Merge to stay up to date with current dev
Quote strings in `hugo config` output
Revert "Expansion of unit tests for utils/utils.go"
Expansion of unit tests for utils/utils.go
[Docs] Minor copyediting of highlighting.md
Add information to highlighting with Pygments
List of variables
Fixed a typo
Make "Indexes" the alias and "Taxonomies" the canonical name
Merge branch 'master' of github.com:spf13/hugo
README.me: Add linefeed that got lost in the last commit
[Docs] Add pointers to roadmap; new tweet and article
Improve abs url replacement speed
Add benchmark for AbsUrlInXml
Another link in the same page
Fixed invalid link to partials
Update docs so that `figure` includes the `class` parameter.
Add 'config' command to list site configuration
[commands/new.go] Update theme.toml etc.
Remove nohup.out committed by accident
Doc Data Files: Add section about themes and expanded the example a bit
Fix typo: GetJson -> GetCsv
Add showcase entry for consequently.org
Avoid converting summary to []byte and back to string
Better error message for data-file parsing errors
DataDir: Minor polish and add missing tests
Reads data files inside data/ and makes data available in .Site.Data
[Docs] Say which directory to clone the hugoThemes
parser.FormatSanitize() MetaDataFormat for date too
Fix Truncate
Replace 4 strings.Replace with 1 strings.Replacer
Avoid calling strings.Fields multiple times with same content