aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.toml
blob: 3dbd921c9e2f6c973daba82c574f986a43e5815c (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
baseurl = "https://phosh.mobi/"
title = "Phosh"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"

paginate = 20

pygmentsstyle = "xcode"
pygmentscodefences = true
pygmentscodefencesguesssyntax = false

#disqusShortname = "yourdiscussshortname"

[params]
  info = "A user interface for your mobile phone"
  description = "A user interface for your mobile phone"
  keywords = "phone,linuxmobile,mobilelinux,linux"

  favicon_32 = "images/favicon-32x32.png"
  favicon_16 = "images/favicon-16x16.png"

  since = 2023

  enableTwemoji = true

  colorScheme = "dark"
  hidecolorschemetoggle = true

  customCSS = ["css/custom.css"]
  # customSCSS = ["scss/custom.scss"]
  # customJS = ["js/custom.js"]

  # For twitter:card
  images = ['images/site-feature-image.png']

  # For our shortcodes
  latest_stable = "0.38.0"

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

# Logo
[params.logo]
  url = "images/logo.png"
  width = 200
  height = 157

# Social links
[[params.social]]
  name = "GNOME"
  icon = "fa fa-code fa-2x"
  weight = 2
  url = "https://gitlab.gnome.org/World/Phosh/"
[[params.social]]
  name = "Matrix"
  icon = "fa fa-matrix-org fa-2x"
  weight = 2
  url = "https://matrix.to/#/#phosh:talk.puri.sm"
[[params.social]]
  name = "Wiki"
  icon = "fa fa-file-text fa-2x"
  weight = 2
  url = "https://gitlab.gnome.org/World/Phosh/phosh/-/wikis/Home"
[[params.social]]
  name = "Wiki"
  icon = "fa fa-mastodon fa-2x"
  weight = 2
  url = "https://social.librem.one/tags/phosh"

# Menu links
[[menu.main]]
   name = "Releases"
   weight = 1
   url  = "releases/"
[[menu.main]]
  name = "Blog"
  weight = 2
  url = "posts/"
[[menu.main]]
  name = "About"
  weight = 3
  url = "about/"
[[menu.main]]
  name = "FAQ"
  weight = 4
  url = "faq/"

[markup]
  [markup.goldmark]
    [markup.goldmark.renderer]
    unsafe = true