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

config.toml « exampleSite - github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9b5648f92ad8764de5eaff3e963c366ab366e10 (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
theme = "bento"
languageCode = "en-us"
baseurl = "https://bento-hugo-theme.netlify.app/"
title = "Bento"

author = "Leonardo Faria"
copyright = "MIT"

# Code higlighting settings
pygmentsCodefences = true
pygmentsStyle = "vs"

googleAnalytics = "UA-157386-36"
disqusShortname = "bento-hugo-theme"

[taxonomies]
category = "categories"
tag = "tags"

[markup.highlight]
  style = "github"
[markup.goldmark.renderer]
  unsafe = true

[params]
  name = "Bento"
  intro = true
  headline = "This is a headline"
  description = "A minimalist theme for Hugo, build with Tailwind CSS."

  copyright = "Copyright © 2020 Someone"

  cover = "images/vancouver.jpg"
  ogImage = "images/og_image.jpg"

  github = "XXXX"
  twitter = "XXXX"
  linkedin = "https://linkedin.com/in/XXXX"
  email = "email@xxxx.com"

  avatar = "images/avatar.jpg"
  authorBio = "Bento is a doggo who likes to code. Follow him on <a href='#'>Twitter</a>"

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

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

  [[menu.main]]
      name = "Source code"
      url = "https://github.com/leonardofaria/bento"
      weight = 1