diff options
| author | Arne Rief <riearn@proton.me> | 2025-08-08 20:50:19 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2025-08-08 20:50:19 +0200 |
| commit | 1bf4d8aca6f81f2dddd0262e74b278cd9985b53d (patch) | |
| tree | 9c4168e894bc52595dadd2d99b29305473f2ebcc /theme.toml | |
initial commit, basic setup
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..002fb02 --- /dev/null +++ b/theme.toml @@ -0,0 +1,15 @@ +# theme.toml template for a Hugo theme +# See https://github.com/gohugoio/hugoThemes#themetoml for an example + +name = "Argo" +license = "GLPv3" +licenselink = "https://www.gnu.org/licenses/gpl-3.0.html" +description = "A clean, minimal, responsive Hugo theme. Comes with multilingual support, theme toggling & a site-wide search." +homepage = "" +tags = ["blog", "dark", "light", "minimal", "multilingual", "responsive"] +features = ["darkmode", "lightmode", "minimal", "multilingual", "responsive", "search"] +min_version = "0.146.0" + +[author] + name = "Arne Rief" + homepage = "https://arnerief.net/" |
