Skip to content

Commit

Permalink
upload favicons & google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
realsung committed May 14, 2024
1 parent 97ef0ed commit 0ff4ba7
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 42 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ social:
email: [email protected] # change to your email address
links:
# The first element serves as the copyright owner's link
- https://twitter.com/username # change to your twitter homepage
# - https://twitter.com/username # change to your twitter homepage
- https://github.com/hspace-io # change to your github homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
Expand All @@ -59,7 +59,7 @@ webmaster_verifications:
# Web Analytics Settings
analytics:
google:
id: # fill in your Google Analytics ID
id: # G-8JEE6M4FRD # fill in your Google Analytics ID
goatcounter:
id: # fill in your GoatCounter ID
umami:
Expand All @@ -84,7 +84,7 @@ pageviews:
# light - Use the light color scheme
# dark - Use the dark color scheme
#
theme_mode: # [light | dark]
theme_mode: light | dark

# The CDN endpoint for media resources.
# Notice that once it is assigned, the CDN url
Expand Down
Binary file modified assets/img/favicons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions assets/img/favicons/browserconfig.xml

This file was deleted.

Binary file modified assets/img/favicons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicons/favicon.ico
Binary file not shown.
Binary file modified assets/img/favicons/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions assets/img/favicons/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 0 additions & 26 deletions assets/img/favicons/site.webmanifest

This file was deleted.

10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@
layout: home
# Index page
---

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8JEE6M4FRD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-8JEE6M4FRD');
</script>

0 comments on commit 0ff4ba7

Please sign in to comment.