From 76fb659b310c3680fa35fec6e0ef0b41771d909c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20K=C3=B6hring?= Date: Fri, 3 Feb 2023 15:00:57 +0100 Subject: [PATCH] updates --- config.toml | 11 ++++++----- sass/main.scss | 7 +++---- sass/parts/_header.scss | 5 +++-- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/config.toml b/config.toml index 086a88f..06d291a 100644 --- a/config.toml +++ b/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" }, -] \ No newline at end of file + { name = "itch.io", url = "https://koehr.itch.io/", icon = "itch" }, +] diff --git a/sass/main.scss b/sass/main.scss index 17f6abe..58e0377 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -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; } -} \ No newline at end of file +} diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index 06f9fd0..fd90b8b 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -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); } -} \ No newline at end of file +}