From c486747de6225f0f3ad4c8f0f5d01c0a6bc8dd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 23 Jan 2020 16:12:24 +0100 Subject: [PATCH] Params cleanup --- config.toml | 27 --------------------------- config/_default/params.toml | 2 -- 2 files changed, 29 deletions(-) diff --git a/config.toml b/config.toml index 2170b20c4..5f46294bf 100644 --- a/config.toml +++ b/config.toml @@ -58,33 +58,6 @@ pattern = "2006" [social] twitter = "GoHugoIO" -#CUSTOM PARAMS -[params] - description = "The world’s fastest framework for building websites" - ## Used for views in rendered HTML (i.e., rather than using the .Hugo variable) - release = "0.55.0-DEV" - ## Setting this to true will add a "noindex" to *EVERY* page on the site - removefromexternalsearch = false - ## Gh repo for site footer (include trailing slash) - ghrepo = "https://github.com/gohugoio/hugoDocs/" - ## GH Repo for filing a new issue - github_repo = "https://github.com/gohugoio/hugo/issues/new" - ### Edit content repo (set to automatically enter "edit" mode; this is good for "improve this page" links) - ghdocsrepo = "https://github.com/gohugoio/hugoDocs/tree/master/docs" - ## Gitter URL - gitter = "https://gitter.im/spf13/hugo" - ## Discuss Forum URL - forum = "https://discourse.gohugo.io/" - ## Google Tag Manager - gtmid = "" - - # First one is picked as the Twitter card image if not set on page. - images = ["images/gohugoio-card.png"] - - flex_box_interior_classes = "flex-auto w-100 w-40-l mr3 mb3 bg-white ba b--moon-gray nested-copy-line-height" - - #sidebar_direction = "sidebar_left" - # MARKDOWN ## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday [blackfriday] diff --git a/config/_default/params.toml b/config/_default/params.toml index 6ddf97e56..f123287b2 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -1,7 +1,5 @@ description = "The world’s fastest framework for building websites" -## Used for views in rendered HTML (i.e., rather than using the .Hugo variable) -release = "0.52" ## Setting this to true will add a "noindex" to *EVERY* page on the site.. removefromexternalsearch = false ## Gh repo for site footer (include trailing slash)