Skip to content

Commit

Permalink
register for ms clarity (c'ted)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaykGyver committed Feb 2, 2025
1 parent 1245df3 commit dba2e91
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
11 changes: 6 additions & 5 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
permalink: /404.html
layout: default
layout: home
---

<style type="text/css" media="screen">
Expand All @@ -18,8 +18,9 @@
</style>

<div class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
<h1>
<p>404</p>
<p style="font-size: 50%">Page not found</p>
</h1>
<p>Did you intend to find one of the following articles instead?</p>
</div>
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source "https://rubygems.org"
# Happy Jekylling!
gem "jekyll", "~> 4.3.4"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
gem "minima", git: "https://github.com/jekyll/minima"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
Expand Down
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ title: 4⦚🦆⚙
description: Random Notes on Adventures with Technology
github_username: MaykGyver
theme: minima
ignore_theme_config: true
sass:
quiet_deps: true
2 changes: 1 addition & 1 deletion _includes/custom-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "q31aaew2de");
</script>
</script>

0 comments on commit dba2e91

Please sign in to comment.