Configuration File: config.toml
This is the Minimo’s configuraion file ( config.toml
) file of this site:
baseURL = "http://www.example.com"
title = "Örebro Läkaresällskap"
# for smart copyright line, leave this blank and check [params.copyright]
copyright = ""
theme = "minimo"
disqusShortname = ""
googleAnalytics = ""
Paginate = 5
preserveTaxonomyNames = true
enableRobotsTXT = true # generate robots.txt
# Syntax Highlighting ( https://gohugo.io/content-management/syntax-highlighting/ )
pygmentsCodefences = true
# Missing translations will default to this content language
defaultContentLanguage = "sv"
[params.info]
description = "Blogg."
title404 = "Inget här!"
[params.assets]
favicon = "favicon.ico"
customCSS = ["css/custom.css"]
customJS = ["js/custom.js"]
gopher = "" # used in 404 template ( Generator: https://gopherize.me )
[params.copyright]
prefix = ""
holder = "Örebro Läkaresällskap"
startYear = "2018"
suffix = ""
[params.settings]
# date & time format: https://golang.org/pkg/time/
dateFormat = "2006, Jan 02"
listDateFormat = "2006, Jan 02"
archiveDateFormat = "Jan 02"
hideEntryNavigation = ["page"] # boolean / array of sections
hideSocialMenu = false
showReadingTime = true
taxonomyCloudShuffle = true
[params.sidebar]
enable = true
sticky = true
[params.widgets]
homepage = ["recent_posts"]
sidebar = ["about","taxonomy_cloud"]
[params.opengraph.facebook]
admins = [] # array of Facebook IDs
appID = ""
pageID = ""
[params.opengraph.twitter]
page = "eriks_tweets" # Twitter page username
[params.seo]
# Title Separator: - – — · • * ⋆ | ~ « » < >
titleSeparator = "•"
[params.social]
codepen = ""
email = "orebrolakare@outlook.com"
facebook = ""
github = "eeenilsson"
gitlab = ""
instagram = ""
linkedin = ""
twitter = "orebrolakare"
telegram = ""
google_scholar = ""
[params.social.config]
platforms = ["github","facebook","twitter","email"]
# ,"codepen","gitlab","linkedin","telegram","google_scholar"
[taxonomies]
author = "authors"
category = "categories"
tag = "tags"
[permalinks]
page = "/:slug/"
# [[menu.main]]
# name = "Repo"
# weight = -10
# identifier = "repository"
# url = "https://github.com/eeenilsson/blog.git"
[blackfriday]
hrefTargetBlank = true
[languages]
# edit this block for your own language
[languages.en]
lang = "en"
languageName = "English"
weight = 1
[languages.sv]
lang = "sv"
languageName = "Svenska"
weight = 1