aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/config.toml
blob: 855fcc0ff74b327f4df4d3f31df20cdf7a5af7ed (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
baseurl = "/posts/"
title = "Edwin Mattiacci - Posts"
languageCode = "en-us"
disableKinds = ["404"]

# Pagination
paginate = 3
paginatePath = "page"

# Theme to use
theme = "edwin"

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

# Links format

[permalinks]
  post = "/:year/:month/:title/"

[params]
  # Main sections (currently used for the recent posts in the sidebar)
  mainSections = ["post"]

  # Default author
  author = "Edwin Mattiacci"

  # Date format (default: Jan 2, 2006)
  # date_format = "Jan 2, 2006"

  # Display post summaries instead of content in list templates (default: true)
  # truncate = false

  [params.sidebar]
    # Whether to show the recent posts or not (default: true)
    # showRecent = false

    # Whether to show the taxonomies or not (default: true)
    # showTaxonomy = false

    # How many posts to show on the sidebar (Default: 5)
    # num_recent_posts = 5