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: 508db86ca6a8015d0ce86972d62a801f5e210401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
baseURL = "https://example.com"
disablePathToLower = true
languageCode = "en-us"
title = "docter"
theme = "docter"

[params]
  # the name of your project and a link back to the home page
  home = "docter"
  # A small snippet of text above the sidebar:
  # subtitle = ""

  author = "org name"
  author_url= "https://github.com/edavidaja"

  # Point readers to your repo and invite them to edit pages 
  repo_host = "Gitlab"
  repo = "https://gitlab.com/edavidaja/docter"

  # Add a reference to a logo, which will appear in the top right
  # logourl = ""
  # logoalt = ""

  # Mention your hosting provider 
  hosted_on = "hosting provider"
  hosted_on_url= "#"

  # main sections
  # change the main section to set the directory where the top articles are sourced
  mainSections = ["post"]