updates
This commit is contained in:
parent
6166e8dca3
commit
76fb659b31
3 changed files with 12 additions and 11 deletions
11
config.toml
11
config.toml
|
@ -1,8 +1,8 @@
|
|||
#The nexessary stuff/decessary stuff
|
||||
|
||||
base_url = "https://syedzayyan.github.io/shadharon"
|
||||
title = "Heisenberg"
|
||||
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."
|
||||
base_url = "https://tiskifer.dk"
|
||||
title = "Dan Tiskifer"
|
||||
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
|
||||
compile_sass = 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"
|
||||
menu = [
|
||||
{ name = "Campaign Log", url = "/campaign", weight = 1, icon = "campaign.png" },
|
||||
{ name = "Projects", url = "/projects", weight = 1, icon = "projects.png" },
|
||||
]
|
||||
#The icons available can be found in "social_icons" in the "static" folder
|
||||
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-1: rgba(255, 255, 255, 5%);
|
||||
--bg-2: rgba(23, 23, 23, 100%);
|
||||
--primary-color: #ef5350;
|
||||
--primary-color: #5053ef;
|
||||
--hover-color: white;
|
||||
--background-color:#29292e;
|
||||
--navbar-color:#222226;
|
||||
--secondary-color:#1b1b20;
|
||||
--highlights: #b35a5a;
|
||||
--links: #449cf8;
|
||||
--links: #7de1ff;
|
||||
--text-color: #f2f2f2;
|
||||
--code: #ef476f;
|
||||
--border-color: #111;
|
||||
|
@ -47,7 +47,6 @@
|
|||
--hover-color: white;
|
||||
--background-color:#fff;
|
||||
--navbar-color:#e3e3e3;
|
||||
--secondary-color:rgb(158, 158, 158);
|
||||
--text-color: #222226;
|
||||
--border-color: rgb(114, 114, 114);
|
||||
--light-border-color: rgba(255, 255, 255, 0.1);
|
||||
|
@ -105,4 +104,4 @@ body{
|
|||
html {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -78,7 +78,8 @@ header .main {
|
|||
}
|
||||
.home-title{
|
||||
font-size: 1.6em;
|
||||
color:#ff3344;
|
||||
color: var(--links);
|
||||
background-color:var(--secondary-color);
|
||||
}
|
||||
.socials {
|
||||
/* flex-child */
|
||||
|
@ -114,4 +115,4 @@ header .main {
|
|||
.social>img {
|
||||
filter: invert(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue