-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
59 lines (45 loc) · 1.99 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
baseURL = "https://apps-script-snippets.contributor.pw"
# The name of this wonderful theme ;-).
# theme = 'hugo-bearblog'
# Basic metadata configuration for your blog.
author = "Alex Ivanov <ai@contributor.pw>"
copyright = "Copyright © 2021, Alex Ivanov."
languageCode = "en-US"
title = "Google Apps Script snippets ᕦʕ •ᴥ•ʔᕤ"
# Generate a nice robots.txt for SEO
enableRobotsTXT = true
# Generate "Bearblog"-like URLs !only!, see https://bearblog.dev/.
disableKinds = ["taxonomy"]
ignoreErrors = ["error-disable-taxonomy"]
ignoreFiles = [ "\\.json$", "\\.js$" ]
pygmentsUseClasses = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
startLevel = 3
endLevel = 4
ordered = false
[permalinks]
tags = "/:slug/"
[params]
# The "description" of your website. This is used in the meta data of your generated html.
description = "Hugo + Bear = :heart:"
# The path to your "favicon". This should be a square (at least 32px x 32px) png-file.
# Hint: It's good practise to also put a "favicon.ico"-file into your "static"-folder.
favicon = "images/favicon.png"
# These "images" are used for the structured data templates. This will show up, when
# services like Twitter or Slack want to generate a preview of a link to your site.
# See https://gohugo.io/templates/internal#twitter-cards and
# https://gohugo.io/templates/internal#open-graph.
images = ["images/share.png"]
# Another "title" :-). This one is used as the site_name on the Hugo's internal
# opengraph structured data template.
# See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph.
title = "Google Apps Script Snippets"
# This theme will, by default, inject a made-with-line at the bottom of the page.
# You can turn it off, but we would really appreciate if you don’t :-).
# hideMadeWithLine = true
snippetsRepo = "https://github.com/contributorpw/google-apps-script-snippets"
thisRepo = "https://github.com/contributorpw/google-apps-script-snippets-hugo-site"