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
tpl: Extend where to iterate over maps
tpl: Fix typos in tests
hugolib: Fix typos in tests
Replace some leftover os.Stat with hugofs.Source
Fix reload dir matching in theme
Handle symlink change event
docs: Remove JPEG as format for showcase thumbnails
docs: Add davidyat.es to the showcase
parser: Use strings.Contains instead of strings.Index
parser: Simplify err conditions
commands: Delete useless conversion
commands: Simplify err condition
commands: Delete unused newUserErrorF
Fixe target path location check in jekyll import command
Prevent panic on empty authorlist
Remove redundant field in sort helper struct
tpl: Make it more clear on missing language string
Redirect to root when DefaultContentLanguageInSubdir = false
Fix paginator counter on x86-32
Add TODO list support for Blackfriday
Fix shortcode vs pygments
Fix pagination page counter on 32 bit
Reset the i18n func map on reload
docs: Fix typos in multilingual section
Add missing read lock in getNodes
Bump Travis to Go 1.7.1
Make it the DEV version
Fix go vet 1.7 issues
Add a global Reset func
Make sure the 404 node has .Data.Pages
Fix site reset for benchmarks etc.
Fix multilingual reload when shortcode changes
Set lang template globals for each site when render shortcodes
Small adjustment to SiteInfo init
docs: Fix spelling: HasTranslations > IsTranslated
Create a copy of the section node for RSS
Fix Data in multisites
docs: Get the variable and funcs re multilingual up-to-date
Add JSON config to the multilanguage testing
Fix YAML loading of multilingual config
Add temp MULTILINGUAL version suffix to this branch
Create a Node map to get proper node translations
doc: Fix TOML vs YAML in multilang section