-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.toml
44 lines (32 loc) · 1.36 KB
/
theme.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
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "HugoVSCode"
license = "MIT"
licenselink = "https://github.com/JohnRoos/HugoVSCode/blob/main/LICENSE"
description = "A Hugo theme made with inspiration from VSCode."
homepage = "https://github.com/JohnRoos/HugoVSCode/"
tags = ["VSCode"]
features = []
min_version = "0.41.0"
[author]
name = "John Roos"
homepage = "https://blog.roostech.se/"
# Below are the supported settings which you can add to your site config (do not uncomment them here)
# Add the following configuration to have a description and site name.
# [params]
# Description = "A blog about life, universe and everything."
# displayedSiteName = "blog.example.com"
# Optional settings:
# To enable Google Analytics (this will add a JavaScript, sorry)
# googleAnalytics = "XX-XXXXXXXX-X"
# To enable disqus comments (this will add a JavaScript, sorry again)
# disqusShortname = "my-disqus-name"
# To enable twitter cards (another javascript, my bad)
# [params]
# twitterHandle = "@myhandle"
# twitterDomain = "http://blog.example.com/"
# If you would like to disable disqus comments on a single post or page, add the following in front matter:
# disableComments: true
# To disable comments on the entire site, add the following to the site config:
# [params]
# disableComments: true