feat: adding initial helm charts and website structure

This commit is contained in:
Lucas Oskorep
2024-03-12 01:04:30 -04:00
parent 53a18556cc
commit 87a359fdb4
7 changed files with 134 additions and 78 deletions
+14 -5
View File
@@ -32,7 +32,8 @@
*/
html {
font-family: "PT Sans", Helvetica, Arial, sans-serif;
font-family: "JetBrains Mono", monospace;
background-color: #202020;
}
@media (min-width: 48em) {
html {
@@ -54,11 +55,12 @@ html {
*/
.sidebar {
text-align: center;
text-align: left;
padding: 2rem 1rem;
color: rgba(255,255,255,.5);
background-color: #202020;
}
@media (min-width: 48em) {
.sidebar {
position: fixed;
@@ -66,7 +68,7 @@ html {
left: 0;
bottom: 0;
width: 18rem;
text-align: center;
text-align: left;
}
}
@@ -80,7 +82,7 @@ html {
.sidebar-about h1 {
color: #fff;
margin-top: 0;
font-family: "Abril Fatface", serif;
/*font-family: "Abril Fatface", serif;*/
font-size: 3rem;
}
@@ -259,13 +261,20 @@ a.sidebar-social-item.active:focus {
}
/* Blue */
.theme-base-0d .sidebar {
.theme-base-0d.sidebar {
background-color: #6a9fb5;
}
/*.theme-base-0d .container {*/
/* background-color: #6a9fb5;*/
/*}*/
.theme-base-0d .content a,
.theme-base-0d .related-posts li a:hover {
color: #6a9fb5;
}
/*.theme-base-0d body .content .container{*/
/* background-color: #6a9fb5;*/
/*}*/
/* Magenta */
.theme-base-0e .sidebar {