forked from Fediversity/Fediversity
color changes
This commit is contained in:
parent
f2ef1b3637
commit
a8aed7c7e7
BIN
assets/.DS_Store
vendored
BIN
assets/.DS_Store
vendored
Binary file not shown.
BIN
assets/images/checkbox-illustration.png
Normal file
BIN
assets/images/checkbox-illustration.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
|
@ -1,18 +1,18 @@
|
||||||
---
|
---
|
||||||
# Banner
|
# Banner
|
||||||
banner:
|
banner:
|
||||||
title: "The Ultimate Starter Template You Need To Start Your Hugo Project"
|
title: "Welcome to the Fediversity 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."
|
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/banner.png"
|
image: "/images/checkbox-illustration.png"
|
||||||
button:
|
button:
|
||||||
enable: true
|
enable: true
|
||||||
label: "Get Started For Free"
|
label: "For You"
|
||||||
link: "https://github.com/zeon-studio/hugoplate"
|
link: "/individuals"
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
features:
|
features:
|
||||||
- title: "What's Included in Hugoplate"
|
- title: "Consortium"
|
||||||
image: "/images/service-1.png"
|
# 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"
|
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:
|
bulletpoints:
|
||||||
- "10+ Pre-build pages"
|
- "10+ Pre-build pages"
|
||||||
|
@ -22,8 +22,8 @@ features:
|
||||||
- "SEO-optimized for better search engine rankings"
|
- "SEO-optimized for better search engine rankings"
|
||||||
- "**Open-source and free** for personal and commercial use"
|
- "**Open-source and free** for personal and commercial use"
|
||||||
button:
|
button:
|
||||||
enable: false
|
enable: true
|
||||||
label: "Get Started Now"
|
label: "Learn more"
|
||||||
link: "#"
|
link: "#"
|
||||||
|
|
||||||
- title: "Discover the Key Features Of Hugo"
|
- title: "Discover the Key Features Of Hugo"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"colors": {
|
"colors": {
|
||||||
"default": {
|
"default": {
|
||||||
"theme_color": {
|
"theme_color": {
|
||||||
"primary": "#121212",
|
"primary": "#FF6E00",
|
||||||
"body": "#fff",
|
"body": "#fff",
|
||||||
"border": "#eaeaea",
|
"border": "#eaeaea",
|
||||||
"theme_light": "#f6f6f6",
|
"theme_light": "#f6f6f6",
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
"text_color": {
|
"text_color": {
|
||||||
"default": "#444444",
|
"default": "#444444",
|
||||||
"dark": "#040404",
|
"dark": "#040404",
|
||||||
"light": "#717171"
|
"light": "#FF6E00"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"darkmode": {
|
"darkmode": {
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
# The base URL of your site (required). This will be prepended to all relative URLs.
|
# The base URL of your site (required). This will be prepended to all relative URLs.
|
||||||
baseURL = "/"
|
baseURL = "/"
|
||||||
# Title of your website (required).
|
# Title of your website (required).
|
||||||
title = "Hugoplate"
|
title = "Fediversity"
|
||||||
# Your theme name
|
# Your theme name
|
||||||
theme = "hugoplate"
|
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
|
# 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
|
# post pagination
|
||||||
paginate = 2 # see https://gohugo.io/extras/pagination/
|
paginate = 2 # see https://gohugo.io/extras/pagination/
|
||||||
# post excerpt
|
# post excerpt
|
||||||
|
|
Loading…
Reference in a new issue