-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
58 lines (48 loc) · 1.47 KB
/
config.toml
File metadata and controls
58 lines (48 loc) · 1.47 KB
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
baseUrl = "http://example.org"
languageCode = "en-US"
title = "Arch Linux México"
# Define the number of posts per site
paginate = 10
theme = "arch"
[permalinks]
post = "/:year/:month/:day/:slug"
[params]
# Tell me who you're
location = "México"
site_description = "Comunidad Mexicana de Arch Linux"
copyright = "Powered by [Hugo](https://gohugo.io). Theme by [hugo-theme-arch](https://github.com/syui/hugo-theme-arch)."
# Format dates with Go's time formating
date_format = "2006-01-02"
# Create custom menu entries by defining a label and a link for
# them. Since you can also link posts you've the option the
# place the links before or after them.
#
# E.g.: "Home" appears before all linked posts in the menu
# and "Tags" / "Categories" after them.
[[params.menu]]
before = true
label = "Home"
link = "/"
[[params.menu]]
before = false
label = "Tags"
link = "tags/"
[[params.menu]]
before = false
label = "Categories"
link = "categories/"
# Enter a link for the follow button on the left
[params.profile]
follow_button = ""
[social]
# Add your social network accounts to the profile section on the left
# by entering your username. The links to your account will be
# create automatically.
github = "archlinuxmx"
twitter = "archlinuxmx"
# Enable and disable widgets for the right sidebar
[params.widgets]
recent_articles = true
categories = true
tags = true
tag_cloud = true