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: 183b372d6b58fe5ea0fb612cc3bb7a02e21d4878 (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
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"

  # favicon = "favicon.ico" # TODO: add support
  cover = "images/vancouver.jpg"
  ogImage = "images/og_image.jpg"

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


  # logo = "images/logo.png" # TODO: add support
  avatar = "images/avatar.jpg"

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

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