-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.toml
33 lines (26 loc) · 1.21 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
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemesSiteBuilder#theme-configuration for an example
name = "Semantic Web for Hugo"
license = "MIT"
licenselink = "https://codeberg.org/yelosan/hugo-semantic-web/src/branch/main/LICENSE"
description = "Add structured data (Schema.org JSON-LD) to your website to improve SEO."
# The home page of the theme, where the source can be found.
homepage = "https://codeberg.org/yelosan/hugo-semantic-web"
# If you have a running demo of the theme.
#demosite = "https://gohugo.io"
tags = ["SEO", "JSON-LD", "Schema.org", "Structured Data", "Linked Data", "SemWeb", "YourOnly.One"]
features = ["Organization", "WebSite", "WebPage", "WebContent", "Article", "BlogPosting", "Person", "ImageObject", "VideObject"]
# If the theme has multiple authors
#authors = [
# {name = "Name of author", homepage = "Website of author"},
# {name = "Name of author", homepage = "Website of author"}
#]
# If the theme has a single author
[author]
name = "techmagus ― I'M YourOnly.One"
homepage = "https://youronly.one"
# If porting an existing theme
[original]
author = "Martijn00"
homepage = "https://baseflow.com"
repo = "https://github.com/Baseflow/HugoStructuredData"