From 328c4b03db4fb7f015120a440b7e848a671f3699 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Thu, 3 Sep 2020 21:09:28 +0100 Subject: chore: add exampleSite And associated files for Hugo Themes Site --- theme.toml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 theme.toml (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml new file mode 100644 index 00000000..63b25d87 --- /dev/null +++ b/theme.toml @@ -0,0 +1,49 @@ +name = "Academic" +license = "MIT" +licenselink = "https://github.com/wowchemy/starter-academic/blob/master/LICENSE.md" +description = "Use the website builder to personalize your academic resumé with widgets and deploy with one click! Fully customize your site with themes, plugins, and language packs." +homepage = "https://wowchemy.com" +min_version = "0.73" +tags = ["widgets", + "resume", + "portfolio", + "responsive", + "clean", + "personal", + "company", + "blog", + "minimal", + "light", + "dark", + "multilingual", + "documentation", + "landing page", + "projects", + "single page", + "contact form", + "mobile", + "gallery", + "search", + "presentation", + "simple", + "minimalist", + "starter", + "modern", + "one page", + "customizable", + "technical", + "product", + "slide" + ] +features = ["page builder", "widgets", "themes", "search", "research publication system", "filterable portfolio", + "blog", "create courses", "talks", "events", "slides", "gallery", "contact form"] + +[author] + name = "George Cushen" + homepage = "https://georgecushen.com" + +# If porting an existing theme +[original] + name = "" + homepage = "" + repo = "" -- cgit v1.2.3