Changed all references from the old .ga domain to the new .gg one and changed the fonts for the body and next card header

pull/3/head
gianmarco 2023-01-10 22:48:09 +01:00
parent 40bb26ab44
commit 5e175f7575
3 changed files with 10 additions and 10 deletions

View File

@ -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"

View File

@ -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;

View File

@ -13,7 +13,7 @@
<meta name="og:title" property="og:title" content="{{ .Title }}">
<meta property="og:description" content="{{ .Description }}">
<meta name="twitter:description" property="twitter:description" content="{{ .Description }}">
<meta name="og:image" content="https://gianmarco.ga/me.png">
<meta name="og:image" content="https://gianmarco.gg/me.png">
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
@ -22,7 +22,7 @@
{{ $styles := resources.Get "scss/main.scss" | resources.ExecuteAsTemplate "style.main.scss" . | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $styles.RelPermalink }}" />
<script data-isso="//isso.gianmarco.ga/" data-isso-css-url="{{ $styles.RelPermalink }}" src="//isso.gianmarco.ga/js/embed.min.js"></script>
<script data-isso="//isso.gianmarco.gg/" data-isso-css-url="{{ $styles.RelPermalink }}" src="//isso.gianmarco.gg/js/embed.min.js"></script>
</head>
<body class="{{ block "body_class" . }} {{ end }}">
@ -44,7 +44,7 @@
<img src="/agpl3pin.gif"></img>
<nav class="site-footer-nav">
<a href="/tos">Terms of Service</a>
<a href="https://git.gianmarco.ga/gianmarco/gmgsite">Source Code</a>
<a href="https://git.gianmarco.gg/gianmarco/gmgsite">Source Code</a>
<a href="/extras">Extras</a>
</nav>
</div>