aboutsummaryrefslogtreecommitdiff
path: root/themes/bare/theme.toml
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-12-20 20:33:57 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-12-20 20:33:57 +0100
commit1ac073cc30a23b68371e819c77422b4906dd4f20 (patch)
tree52469a6067a714dc93fb5a971ab620dd4a1c6c46 /themes/bare/theme.toml
parent6342c2d1cc08bf6edb7f0ffdbdb69ce5b8be62dd (diff)
downloadmitjafelicijan.com-1ac073cc30a23b68371e819c77422b4906dd4f20.tar.gz
Move to bare theme.
Diffstat (limited to 'themes/bare/theme.toml')
-rwxr-xr-xthemes/bare/theme.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/themes/bare/theme.toml b/themes/bare/theme.toml
new file mode 100755
index 0000000..bf6fd7f
--- /dev/null
+++ b/themes/bare/theme.toml
@@ -0,0 +1,16 @@
1# theme.toml template for a Hugo theme
2# See https://github.com/gohugoio/hugoThemes#themetoml for an example
3
4name = "Simple"
5license = "MIT"
6licenselink = "https://github.com/mitjafelicijan/hugo-simple/blob/master/LICENSE"
7description = "Simlistic theme"
8homepage = "http://mitjafelicijan.com/"
9tags = []
10features = []
11min_version = "0.41.0"
12
13[author]
14 name = "Mitja Felicijan"
15 homepage = "https://mitjafelicijan.com"
16