diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-30 00:31:32 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-04-30 00:31:32 +0200 |
| commit | 06e96c7239f5243bdffbe4fdd2485176aea19697 (patch) | |
| tree | 850c4bf581e0c49a0adda321e4881e4c202c952e /theme.toml | |
| parent | 409d947bd996f62c8783b7bb2a81c90b40b648a3 (diff) | |
| download | gohugo-theme-ed-06e96c7239f5243bdffbe4fdd2485176aea19697.tar.gz | |
Reformat theme config
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -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" |
