From 1bf4d8aca6f81f2dddd0262e74b278cd9985b53d Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 8 Aug 2025 20:50:19 +0200 Subject: initial commit, basic setup --- theme.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 theme.toml (limited to 'theme.toml') 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/" -- cgit v1.2.3