diff --git a/config.toml b/config.toml index 14b7b8e..9ebf833 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'https://gianmarco.ga/' +baseURL = 'https://gianmarco.gg/' languageCode = 'en-us' title = 'Gianmarco Gargiulo' theme = 'hugo-casper3' @@ -28,12 +28,12 @@ theme = 'hugo-casper3' [[menu.main]] identifier = "downloads" name = "Downloads" - url = "https://dl.gianmarco.ga" + url = "https://dl.gianmarco.gg" weight = 40 [[menu.main]] identifier = "git" name = "Git" - url = "https://git.gianmarco.ga" + url = "https://git.gianmarco.gg" weight = 50 [[menu.main]] identifier = "rss" diff --git a/themes/hugo-casper3/assets/scss/main.scss b/themes/hugo-casper3/assets/scss/main.scss index d059563..ea7fff7 100644 --- a/themes/hugo-casper3/assets/scss/main.scss +++ b/themes/hugo-casper3/assets/scss/main.scss @@ -1034,7 +1034,7 @@ body{ padding:0 170px 6vw; min-height:230px; font-family:Roboto; - font-size:2rem; + font-size:1.7rem; line-height:1.6em; background:#1e1e1e } @@ -1739,11 +1739,11 @@ body{ .read-next-card-header h3{ margin:0; color:hsla(0,0%,100%,.6); - font-size:1.2rem; + font-family:Mustica Pro; + font-size:2rem; line-height:1em; font-weight:300; - letter-spacing:.4px; - text-transform:uppercase + letter-spacing:.4px } .read-next-card-header h3 a{ color:#fff; diff --git a/themes/hugo-casper3/layouts/_default/baseof.html b/themes/hugo-casper3/layouts/_default/baseof.html index 29189f8..b4a2122 100644 --- a/themes/hugo-casper3/layouts/_default/baseof.html +++ b/themes/hugo-casper3/layouts/_default/baseof.html @@ -13,7 +13,7 @@ - + @@ -22,7 +22,7 @@ {{ $styles := resources.Get "scss/main.scss" | resources.ExecuteAsTemplate "style.main.scss" . | toCSS | minify | fingerprint }} - + @@ -44,7 +44,7 @@