Skip to content

Commit

Permalink
added umami analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Perseus333 committed Nov 21, 2024
1 parent e39587f commit 963c383
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
9 changes: 6 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
- [x] Add a project
- [x] Add projects template
- [x] Create projects homepage
- [x] umami analytics
- [ ] Add cards
- [ ] Convert KaTeX formulas to SVGs on build and make a post about it
- [ ] Theme memory (try to be through server not JS)
- [ ] Add "JavaScript Free"
Expand All @@ -45,13 +47,14 @@
- [ ] Preload styles selectively (hardcoded)
- [ ] Lighthouse the site
- [ ] Integrate to catppuccin webring (https://ctp-webr.ing/)
- [ ] umami analytics
- [ ] Add website layouts to customize (infinite work)

---
Future Projects:
- [ ] Some more GitHub projects
- [x] Some more GitHub projects
- [ ] Rocket HUD

Future Blogs:
- [ ] On epistocracy
- [x] On epistocracy
- [x] On purpose
- [ ] The Colemak experience
1 change: 1 addition & 0 deletions _includes/umami-analytics.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script defer src="https://cloud.umami.is/script.js" data-website-id="c8be342d-f82d-483e-b5cb-7e6b56e49f55"></script>
1 change: 1 addition & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{% include themes-style.html %}
{% include trees-style.html %}
{% include post-style.html %}
{% include umami-analytics.html %}
{% if page.style %}
{% include {{page.style}}-style.html %}
{% endif %}
Expand Down
1 change: 1 addition & 0 deletions _layouts/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
{% include trees-style.html %}
{% include post-style.html %}
{% include project-style.html %}
{% include umami-analytics.html %}
{% if page.style %}
{% include {{page.style}}-style.html %}
{% endif %}
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>my webSite</title>
<link rel="stylesheet" href="./src/styles/home.css">
<script defer src="https://cloud.umami.is/script.js" data-website-id="c8be342d-f82d-483e-b5cb-7e6b56e49f55"></script>
{% include trees-horizontal-style.html %}
{% include trees-style.html %}
{% include themes-style.html %}
{% include general-style.html %}
{% include umami-analytics.html %}
</head>
<body>
{% include themes-inputs.html %}
Expand Down
2 changes: 2 additions & 0 deletions src/about/this-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ This website was created using [Jekyll](https://jekyllrb.com/) on [GitHub Pages]

You can find the repository of this website [on my GitHub repo](https://github.com/Perseus333/perseus333.github.io).

You can find the analytics of the website [on the umami dashboard](https://cloud.umami.is/share/WFgcWwn2qH6fhT2c/perseus333.github.io).

## Design Philosophy

I'm still deciding on it as this website progresses but for now this are my guidelines:
Expand Down

0 comments on commit 963c383

Please sign in to comment.