all: Unify case of config variable names
authorAlbert Nigmatzianov <albertnigma@gmail.com>
Mon, 24 Oct 2016 18:56:00 +0000 (20:56 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 24 Oct 2016 18:56:00 +0000 (20:56 +0200)
commitf21e2f25c99c547a2f35d209935f8f1c52fa2671
treef2bb860213e88b0244c31144cfcd872665096f06
parentd9f54a13c14f12ccc8af33e9dbd611c2cd113324
all: Unify case of config variable names

All config variables starts with low-case and uses camelCase.

If there is abbreviation at the beginning of the name, the whole
abbreviation will be written in low-case.
If there is abbreviation at the end of the name, the
whole abbreviation will be written in upper-case.
For example, rssURI.
67 files changed:
commands/convert.go
commands/hugo.go
commands/import_jekyll.go
commands/list.go
commands/new.go
commands/server.go
commands/server_test.go
create/content.go
create/content_test.go
docs/content/content/multilingual.md
docs/content/extras/aliases.md
docs/content/extras/menus.md
docs/content/extras/urls.md
docs/content/meta/release-notes.md
docs/content/overview/configuration.md
docs/content/overview/introduction.md
docs/content/overview/quickstart.md
docs/content/templates/content.md
docs/content/templates/go-templates.md
docs/content/templates/variables.md
docs/content/tutorials/create-a-multilingual-site.md
docs/content/tutorials/creating-a-new-theme.md
docs/content/tutorials/github-pages-blog.md
docs/content/tutorials/migrate-from-jekyll.md
examples/blog/config.toml
examples/multilingual/config.toml
helpers/configProvider.go
helpers/content.go
helpers/content_renderer.go
helpers/content_renderer_test.go
helpers/language.go
helpers/path.go
helpers/path_test.go
helpers/pygments.go
helpers/pygments_test.go
helpers/url.go
helpers/url_test.go
hugofs/fs.go
hugofs/fs_test.go
hugolib/config.go
hugolib/config_test.go
hugolib/embedded_shortcodes_test.go
hugolib/handler_page.go
hugolib/handler_test.go
hugolib/hugo_sites.go
hugolib/hugo_sites_test.go
hugolib/menu_test.go
hugolib/page.go
hugolib/page_permalink_test.go
hugolib/page_test.go
hugolib/pagination_test.go
hugolib/robotstxt_test.go
hugolib/rss_test.go
hugolib/shortcode_test.go
hugolib/site.go
hugolib/site_show_plan_test.go
hugolib/site_test.go
hugolib/site_url_test.go
hugolib/sitemap_test.go
source/file.go
source/filesystem.go
tpl/template_funcs.go
tpl/template_funcs_test.go
tpl/template_i18n.go
tpl/template_i18n_test.go
tpl/template_resources.go
tpl/template_resources_test.go