Skip to content

Commit

Permalink
release 0.1.4
Browse files Browse the repository at this point in the history
configurado google analytics
  • Loading branch information
medeirosinacio committed Nov 19, 2024
1 parent b10282f commit 42cd7a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ personal_url: https://douglasmedeiros.dev
srcurl: ""
lang: pt-BR
locale: pt_BR
google_analytics: "" # UA-111111111-1
google_analytics: "G-9XPJXZ5YET"
published: true

###### SEO (jekyll-seo-tag)
# https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
title: "Douglas Medeiros"
title: "Blog Douglas Medeiros"
author: Douglas Medeiros
description: Blog pessoal para compartilhar conhecimento sobre desenvolvimento de software, tecnologia e carreira.
tagline: Software, Tecnologia e Carreira
Expand Down
8 changes: 8 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
<link rel="shortcut icon" href="{{ site.srcurl }}/favicon.ico?v={{ site.time | date: '%Y%m%d%H%M%S' }}"><![endif]-->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9XPJXZ5YET"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-9XPJXZ5YET');
</script>
<body class="d-flex flex-column mode-dark" cz-shortcut-listen="true" data-theme="dark">
<div class="container-sm">
{% include header.html %}
Expand Down

0 comments on commit 42cd7a2

Please sign in to comment.