Skip to content

Commit 3ce486f

Browse files
committed
my first post
1 parent 24dc008 commit 3ce486f

File tree

6 files changed

+70
-151
lines changed

6 files changed

+70
-151
lines changed

content/posts/mycorneroftheweb.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
+++
2+
date = '2025-02-20T20:05:31+03:00'
3+
draft = false
4+
title = 'Welcome to My Corner of the Web'
5+
+++
6+
Hey there! This is my little corner of the internet—just a personal blog where I'll be sharing my journey of learning to code. No algorithms, no engagement farming, just a good old-fashioned place for thoughts, experiments, and whatever else I feel like posting.
7+
8+
I’ve always loved the spirit of the early web—Web 1.0—when everyone had their own weird, quirky little websites. A time before everything got swallowed up by walled gardens like Telegram, Twitter, and a million other closed platforms. I miss when the internet felt like a vast, chaotic city instead of a handful of corporate shopping malls.
9+
10+
So, I’m doing my small part to bring that vibe back. No paywalls, no "Like and Subscribe" buttons—just a blog. My blog. Welcome aboard!

content/posts/test.md

Lines changed: 0 additions & 129 deletions
This file was deleted.

content/posts/test2.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

public/about/index.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,26 @@ <h1 class="title">Our Difference</h1>
7777

7878
</div>
7979

80-
</article>
80+
<div id="disqus_thread"></div>
81+
<script type="text/javascript">
82+
(function () {
83+
84+
85+
if (window.location.hostname == "localhost")
86+
return;
87+
88+
var dsq = document.createElement('script');
89+
dsq.type = 'text/javascript';
90+
dsq.async = true;
91+
var disqus_shortname = 'vihrom';
92+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
93+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
94+
})();
95+
</script>
96+
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by
97+
Disqus.</a></noscript>
98+
<a href="http://disqus.com/" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
99+
</article>
81100
</main>
82101
<footer>
83102
<div style="display:flex"><a class="soc" href="https://github.com/vihrom" rel="me" title="GitHub"><svg class="feather">

public/posts/test/index.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,26 @@ <h2 id="installation">Installation</h2>
184184

185185
</div>
186186

187-
</article>
187+
<div id="disqus_thread"></div>
188+
<script type="text/javascript">
189+
(function () {
190+
191+
192+
if (window.location.hostname == "localhost")
193+
return;
194+
195+
var dsq = document.createElement('script');
196+
dsq.type = 'text/javascript';
197+
dsq.async = true;
198+
var disqus_shortname = 'vihrom';
199+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
200+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
201+
})();
202+
</script>
203+
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by
204+
Disqus.</a></noscript>
205+
<a href="http://disqus.com/" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
206+
</article>
188207
</main>
189208
<footer>
190209
<div style="display:flex"><a class="soc" href="https://github.com/vihrom" rel="me" title="GitHub"><svg class="feather">

public/posts/test2/index.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,26 @@ <h2 id="features">Features</h2>
112112

113113
</div>
114114

115-
</article>
115+
<div id="disqus_thread"></div>
116+
<script type="text/javascript">
117+
(function () {
118+
119+
120+
if (window.location.hostname == "localhost")
121+
return;
122+
123+
var dsq = document.createElement('script');
124+
dsq.type = 'text/javascript';
125+
dsq.async = true;
126+
var disqus_shortname = 'vihrom';
127+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
128+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
129+
})();
130+
</script>
131+
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by
132+
Disqus.</a></noscript>
133+
<a href="http://disqus.com/" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
134+
</article>
116135
</main>
117136
<footer>
118137
<div style="display:flex"><a class="soc" href="https://github.com/vihrom" rel="me" title="GitHub"><svg class="feather">

0 commit comments

Comments
 (0)