docs: Remove deleted article "Hugo on Netlify — Insanely Fast Deploys"
docs: Add "Hugo on Netlify" article to press.md
docs: Add shapeshed.com to the showcase
docs: Add thecodeking.co.uk to the showcase
docs: Add Firebase Hosting to usage.md
docs: Add Firebase Hosting to hosting providers
docs: Add webhook to tools for deployments
docs: Mention GitLab hosting support
hugolib: Prevent TestShortcodeTweet from accessing network
vendor: Update Viper
snap: Add "network-bind" plug for "hugo server" to work
docs: Add Forestry.io to the tools section
docs: Refactor /docs to use the block keyword
Allow to set cache dir in config file
command: Fix hugo new for multiple architectures
vendor: Revert latest Viper
vendor: Update dependencies
docs: Stylize "Mac OS" as "macOS" in v0.17 release notes
docs: Fix grammar in v0.17 release notes
snapcraft.yaml: Bump version to 0.18-DEV
release: version bump to v0.18-DEV
snapcraft.yaml: Bump version to 0.17 for release
commands: Bump min_version to 0.17 for "new theme" subcommand
release: version bump to 0.17
vendor: update viper to latest version
add release notes for v0.17
docs: Add rahulrai.in to the showcase
Whitelist startinline pygments option
travis: Reintroduce asciidoctor to build
snapcraft.yaml: Change grade from "devel" to "stable"
travis: Remove asciidoctor from build
travis: Fix asciidoctor build
travis: Lock asciidoctor to 1.5.4
docs: Regenerate commands doc
Add hugo env command
docs: Us vs you
docs: Improve home page
doc: Improving language in archetypes doc
Update Dockerfile to pull in missing test dependency
docs: Add Lipi to tools section
Fix URL in multilanguage sitemap index
docs: Fix typo in tutorials/how-to-contribute-to-hugo.md
Contributing: Link the "How to contribute" tutorial
docs: Add notes about multilingual menus
Readme: Clarify usage of Gitter
docs: Add tryo labs article to press.md
Deprecate PageMeta.WordCount etc.
Fix half-broken self-closing shortcodes
docs: Fix typo on hosting-on-gitlab
commands: Revise instructions after "hugo new site"
vendor: Update Viper
Fix leaky goroutine
Make multilingual respect DisableSitemap
Add TestChangeDefaultLanguage
tpl: Polish i18n tests
tpl: Improve tests and docs for i18n
vendor: Update go-toml
vendor: Update dependencies
Remove some unused vars
commands: Add some band-aid to convert
tpl: Set i18n bundle once per test run
Add vendoring with govendor
Fix i18n with missing translations and add tests
helpers: Skip TestGetRealPath on Windows when not in CI
Fail early in TestGetRealPath
Revert the "standardize author data"
docs: Improve Overview Configuration manual
Make suure SectionPagesMenu setting is always loaded per language
docs: Add documentation for author profiles
docs: Add multilingual alias example
Add First Class Author Support
Add snapcraft.yaml file
docs: Clarify difference between slug and url
tpl: Add EnableMissingTranslationPlaceholders option
docs: List i18n folder in source organization
docs: Clarify usecase of data files
docs: Fix example of displaying taxonomies
docs: List multilingual tpl vars and show menu creation
docs: List config options for multilingual feature
docs: Fix markdown in content/extras/scratch.md
docs: Fix French translation in multilingual.md
docs: Improve Traversing Local Files
Make paginate settings configurable per language
Do not add lang prefix in URL when set in frontmatter
Lazy calculate WordCount, ReadingTime and FuzzyWordCount
Improve TotalWords counter func
Avoid splitting words for summary
helpers: Improve the language prefix logic
helpers: Avoid adding language prefix if already present
commands: Improve error messages in convert
tpl: Make the *langURL funcs tace interface{}
commands: Report errors in convert
Fix broken convert command
Add Language.LanguageName
Support site menu per language
commands: Fix typos