You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This is the website where my projects are going to be hosted and documented in the form of <ahref="/blogs">blogs</a>. It is made using <ahref="https://jekyllrb.com/">Jekyll</a>’s <ahref="https://github.com/jekyll/minima">Minima</a> theme and is hosted for free on <ahref="https://pages.github.com">Github Pages</a>.</p>
46
+
<p>This is the website where I write about whatever inspires me to write in form of <ahref="/blogs">blogs</a>. It is made using <ahref="https://jekyllrb.com">Jekyll</a>’s <ahref="https://github.com/jekyll/minima">Minima</a> theme and is hosted for free on <ahref="https://pages.github.com">Github Pages</a>.</p>
49
47
50
48
<p>The <codeclass="language-plaintext highlighter-rouge">source code</code> for this website can be found on its <ahref="https://github.com/de-soot/de-soot.github.io">Github repository</a>.</p>
Copy file name to clipboardExpand all lines: _site/feed.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<?xml version="1.0" encoding="utf-8"?><feedxmlns="http://www.w3.org/2005/Atom" ><generatoruri="https://jekyllrb.com/"version="3.10.0">Jekyll</generator><linkhref="http://localhost:4000/feed.xml"rel="self"type="application/atom+xml" /><linkhref="http://localhost:4000/"rel="alternate"type="text/html" /><updated>2024-09-09T22:54:17+08:00</updated><id>http://localhost:4000/feed.xml</id><titletype="html">de_soot</title><subtitle>hosted on github pages</subtitle><entry><titletype="html">Dark Mode on Websites with CSS @media Queries</title><linkhref="http://localhost:4000/dark-mode"rel="alternate"type="text/html"title="Dark Mode on Websites with CSS @media Queries" /><published>2024-09-07T00:00:00+08:00</published><updated>2024-09-07T00:00:00+08:00</updated><id>http://localhost:4000/dark-mode</id><contenttype="html"xml:base="http://localhost:4000/dark-mode"><![CDATA[<h1 id="why-dark-mode">Why Dark Mode</h1>
1
+
<?xml version="1.0" encoding="utf-8"?><feedxmlns="http://www.w3.org/2005/Atom" ><generatoruri="https://jekyllrb.com/"version="3.10.0">Jekyll</generator><linkhref="http://localhost:4000/feed.xml"rel="self"type="application/atom+xml" /><linkhref="http://localhost:4000/"rel="alternate"type="text/html" /><updated>2024-09-09T23:17:10+08:00</updated><id>http://localhost:4000/feed.xml</id><titletype="html">de_soot</title><subtitle>hosted on github pages</subtitle><entry><titletype="html">Dark Mode on Websites with CSS @media Queries</title><linkhref="http://localhost:4000/dark-mode"rel="alternate"type="text/html"title="Dark Mode on Websites with CSS @media Queries" /><published>2024-09-07T00:00:00+08:00</published><updated>2024-09-07T00:00:00+08:00</updated><id>http://localhost:4000/dark-mode</id><contenttype="html"xml:base="http://localhost:4000/dark-mode"><![CDATA[<h1 id="why-dark-mode">Why Dark Mode</h1>
2
2
3
3
<p>For users visiting your website in a dark room or at night, it is often less straining for the eyes if your webpage to be displayed in <a href="https://en.wikipedia.org/wiki/Light-on-dark_color_scheme">dark mode</a>.</p>
0 commit comments