updates
This commit is contained in:
parent
6166e8dca3
commit
76fb659b31
3 changed files with 12 additions and 11 deletions
|
@ -1,8 +1,8 @@
|
||||||
#The nexessary stuff/decessary stuff
|
#The nexessary stuff/decessary stuff
|
||||||
|
|
||||||
base_url = "https://syedzayyan.github.io/shadharon"
|
base_url = "https://tiskifer.dk"
|
||||||
title = "Heisenberg"
|
title = "Dan Tiskifer"
|
||||||
description = "Walter is kind, caring and timid, but also demanding, calculating, and ruthless. His invented pseudonym, Heisenberg, becomes an alter ego – a fantasy for him to live out a love of power. Beneath both sides of his dual personality, he views the world in the rarefied scientific terms of chemistry."
|
description = "Dan Tiskifer writes stories, adventures and settings for tabletop roleplaying games, as well as leads regular rounds. His favorite system is Mothership."
|
||||||
generate_feed = true
|
generate_feed = true
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
minify_html = true
|
minify_html = true
|
||||||
|
@ -27,9 +27,10 @@ headerImage = ""
|
||||||
|
|
||||||
# The icon is display besides the menu text but is not necessary. It needs to be placed under "menu_icon" in the static "folder"
|
# The icon is display besides the menu text but is not necessary. It needs to be placed under "menu_icon" in the static "folder"
|
||||||
menu = [
|
menu = [
|
||||||
|
{ name = "Campaign Log", url = "/campaign", weight = 1, icon = "campaign.png" },
|
||||||
{ name = "Projects", url = "/projects", weight = 1, icon = "projects.png" },
|
{ name = "Projects", url = "/projects", weight = 1, icon = "projects.png" },
|
||||||
]
|
]
|
||||||
#The icons available can be found in "social_icons" in the "static" folder
|
#The icons available can be found in "social_icons" in the "static" folder
|
||||||
socials = [
|
socials = [
|
||||||
{ name = "github", url = "https://github.com/syedzayyan/", icon = "github" },
|
{ name = "itch.io", url = "https://koehr.itch.io/", icon = "itch" },
|
||||||
]
|
]
|
|
@ -24,13 +24,13 @@
|
||||||
--bg-0: #121212;
|
--bg-0: #121212;
|
||||||
--bg-1: rgba(255, 255, 255, 5%);
|
--bg-1: rgba(255, 255, 255, 5%);
|
||||||
--bg-2: rgba(23, 23, 23, 100%);
|
--bg-2: rgba(23, 23, 23, 100%);
|
||||||
--primary-color: #ef5350;
|
--primary-color: #5053ef;
|
||||||
--hover-color: white;
|
--hover-color: white;
|
||||||
--background-color:#29292e;
|
--background-color:#29292e;
|
||||||
--navbar-color:#222226;
|
--navbar-color:#222226;
|
||||||
--secondary-color:#1b1b20;
|
--secondary-color:#1b1b20;
|
||||||
--highlights: #b35a5a;
|
--highlights: #b35a5a;
|
||||||
--links: #449cf8;
|
--links: #7de1ff;
|
||||||
--text-color: #f2f2f2;
|
--text-color: #f2f2f2;
|
||||||
--code: #ef476f;
|
--code: #ef476f;
|
||||||
--border-color: #111;
|
--border-color: #111;
|
||||||
|
@ -47,7 +47,6 @@
|
||||||
--hover-color: white;
|
--hover-color: white;
|
||||||
--background-color:#fff;
|
--background-color:#fff;
|
||||||
--navbar-color:#e3e3e3;
|
--navbar-color:#e3e3e3;
|
||||||
--secondary-color:rgb(158, 158, 158);
|
|
||||||
--text-color: #222226;
|
--text-color: #222226;
|
||||||
--border-color: rgb(114, 114, 114);
|
--border-color: rgb(114, 114, 114);
|
||||||
--light-border-color: rgba(255, 255, 255, 0.1);
|
--light-border-color: rgba(255, 255, 255, 0.1);
|
||||||
|
|
|
@ -78,7 +78,8 @@ header .main {
|
||||||
}
|
}
|
||||||
.home-title{
|
.home-title{
|
||||||
font-size: 1.6em;
|
font-size: 1.6em;
|
||||||
color:#ff3344;
|
color: var(--links);
|
||||||
|
background-color:var(--secondary-color);
|
||||||
}
|
}
|
||||||
.socials {
|
.socials {
|
||||||
/* flex-child */
|
/* flex-child */
|
||||||
|
|
Loading…
Add table
Reference in a new issue