Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.toml « exampleSite - github.com/edavidaja/docter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b56a4ade7d1f20f07bc6d726714433fc7c567bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
baseURL = "https://example.com"
disablePathToLower = true
languageCode = "en-us"
title = "docter"
theme = "docter"

[params]
  name = "Dr. Hugo"
  author="applied research & methods"
  author_url="gohugo.io"
  repo_host = "Gitlab"
  repo = "https://gitlab.com/edavidaja/docter"
  logourl=""
  logoalt=""
  hosted_on="netlify"
  hosted_on_url="https://www.netlify.com"