summaryrefslogtreecommitdiffstats
path: root/hugo.toml
blob: 7c019d1c4e7e370c7c1960ff15e5265ba3cf3c7f (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
baseURL         = "https://danix.me/"
title           = "Danilo Macrì — Cybersecurity Specialist"
theme           = "danixme"
enableRobotsTXT = true

[minify]
  minifyOutput = true

defaultContentLanguage        = "en"
defaultContentLanguageInSubdir = false

[params]
  name        = "Danilo Macrì"
  handle      = "danix"
  location    = "Italy"
  cert        = "eJPT"
  focus       = "Pen Testing"
  favicon     = "/img/fav.png"    # path from static/ — supports .png, .ico, .svg
  logo        = "/img/lampD.png"  # navbar logo image (leave empty to show text only)
  description = "Cybersecurity Specialist and eJPT-certified Penetration Tester helping companies secure networks, apps, and systems."
  og_image    = "/img/og-cover.jpg"  # 1200×630 social sharing image — create this file

[[menus.main]]
  name       = "Blog"
  url        = "https://danix.xyz"
  weight     = 80
  [menus.main.params]
    external = true

[languages]
  [languages.en]
    label = "EN"
    weight       = 1
    contentDir   = "content/en"
    title        = "Danilo Macrì — Cybersecurity Specialist"
    [languages.en.params]
      flag      = "gb"
      cv        = "/files/Danilo Macri - EN.pdf"
      og_locale = "en_GB"
  [languages.it]
    label = "IT"
    weight       = 2
    contentDir   = "content/it"
    title        = "Danilo Macrì — Specialista in Cybersecurity"
    [languages.it.params]
      flag      = "it"
      cv        = "/files/Danilo Macri - IT.pdf"
      og_locale = "it_IT"