Skip to content
Snippets Groups Projects
config.toml 3.04 KiB
Newer Older
Florian Thöni's avatar
Florian Thöni committed
baseURL = "##BASEURL##"
paginate =  100
defaultContentLanguage = "en"
enableEmoji = true
# Set the unicode character used for the "return" link in page footnotes.
footnotereturnlinkcontents = "↩"
languageCode = "en-us"
metaDataFormat = "yaml"
title = "Florian Thöni Portfolio"
theme = "gohugoioTheme"

#googleAnalytics = ""

pluralizeListTitles = false

# We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below).
disableAliases = true


# Highlighting config (Pygments)
# It is (currently) not in use, but you can do ```go in a content file if you want to.
pygmentsCodeFences = true

# See https://help.farbox.com/pygments.html
pygmentsStyle = "friendly"

[outputs]
home = [ "HTML", "RSS", "REDIR", "HEADERS" ]
section = [ "HTML", "RSS"]

[mediaTypes]
[mediaTypes."text/netlify"]
suffix = ""
delimiter = ""

[outputFormats]
[outputFormats.REDIR]
mediatype = "text/netlify"
baseName = "_redirects"
isPlainText = true
notAlternative = true
[outputFormats.HEADERS]
mediatype = "text/netlify"
baseName = "_headers"
isPlainText = true
notAlternative = true




#CUSTOM PARAMS
[params]
  description = "Technical and Human cross-domain expertise in IT"
  ## Used for views in rendered HTML (i.e., rather than using the .Hugo variable)
  release = "0.1"
  ## 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://git.afola.ovh/fthoni/fthoni/"
  ## GH Repo for filing a new issue
  github_repo = "https://git.afola.ovh/fthoni/fthoni/issues/new"

  ## 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]
	plainIDAnchors = true
	hrefTargetBlank = true
  angledQuotes = false
  latexDashes = true

## As of v0.20, all content files include a default "categories" value that's the same as the section. This was a cheap future-proofing method and should/could be changed accordingly.
[taxonomies]
  category = "categories"

# High level items





[[menu.docs]]
  name = "Projects"
  weight = 20
  identifier = "Projects"
  url = "/Projects/"

[[menu.docs]]
  name = "CV"
  weight = 10
  identifier = "CV"
  url = "/CV/"

[[menu.docs]]
  name = "Values"
  weight = 30
  identifier = "Values"
  url = "/Values/"


######## GLOBAL ITEMS TO BE SHARED WITH THE HUGO SITES
[[menu.global]]
    name = "Values"
    weight = 30
    identifier = "Values"
    url = "/Values/"

[[menu.global]]
    name = "Projects"
    weight = 20
    identifier = "projects"
    url = "/Projects/"

[[menu.global]]
  name = "CV"
  weight = 10
  identifier = "CV"
  url = "/CV/"


  [[menu.global]]
    name = "GitLab"
    weight = 200
    identifier = "gitlab"
    post = "external"
    url = "https://git.afola.ovh/fthoni/fthoni"