diff --git a/starters/documentation/go.mod b/starters/documentation/go.mod index ffe65413..2e7377a3 100644 --- a/starters/documentation/go.mod +++ b/starters/documentation/go.mod @@ -1,4 +1,4 @@ -module github.com/wowchemy/hugo-documentation-theme +module github.com/HugoBlox/theme-documentation go 1.15 diff --git a/starters/landing-page/LICENSE.md b/starters/landing-page/LICENSE.md index 2b346a46..8fb24087 100644 --- a/starters/landing-page/LICENSE.md +++ b/starters/landing-page/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-present George Cushen +Copyright (c) 2020-present George Cushen (https://georgecushen.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/starters/landing-page/go.mod b/starters/landing-page/go.mod index 8adb4aed..f4fcb7af 100644 --- a/starters/landing-page/go.mod +++ b/starters/landing-page/go.mod @@ -1,4 +1,4 @@ -module my_website +module github.com/HugoBlox/theme-landing-page go 1.19 diff --git a/starters/landing-page/images/screenshot.png b/starters/landing-page/images/screenshot.png new file mode 100644 index 00000000..d6ef1d07 Binary files /dev/null and b/starters/landing-page/images/screenshot.png differ diff --git a/starters/landing-page/images/tn.png b/starters/landing-page/images/tn.png new file mode 100644 index 00000000..7ae8de27 Binary files /dev/null and b/starters/landing-page/images/tn.png differ diff --git a/starters/landing-page/theme.toml b/starters/landing-page/theme.toml new file mode 100644 index 00000000..5706e201 --- /dev/null +++ b/starters/landing-page/theme.toml @@ -0,0 +1,15 @@ +name = "Landing Page Builder" +license = "MIT" +licenselink = "https://github.com/HugoBlox/theme-landing-page/blob/main/LICENSE.md" +description = "Easily build your landing page with pre-designed blocks. Create beautiful startup websites, marketing websites, and landing pages to accelerate your business growth." + +homepage = "https://github.com/HugoBlox/theme-landing-page" +demosite = "https://theme-landing-page.netlify.app/" + +tags = ["landing", "docs", "blog", "responsive", "minimal", "light", "dark", "multilingual", "dark mode", "tailwind", "company", "gallery"] +features = ["secure", "fast", "search", "dark mode", "widgets"] + +# If the theme has a single author +[author] + name = "George Cushen" + homepage = "https://georgecushen.com/"