Updates for 2024.
This commit is contained in:
parent
9b5b881505
commit
eaea26d74f
@ -1,7 +1,6 @@
|
|||||||
DefaultContentLanguage: en
|
DefaultContentLanguage: en
|
||||||
baseurl: 'https://www.thanwer.com/'
|
baseurl: 'https://www.thanwer.com/'
|
||||||
theme: hugo-orbit-theme
|
theme: hugo-orbit-theme
|
||||||
googleAnalytics: G-405KVHZP5D
|
|
||||||
disableRSS: true
|
disableRSS: true
|
||||||
disableSitemap: true
|
disableSitemap: true
|
||||||
disable404: true
|
disable404: true
|
||||||
@ -64,9 +63,9 @@ params:
|
|||||||
- language: Brazilian Portuguese
|
- language: Brazilian Portuguese
|
||||||
level: Native
|
level: Native
|
||||||
- language: English
|
- language: English
|
||||||
level: Professional
|
level: C1
|
||||||
- language: German
|
- language: German
|
||||||
level: Begginer
|
level: A2
|
||||||
interests:
|
interests:
|
||||||
enable: true
|
enable: true
|
||||||
title: Interests
|
title: Interests
|
||||||
|
|||||||
36
layouts/partials/head.html
Normal file
36
layouts/partials/head.html
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
<title>{{ .Site.Params.title }}</title>
|
||||||
|
<!-- Meta -->
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="description" content="{{ .Site.Params.description }}">
|
||||||
|
<meta name="author" content="{{ .Site.Params.author }}">
|
||||||
|
<link rel="shortcut icon" href="favicon.ico">
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
|
||||||
|
<!-- Global CSS -->
|
||||||
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}assets/plugins/bootstrap/css/bootstrap.min.css">
|
||||||
|
<!-- Plugins CSS -->
|
||||||
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}assets/plugins/font-awesome/css/font-awesome.css">
|
||||||
|
|
||||||
|
<!-- Theme CSS -->
|
||||||
|
<link id="theme-style" rel="stylesheet" href="{{ .Site.BaseURL }}assets/css/{{ .Site.Params.styles }}">
|
||||||
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||||||
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||||
|
<![endif]-->
|
||||||
|
<!-- Matomo -->
|
||||||
|
<script>
|
||||||
|
var _paq = window._paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="//matomo.thanwer.com/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '2']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
<!-- End Matomo Code -->
|
||||||
Loading…
Reference in New Issue
Block a user