gh-pages
crewdogelectronics 2023-07-11 16:56:38 -06:00
rodzic 2f63f4ed9c
commit dc15be9e31
3 zmienionych plików z 21 dodań i 12 usunięć

Wyświetl plik

@ -18,10 +18,10 @@ gem "jekyll-theme-prologue"
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem "jekyll-sitemap"
# gem 'jekyll-google-tag-manager'
gem 'jekyll-google-tag-manager'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

Wyświetl plik

@ -55,13 +55,13 @@ slack_url: http://slack.stratux.me/
twitter_url:
# Google Analytics Tracking ID goes here:
google_analytics: G-FYVQ8XFNLN
# google_analytics: G-FYVQ8XFNLN
# Google tag manager
#google:
# tag_manager:
# container_id: G-FYVQ8XFNLN
google:
tag_manager:
container_id: G-FYVQ8XFNLN
# The following settings are NECESSARY for the Prologue theme to run:
#TESTING:

Wyświetl plik

@ -6,6 +6,15 @@ Free for personal and commercial use under the CCA 3.0 license (html5up.net/lice
Jekyll integration by Chris Bobbe | chrisbobbe.github.io
--><html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FYVQ8XFNLN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FYVQ8XFNLN');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-78463950-1"></script>
@ -20,7 +29,7 @@ Jekyll integration by Chris Bobbe | chrisbobbe.github.io
<!-- Title, description, author --><title>Stratux ADS-B | Stratux ADS-B - DIY/Low-cost Portable ADS-B</title>
<meta name="description" content="This is the demo site for a Jekyll theme version of HTML5 UP's sleek, responsive site template Prologue.">
<meta name="author" content="Your Incredible Name">
<!-- Open Graph -->
<meta property="og:title" content="Stratux ADS-B | Stratux ADS-B - DIY/Low-cost Portable ADS-B">
<meta property="og:type" content="website">
@ -28,7 +37,7 @@ Jekyll integration by Chris Bobbe | chrisbobbe.github.io
<meta property="og:url" content="http://updates.stratux.me:4000/">
<meta property="og:site_name" content="Stratux ADS-B">
<meta property="og:description" content="This is the demo site for a Jekyll theme version of HTML5 UP's sleek, responsive site template Prologue.">
<!-- Styles -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -311,18 +320,18 @@ Its easy to build an ADS-B receiver from the <a href="#parts-list">parts list
</div>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<ul class="copyright">
<li>©Stratux ADS-B. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a>
</li>
<li>Jekyll integration: <a href="https://chrisbobbe.github.io/">Chris Bobbe</a>
</li>
</ul>
</div>
</body>
</html>