From d930897ce379fdbe029e09b1a1cad7ca576fc6fc Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 7 Sep 2022 18:29:20 -0700 Subject: [PATCH] Add theme.toml --- theme.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 theme.toml diff --git a/theme.toml b/theme.toml new file mode 100644 index 00000000..f6d20e68 --- /dev/null +++ b/theme.toml @@ -0,0 +1,12 @@ +demosite = "https://willfaught.github.io/paige" +description = "Simple theme for Hugo" +features = ["blog", "landing page", "responsive", "single column", "menus", "social links"] +homepage = "https://github.com/willfaught/paige" +license = "Apache-2.0" +licenselink = "https://www.apache.org/licenses/LICENSE-2.0" +name = "Paige" +tags = ["articles", "blog", "bootstrap", "landing", "light", "minimal", "personal", "projects", "responsive", "social"] + +[author] + homepage = "https://willfaught.com" + name = "Will Faught"