color changes
BIN
assets/.DS_Store
vendored
BIN
assets/images/checkbox-illustration.png
Normal file
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
|
||||||
|
|
|
@ -917,11 +917,11 @@ main {
|
||||||
}
|
}
|
||||||
.form-input::placeholder {
|
.form-input::placeholder {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgb(113 113 113 / var(--tw-text-opacity));
|
color: rgb(255 110 0 / var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
.form-input:focus {
|
.form-input:focus {
|
||||||
--tw-border-opacity: 1;
|
--tw-border-opacity: 1;
|
||||||
border-color: rgb(18 18 18 / var(--tw-border-opacity));
|
border-color: rgb(255 110 0 / var(--tw-border-opacity));
|
||||||
--tw-ring-color: transparent;
|
--tw-ring-color: transparent;
|
||||||
}
|
}
|
||||||
.form-label {
|
.form-label {
|
||||||
|
@ -950,7 +950,7 @@ main {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgb(18 18 18 / var(--tw-bg-opacity));
|
background-color: rgb(255 110 0 / var(--tw-bg-opacity));
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 2.25rem;
|
line-height: 2.25rem;
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
|
@ -974,7 +974,7 @@ main {
|
||||||
height: 1rem !important;
|
height: 1rem !important;
|
||||||
width: 1rem !important;
|
width: 1rem !important;
|
||||||
--tw-bg-opacity: 1 !important;
|
--tw-bg-opacity: 1 !important;
|
||||||
background-color: rgb(18 18 18 / var(--tw-bg-opacity)) !important;
|
background-color: rgb(255 110 0 / var(--tw-bg-opacity)) !important;
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
color: var(--tw-prose-body);
|
color: var(--tw-prose-body);
|
||||||
|
@ -1446,7 +1446,7 @@ main {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-left-width: 10px;
|
border-left-width: 10px;
|
||||||
--tw-border-opacity: 1;
|
--tw-border-opacity: 1;
|
||||||
border-color: rgb(18 18 18 / var(--tw-border-opacity));
|
border-color: rgb(255 110 0 / var(--tw-border-opacity));
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgb(246 246 246 / var(--tw-bg-opacity));
|
background-color: rgb(246 246 246 / var(--tw-bg-opacity));
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
|
@ -1482,7 +1482,7 @@ main {
|
||||||
}
|
}
|
||||||
.content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
|
.content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgb(18 18 18 / var(--tw-text-opacity));
|
color: rgb(255 110 0 / var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
.content :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
.content :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
|
@ -1597,7 +1597,7 @@ input#nav-toggle:checked ~ #nav-menu {
|
||||||
}
|
}
|
||||||
.nav-link:hover {
|
.nav-link:hover {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgb(18 18 18 / var(--tw-text-opacity));
|
color: rgb(255 110 0 / var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
@media (min-width: 1024px) {
|
@media (min-width: 1024px) {
|
||||||
|
|
||||||
|
@ -1658,7 +1658,7 @@ input#nav-toggle:checked ~ #nav-menu {
|
||||||
}
|
}
|
||||||
.nav-dropdown-link:hover {
|
.nav-dropdown-link:hover {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgb(18 18 18 / var(--tw-text-opacity));
|
color: rgb(255 110 0 / var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
.theme-switcher {
|
.theme-switcher {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
@ -1733,9 +1733,9 @@ input#nav-toggle:checked ~ #nav-menu {
|
||||||
}
|
}
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
--tw-border-opacity: 1;
|
--tw-border-opacity: 1;
|
||||||
border-color: rgb(18 18 18 / var(--tw-border-opacity));
|
border-color: rgb(255 110 0 / var(--tw-border-opacity));
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgb(18 18 18 / var(--tw-bg-opacity));
|
background-color: rgb(255 110 0 / var(--tw-bg-opacity));
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgb(255 255 255 / var(--tw-text-opacity));
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
@ -1999,7 +1999,7 @@ input#nav-toggle:checked ~ #nav-menu {
|
||||||
}
|
}
|
||||||
.bg-primary {
|
.bg-primary {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgb(18 18 18 / var(--tw-bg-opacity));
|
background-color: rgb(255 110 0 / var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
.bg-theme-light {
|
.bg-theme-light {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
|
@ -2149,11 +2149,11 @@ input#nav-toggle:checked ~ #nav-menu {
|
||||||
}
|
}
|
||||||
.text-light {
|
.text-light {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgb(113 113 113 / var(--tw-text-opacity));
|
color: rgb(255 110 0 / var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
.text-primary {
|
.text-primary {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgb(18 18 18 / var(--tw-text-opacity));
|
color: rgb(255 110 0 / var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
.text-red-500 {
|
.text-red-500 {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
|
@ -3028,12 +3028,12 @@ input#nav-toggle:checked ~ #nav-menu {
|
||||||
line-height: 2.25rem;
|
line-height: 2.25rem;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgb(18 18 18 / var(--tw-bg-opacity));
|
background-color: rgb(255 110 0 / var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
.share-icons .share-link:hover {
|
.share-icons .share-link:hover {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgb(18 18 18 / var(--tw-bg-opacity));
|
background-color: rgb(255 110 0 / var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice {
|
.notice {
|
||||||
|
@ -3200,7 +3200,7 @@ input#nav-toggle:checked ~ #nav-menu {
|
||||||
|
|
||||||
.hover\:bg-primary:hover {
|
.hover\:bg-primary:hover {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgb(18 18 18 / var(--tw-bg-opacity));
|
background-color: rgb(255 110 0 / var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
.hover\:bg-theme-light:hover {
|
.hover\:bg-theme-light:hover {
|
||||||
|
@ -3210,7 +3210,7 @@ input#nav-toggle:checked ~ #nav-menu {
|
||||||
|
|
||||||
.hover\:text-primary:hover {
|
.hover\:text-primary:hover {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgb(18 18 18 / var(--tw-text-opacity));
|
color: rgb(255 110 0 / var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
.hover\:text-white:hover {
|
.hover\:text-white:hover {
|
||||||
|
|
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 5.9 KiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1 KiB |