-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
74 lines (58 loc) · 2.2 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
# Hugo variables
#
baseurl = "https://suncoastlug.org/"
languageCode = "en-us"
title = "Suncoast Linux Users Group"
theme = "slug"
# number of posts to show on home/category/tag pages (Default: 10)
paginate = 5
# optionally override the site's footer with custom copyright text
copyright = "Except where otherwise noted, content on this site is licensed under a [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/)."
#googleAnalytics = "UA-123-45"
[permalinks]
post = "/:year/:month/:title/"
page = "/page/:filename/"
[[menu.sidebar]]
name = "Meetup Group"
url = "https://www.meetup.com/Suncoast-LUG/"
[[menu.sidebar]]
name = "Facebook Group"
url = "https://www.facebook.com/groups/slug.fl"
# Theme variables
#
[params]
# Site author
author = "SLUG"
# Description/subtitle for homepage (can be Markdown)
description = "A simple Hugo theme based on the Bootstrap v4 blog example."
# Format dates with Go's time formatting
date_format = "Mon Jan 02, 2006"
# verification string for Google Webmaster Tools
#google_verify_meta = "BAi57DROASu4b2mkVNA_EyUsobfA7Mq8BmSg7Rn-Zp9"
# verification string for Bing Webmaster Tools
#bing_verify_meta = "3DA353059F945D1AA256B1CD8A3DA847"
# verification string for Yandex Webmaster Tools
#yandex_verify_meta = "66b077430f35f04a"
[params.sidebar]
# Optional about block for sidebar (can be Markdown)
about = "Promoting Open Source in the Tampa Bay Area since 1997"
# How many posts to show on the sidebar (Default: 5)
#num_recent_posts = 2
[params.social]
# Optional, used for attribution in Twitter cards
# See: https://dev.twitter.com/cards/types/summary-large-image
#twitter = "username"
[params.sharingicons]
# Hide the sharing icons on posts? (Default: false)
hide = false
# Optionally, set any of these to false to hide them:
#facebook = true
googleplus = false
linkedin = false
#twitter = true
# Default content language for Hugo 0.17's multilingual support (default is "en")
# See: https://github.com/spf13/hugo/blob/master/docs/content/content/multilingual.md
#DefaultContentLanguage = "en"
# Languages to render
#[languages.en]
#[languages.bg]