diff --git a/assets/.DS_Store b/assets/.DS_Store index 6089b928..d60f687c 100644 Binary files a/assets/.DS_Store and b/assets/.DS_Store differ diff --git a/assets/images/checkbox-illustration.png b/assets/images/checkbox-illustration.png new file mode 100644 index 00000000..0bd2196f Binary files /dev/null and b/assets/images/checkbox-illustration.png differ diff --git a/content/english/_index.md b/content/english/_index.md index 142c61a3..e565f8dd 100755 --- a/content/english/_index.md +++ b/content/english/_index.md @@ -1,18 +1,18 @@ --- # Banner banner: - title: "The Ultimate Starter Template You Need To Start Your Hugo Project" - content: "Hugoplate is a free starter template built with Hugo and TailwindCSS, providing everything you need to jumpstart your Hugo project and save valuable time." - image: "/images/banner.png" + title: "Welcome to the Fediversity Project" + content: "The Fediversity Project is a comprehensive effort to bring easy-to-use, hosted cloud services that have service portability and personal freedom at their core to everyone." + image: "/images/checkbox-illustration.png" button: enable: true - label: "Get Started For Free" - link: "https://github.com/zeon-studio/hugoplate" + label: "For You" + link: "/individuals" # Features features: - - title: "What's Included in Hugoplate" - image: "/images/service-1.png" + - title: "Consortium" + # image: "/images/service-1.png" content: "Hugoplate is a comprehensive starter template that includes everything you need to get started with your Hugo project. What's Included in Hugoplate" bulletpoints: - "10+ Pre-build pages" @@ -22,8 +22,8 @@ features: - "SEO-optimized for better search engine rankings" - "**Open-source and free** for personal and commercial use" button: - enable: false - label: "Get Started Now" + enable: true + label: "Learn more" link: "#" - title: "Discover the Key Features Of Hugo" diff --git a/data/theme.json b/data/theme.json index a17716f2..9053a41c 100644 --- a/data/theme.json +++ b/data/theme.json @@ -2,7 +2,7 @@ "colors": { "default": { "theme_color": { - "primary": "#121212", + "primary": "#FF6E00", "body": "#fff", "border": "#eaeaea", "theme_light": "#f6f6f6", @@ -11,7 +11,7 @@ "text_color": { "default": "#444444", "dark": "#040404", - "light": "#717171" + "light": "#FF6E00" } }, "darkmode": { diff --git a/hugo.toml b/hugo.toml index c4412aec..503b70c1 100755 --- a/hugo.toml +++ b/hugo.toml @@ -2,11 +2,11 @@ # The base URL of your site (required). This will be prepended to all relative URLs. baseURL = "/" # Title of your website (required). -title = "Hugoplate" +title = "Fediversity" # Your theme name theme = "hugoplate" # Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List -timeZone = "America/New_York" +timeZone = "Europe/Amsterdam" # post pagination paginate = 2 # see https://gohugo.io/extras/pagination/ # post excerpt