summaryrefslogtreecommitdiff
path: root/config.toml
blob: f65402ccef0ef1d0ad1727af7912a5decdef7500 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
baseURL = "/"
languageCode = "en-us"
title = "YAMS - Yet Another Media Server"
themesDir = "themes"
theme = "hugo-whisper-theme"

pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true

[module]
  [module.hugoVersion]
    extended = true
    min = "0.55.0"

# Controls how many words are printed in the content summary on the docs homepage.
# See https://gohugo.io/content-management/summaries/
summaryLength = 30

[[menu.main]]
    name = "Home"
    url = "/"
    weight = 1

[[menu.main]]
    name = "Docs"
    url = "/docs/"
    weight = 2

[params]
  homepage_button_link = '/docs'
  homepage_button_text = 'Read The Docs'
  homepage_intro = 'YAMS is a basic but powerful media server, easy to install in a bash script'
  homepage_image = '/install-yams.gif'

  ## You can enable to add anchor links to header elements
  # enable_anchor_link = true

  [params.homepage_meta_tags]
    meta_description = "YAMS is a basic but powerful media server, easy to install in a bash script"
    meta_og_title = "YAMS - Yet Another Media Server"
    meta_og_type = "website"
    meta_og_url = "https://yams.media"
    meta_og_image = "/pics/logo.webp"
    meta_og_description = "YAMS is a basic but powerful media server, easy to install in a bash script"

  [params.logo]
      standard  = "/pics/logo.webp"
      mobile  = "/pics/logo.webp"