summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-30 00:31:32 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-30 00:31:32 +0200
commit06e96c7239f5243bdffbe4fdd2485176aea19697 (patch)
tree850c4bf581e0c49a0adda321e4881e4c202c952e
parent409d947bd996f62c8783b7bb2a81c90b40b648a3 (diff)
downloadgohugo-theme-ed-06e96c7239f5243bdffbe4fdd2485176aea19697.tar.gz
Reformat theme config
-rw-r--r--theme.toml26
1 files changed, 13 insertions, 13 deletions
diff --git a/theme.toml b/theme.toml
index a41ab59..643be5f 100644
--- a/theme.toml
+++ b/theme.toml
@@ -23,25 +23,25 @@ tags = [
# The theme's features:
features = [
- # "blog",
- # The theme should work smoothly on desktop as well as mobile browsers.
- "responsive",
- "posts"
- # "opengraph",
- # "favicon",
- # "archive",
- # "search"
+ # "blog",
+ # The theme should work smoothly on desktop as well as mobile browsers.
+ "responsive",
+ "posts"
+ # "opengraph",
+ # "favicon",
+ # "archive",
+ # "search"
]
min_version = "0.84.0"
# If the theme has a single author.
[author]
- name = "Serghei Iakovlev"
- homepage = "https://serghei.blog"
+ name = "Serghei Iakovlev"
+ homepage = "https://serghei.blog"
# If porting an existing theme.
[original]
- author = "Alex Gil"
- homepage = "https://www.elotroalex.com"
- repo = "https://github.com/minicomp/ed"
+ author = "Alex Gil"
+ homepage = "https://www.elotroalex.com"
+ repo = "https://github.com/minicomp/ed"