Configuration File: config.toml

This is the Minimo’s configuraion file ( config.toml ) file of this site:

baseURL = "https://www.klariti.com/fr/"
title = "Modèles pour Excel, Word et Apple"
# for smart copyright line, leave this blank and check [params.copyright]
copyright = ""

theme = "minimo"

[menu]

  [[menu.main]]
    identifier = "free"
    name = "gratuits"
    pre = "<i class='fa fa-heart'></i>"
    url = "/tags/free/"
    weight = -110

  [[menu.main]]
    identifier = "tutoriel"
    name = "tutoriel"
    pre = "<i class='fa fa-heart'></i>"
    url = "/tags/tutoriel/"
    weight = -130

  [[menu.main]]
    identifier = "Klariti"
    name = "Klariti.com"
    pre = "<i class='fa fa-heart'></i>"
    url = "https://klariti.com/"
    weight = -90

   [[menu.sidebar]]
    identifier = "modèle"
    name = "modèles a-z"
    pre = "<i class='fa fa-heart'></i>"
    url = "/tags/modèle/"
    weight = -260
	
  [[menu.sidebar]]
    identifier = "word"
    name = "ms word"
    pre = "<i class='fa fa-heart'></i>"
    url = "/tags/word/"
    weight = -250

  [[menu.sidebar]]
    identifier = "excel"
    name = "ms excel"
    pre = "<i class='fa fa-heart'></i>"
    url = "/tags/excel/"
    weight = -230
	
  [[menu.sidebar]]
    identifier = "sdlc"
    name = "sdlc"
    pre = "<i class='fa fa-heart'></i>"
    url = "/tags/sdlc/"
    weight = -220

  [[menu.sidebar]]
    identifier = "qa"
    name = "qa"
    pre = "<i class='fa fa-heart'></i>"
    url = "/tags/test/"
    weight = -210

  [[menu.sidebar]]
    identifier = "pm"
    name = "pm"
    pre = "<i class='fa fa-heart'></i>"
    url = "/tags/project/"
    weight = -200

  [[menu.sidebar]]
    identifier = "apple"
    name = "apple"
    pre = "<i class='fa fa-heart'></i>"
    url = "/tags/apple/"
    weight = -190

googleAnalytics = ""

Paginate = 5
preserveTaxonomyNames = true

enableRobotsTXT = true # generate robots.txt

# Syntax Highlighting ( https://gohugo.io/content-management/syntax-highlighting/ )
pygmentsCodefences = true

enableEmoji = true

# Missing translations will default to this content language
defaultContentLanguage = "en"

[params.info]
description = "Modèles pour Excel, Word et Apple"
title404 = "Nothing's here!"

[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 = "Ivan Walsh"
startYear = "2018"
suffix = ""

[params.settings]
# date & time format: https://klariti.com/
dateFormat = "2006, Jan 02"
listDateFormat = "2006, Jan 02"
archiveDateFormat = "Jan 02"
hideEntryNavigation = ["page"] # boolean / array of sections
showReadingTime = true
showLastmod = true
taxonomyCloudShuffle = true
accentColor = "#ffcd00"
hideMainMenu = false

[params.sidebar]
enable = true

[params.widgets]
homepage = ["recent_posts"]
sidebar = ["about","sidebar_menu"]
footer = ["social_menu"]

[params.opengraph.facebook]
admins = [] # array of Facebook IDs
appID = ""
pageID = ""

[params.opengraph.twitter]
page = "" # Twitter page username

[params.seo]
# Title Separator: - – — · • * ⋆ | ~ « » < >
titleSeparator = "•"

[params.social]
facebook = "klariti"
linkedin = "ivanwalsh"
twitter = "klaritidotcom"
youtube = "UCUbUHUG6_Cxh3jM_2cVFNGg"

[params.comments]
enable = false

[params.comments.staticman]
enable = true
apiEndpoint = "https://api.staticman.net/v2/entry"
maxDepth = 2

[params.comments.staticman.github]
username = "MunifTanjim"
repository = "minimo"
branch = "master"

# Utterances: https://utteranc.es
[params.comments.utterances]
enable = false
issueTerm = "pathname" # pathname / url / title

[params.comments.utterances.github]
username = "MunifTanjim"
repository = "minimo"

[params.search]
client = "" # algolia / fuse / lunr

[params.search.algolia]
appId = ""
indexName = ""
searchApiKey = ""

[taxonomies]
author = "authors"
category = "categories"
series = "series"
tag = "tags"

[permalinks]
page = "/:slug/"

[blackfriday]
hrefTargetBlank = true

[languages]
# edit this block for your own language
[languages.en]
lang = "fr"
languageName = "French"
weight = 1