-
Notifications
You must be signed in to change notification settings - Fork 0
/
localhost.toml
42 lines (40 loc) · 2 KB
/
localhost.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
baseURL = "http://www.gbilder.com/"
languageCode = "en-us"
title = "Louche Cannon"
description = "Blather, twaddle and piffle"
theme = "zen"
# theme = "black-and-light"
[params]
dateformat = "Mon, Jan 2, 2006"
logo = false
search = true
searchSize = 20
submitted = true
footer = "Blather, twaddle and piffle"
feedlinks = true
mobileMenu = true
copyright = "This site is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/)"
# params:
# cacheBustCSS: true # Add a cache busting hash on styles.css
# cacheBustJS: true # Add a cache busting hash on script.js
# contact: "[email protected]"
# copyright: "This site is licensed under a
# (https://creativecommons.org/licenses/by-sa/4.0/)."
# [Creative Commons Attribution-ShareAlike 4.0 International License]
# dateformat: "" # Set the date format, default to "2 January, 2006"
# favicon: "" # Relative path to favicon in json feed, no leading slash.
# feedlinks: true # Show feed links in the footer.
# footer: "A [example.org](https://example.org/) production."
# icon: "" # Relative path to icon in json feed, no leading slash.
# imageMaxWidth: "" # Max width for images added via figure shortcode.
# jquery: true # Add jQuery
# languageDir: "" # Set ltr or rtl, defaults to ltr.
# logo: false # Turn off the logo.
# mobileMenu: true # Turn on a mobile menu on small screens.
# piwikSiteId: # Piwik site id
# piwikTrackerUrl: "" # Piwik url, schemaless and no slash on end (example.com/piwik).
# poweredby: true # Show powered by hugo in footer
# search: true # Site search with DuckDuckGo.
# searchSize: 20 # Search field size, default 20.
# sidebar: true # Show a sidebar to the right
# submitted: true # Show author and date information for a post.