Skip to content

Commit

Permalink
simple analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
iCaran committed Aug 4, 2024
1 parent 066bd35 commit b06f211
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Welcome to **विचारमञ्जरी (Vichāramañjarī)**, a personal

## Introduction

This repository contains the source code for **theBlog**, hosted at [icaran.github.io/theBlog](https://icaran.github.io/theBlog/). The blog is created using the Hugo static site generator, which allows for easy content management and fast performance.
This repository contains the source code for **विचारमञ्जरी**, hosted on [Render](https://vicharamanjari.onrender.com/), [Netlify](https://vicharamanjari.netlify.app/) and [GitHub](https://icaran.github.io/theBlog/). The blog is created using the Hugo static site generator, which allows for easy content management and fast performance.

## Features

Expand Down
3 changes: 3 additions & 0 deletions layouts/partials/analytics/custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!-- 100% privacy-first analytics -->
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en-in" dir="ltr">
<head>
<meta name="generator" content="Hugo 0.130.0"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta name="generator" content="Hugo 0.131.0"><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta http-equiv="content-language" content="en-in" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down
7 changes: 7 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,15 @@
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://localhost:1313/tags/about-us/</loc>
<lastmod>2024-08-02T00:00:00+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://localhost:1313/about/</loc>
<lastmod>2024-08-02T00:00:00+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.5</priority>
</url>
Expand Down
2 changes: 1 addition & 1 deletion public/tags/about-us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ <h1 class="pg-title">About Us</h1>



<time datetime="2024-08-03T00:00:00&#43;00:00"> Aug 03, 2024 </time>
<time datetime="2024-08-02T00:00:00&#43;00:00"> Aug 02, 2024 </time>

</li>

Expand Down
4 changes: 2 additions & 2 deletions public/tags/about-us/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<description>Recent content in About Us on विचारमञ्जरी (Vichāramañjarī)</description>
<generator>Hugo</generator>
<language>en-in</language>
<lastBuildDate>Sat, 03 Aug 2024 00:00:00 +0000</lastBuildDate>
<lastBuildDate>Fri, 02 Aug 2024 00:00:00 +0000</lastBuildDate>
<atom:link href="http://localhost:1313/tags/about-us/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>About विचारमञ्जरी</title>
<link>http://localhost:1313/about/</link>
<pubDate>Sat, 03 Aug 2024 00:00:00 +0000</pubDate>
<pubDate>Fri, 02 Aug 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/about/</guid>
<description>Welcome to विचारमञ्जरी (Vichāramañjarī), a personal blog crafted by Karan Pratap Shaw and Divyanshu Kumar. This space is dedicated to exploring a myriad of topics, from the latest in technology to personal experiences and insights. Our aim is to provide valuable content that resonates with a diverse audience.&#xA;Our blog is powered by Hugo, a static site generator known for its efficiency and speed. We believe in the power of open-source, and our site is a testament to this philosophy, being built with a responsive design, easy content management, and customizable themes.</description>
</item>
Expand Down
7 changes: 7 additions & 0 deletions public/tags/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,13 @@ <h2> Tags </h2>

<div class="taxny-card-container">

<div class="taxny-card">
<a href="/tags/about-us/">About Us</a>

<span class="lst-count"> (1) </span>

</div>

<div class="taxny-card">
<a href="/tags/college/">College</a>

Expand Down
7 changes: 7 additions & 0 deletions public/tags/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,12 @@
<guid>http://localhost:1313/tags/college/</guid>
<description></description>
</item>
<item>
<title>About Us</title>
<link>http://localhost:1313/tags/about-us/</link>
<pubDate>Fri, 02 Aug 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tags/about-us/</guid>
<description></description>
</item>
</channel>
</rss>

0 comments on commit b06f211

Please sign in to comment.