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
Handle error in config loading
Add IsTranslated to Node and Page
Remove unused Multilingual Viper default
Improve i18n string handling
Render main content language in root by default
Add parent as owner to Site
Make the check command work in multilingual mode
Make sure drafts etc. are not processed
Multilingual TODO-fixes, take 1
Fix some corner cases in revised summary handling
Fix livereload in multilingual mode
Fix the shortcode ref tests
Improve language handling in URLs
Make it possible to configure Blackfroday per language
Make it possible to add a language in server mode
cmd: Load config from the common config loader in hugolib
Get the list commands up to multi-site level
Make taxonomies configurable per language
Make the config loading testable
Add sitemap index for multilingual sites
Redirect to main language from root
Rework the multilingual docs
Render the shortcodes as late as possible
Optimize the multilanguage build process
Move the Build* methods to HugoSites
Move HugoSites to hugolib
Add Translations and AllTranslations to Node
Rework the i18n template func handling
Introduce HugoSites type
Reset translation slice on rebuild
Rename MainSites to Sites
Add Translations and AllTranslations methods to Page
Add proper Language and Languages types
Add multilingual support in Hugo
docs: Fix typo in Quickstart guide
docs: Add open.cinegy.com to the showcase
docs: Add Vim/Emacs plugin to tools section
docs: Clarify first level URL generation
docs: Improve Quickstart guide
docs: Clarify Creating a New Theme
docs: Mention theme config option on Usage page