-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
92 lines (73 loc) · 2.42 KB
/
config.toml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
baseurl = "/"
title = "Nunux Keeper"
theme = "hugo-universal-theme"
languageCode = "en-us"
# Enable Google Analytics by entering your tracking code
# googleAnalytics = ""
# Define the number of posts per page
paginate = 10
[params]
viewMorePostLink = "/blog/"
author = "@ncarlier"
# Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
style = "default"
about_us = "<p>Nunux Keeper is a free software proudly crafted with <i class='fa fa-heart-o'></i> by <a href='https://twitter.com/ncarlier' target='_blank'>@ncarlier</p>"
copyright = "Copyright (c) 2017, Nunux Org; all rights reserved."
# Format dates with Go's time formatting
date_format = "January 2, 2006"
logo = "img/logo.png"
[Permalinks]
blog = "/blog/:year/:month/:day/:filename/"
[[params.menu]]
name = "Home"
url = "/"
weight = 1
[[params.menu]]
name = "Blog"
url = "/blog/"
weight = 2
[[params.menu]]
name = "Hosting"
url = "https://app.nunux.org/keeper"
weight = 3
[[params.menu]]
name = "Documentation"
url = "/doc/"
weight = 4
[[params.menu]]
name = "Sources"
icon = "github"
url = "https://github.com/nunux-keeper"
weight = 5
# Enable and disable widgets for the right sidebar
[params.widgets]
categories = true
tags = true
search = true
[params.carousel]
enable = true
# All carousel items are defined in their own files. You can find example items
# at 'exampleSite/data/carousel'.
# For more informtion take a look at the README.
[params.features]
enable = true
# All features are defined in their own files. You can find example items
# at 'exampleSite/data/features'.
# For more informtion take a look at the README.
[params.testimonials]
enable = false
[params.see_more]
enable = true
icon = "fa fa-cloud"
title = "Do you want to try?"
subtitle = "You can use for free our hosted service... as long our server handle the load ;-)"
link_url = "https://app.nunux.org/keeper"
link_text = "Let's start content curation"
[params.clients]
enable = true
title = "Under the hood"
subtitle = "Nunux Keeper is built upon solid rock technologies as:"
[params.recent_posts]
enable = true
title = "From the blog"
subtitle = "Because this app is made with love it's seem logical to share how it has been built and what is planned for the next releases."