-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrss.xml
More file actions
60 lines (51 loc) · 3.18 KB
/
rss.xml
File metadata and controls
60 lines (51 loc) · 3.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<!-- <?xml-stylesheet type="text/css" href="rss.css" ?> -->
<!-- <?xml-stylesheet href="rss.xsl" type="text/xsl" media="screen"?> -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Hekuran RSS</title>
<description>Updates from Hekuran. Throw this in your RSS feeder for instant updates!</description>
<language>en-us</language>
<link>https://hekuran.gitlab.io/rss.xml</link>
<atom:link href="http://hekuran.gitlab.io/rss.xml" rel="self" type="application/rss+xml" />
<image>
<title>The Latest from Hekuran</title>
<url>http://hekuran.gitlab.io/medusa.jpg</url>
<link>http://hekuran.gitlab.io/rss.xml</link>
</image>
<!-- LB -->
<item>
<title>New Site! Now a colorized cli/shell site!</title>
<guid>https://hekuran.gitlab.io/blog.html#new-site-now-a-colorized-clishell-site</guid>
<pubDate>Tue, 10 Aug 2021 11:58:17 +0200</pubDate>
<description><![CDATA[
<small><small><p>It came very closse to overcome the 2048 time waster, you blink once and one hour is gone.</p></small></small>
<p><a href="filmsbykris.com">Kris</a> has done a video about <code>ANSI</code> colors and effects on the POSIX shell, some time ago. So i did a version of my site (only the index.html) in which you dont neew a web browser. Only write this command:</p>
<pre><code class="language-bash">curl -L hekuran.ga/cli
</code></pre>
<p>Using <a href="https://archlinux.org/packages/community/any/python-ansi2html/">ansi2html</a>, i made a html version of it: <a href="https://hekuran.ga/cli.html">https://hekuran.ga/cli.html</a></p>
<p>Now all i need to do is to figure it out how to do it in on single URL, that then will redirect you respectively. For example, the single URL <a href="https://wttr.in/berlin">https://wttr.in/berlin</a> can be requested from a WebBrowser and a tool like <code>curl</code>. But in my case there is the file <code>cli</code> and <code>cli.html</code>.</p>
]]></description>
</item>
<item>
<title>New domain</title>
<guid>https://hekuran.gitlab.io/blog.html#new-domain</guid>
<pubDate>Sun, 17 Jan 2021 22:45:42 +0100</pubDate>
<description><![CDATA[
<p>Since a few weeks a had the new domain, <strong>hekuran.ga</strong>, the old domains are still up of course, so the RSS will still work.</p>
<p>I got the domain name from <a href="https://www.freenom.com/">Freenom</a>, since they are for free, and even if it weren't i wanted that <strong>.ga</strong>. they have other tld.</p>
<p>I did strugle getting one though, it turned out if they dont "like" your ip, you wont get one. So i had to use a vpn to open an account, and only then i was able to get it.</p>
]]></description>
</item>
<item>
<title>First bloatpost</title>
<guid>https://hekuran.gitlab.io/blog.html#first-bloatpost</guid>
<pubDate>Sun, 27 Dec 2020 21:56:16 +0100</pubDate>
<description><![CDATA[
<p>Im (probabily) very rarely gonna post, but this is just a statement for the normies using social-media.</p>
<p>This is the independent way, the way it was meant to be, to use the www.</p>
<small><p>Btw, this blog system was 100% copyed from <a href="https://lukesmith.xyz/">luke</a>'s blog: <a href="https://github.com/LukeSmithxyz/lb">"lb"</a></p></small>
]]></description>
</item>
</channel>
</rss>