Skip to content

Commit c5f1fe5

Browse files
authored
Merge pull request #43 from de-soot/main
removed email protection filter and edited about page
2 parents 2079ddc + c1bdbcb commit c5f1fe5

File tree

5 files changed

+4
-13
lines changed

5 files changed

+4
-13
lines changed

Gemfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@ gem "minima", "~> 2.5"
1515
gem "github-pages", "~> 232", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
18+
# Automatically add RSS feed.xml
1819
gem "jekyll-feed", "~> 0.12"
19-
20-
# Automatically add sitemap
20+
# Automatically add sitemap.xml
2121
gem "jekyll-sitemap", "~> 1.4"
22-
23-
# Protect email from scrapper bots
24-
gem "jekyll-email-protect", "~> 1.1"
2522
end
2623

2724
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ GEM
131131
rouge (>= 2.0, < 5.0)
132132
jekyll-default-layout (0.1.5)
133133
jekyll (>= 3.0, < 5.0)
134-
jekyll-email-protect (1.1.0)
135134
jekyll-feed (0.17.0)
136135
jekyll (>= 3.7, < 5.0)
137136
jekyll-gist (1.5.0)
@@ -280,7 +279,6 @@ PLATFORMS
280279
DEPENDENCIES
281280
github-pages (~> 232)
282281
http_parser.rb (~> 0.6.0)
283-
jekyll-email-protect (~> 1.1)
284282
jekyll-feed (~> 0.12)
285283
jekyll-sitemap (~> 1.4)
286284
minima (~> 2.5)

_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
# in the templates via {{ site.myvariable }}.
2020

2121
title: de_soot
22-
2322
github_username: de-soot
2423
description: hosted on github pages
2524
baseurl: "" # the subpath of your site, e.g. /blog
@@ -31,7 +30,6 @@ theme: minima
3130
plugins:
3231
- jekyll-feed
3332
- jekyll-sitemap
34-
- jekyll-email-protect
3533
# Exclude from processing.
3634
# The following items will not be processed, by default.
3735
# Any item listed under the `exclude:` key here will be automatically added to

_site/about.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ <h1 class="post-title">About</h1>
4343
</header>
4444

4545
<div class="post-content">
46-
<h1 id="hello">Hello</h1>
47-
48-
<p>This is the website where my projects are going to be hosted and documented in the form of <a href="/blogs">blogs</a>. It is made using <a href="https://jekyllrb.com/">Jekyll</a>’s <a href="https://github.com/jekyll/minima">Minima</a> theme and is hosted for free on <a href="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 <a href="/blogs">blogs</a>. It is made using <a href="https://jekyllrb.com">Jekyll</a>’s <a href="https://github.com/jekyll/minima">Minima</a> theme and is hosted for free on <a href="https://pages.github.com">Github Pages</a>.</p>
4947

5048
<p>The <code class="language-plaintext highlighter-rouge">source code</code> for this website can be found on its <a href="https://github.com/de-soot/de-soot.github.io">Github repository</a>.</p>
5149

_site/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-09-09T22:54:17+08:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">de_soot</title><subtitle>hosted on github pages</subtitle><entry><title type="html">Dark Mode on Websites with CSS @media Queries</title><link href="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><content type="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"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-09-09T23:17:10+08:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">de_soot</title><subtitle>hosted on github pages</subtitle><entry><title type="html">Dark Mode on Websites with CSS @media Queries</title><link href="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><content type="html" xml:base="http://localhost:4000/dark-mode"><![CDATA[<h1 id="why-dark-mode">Why Dark Mode</h1>
22
33
<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>
44

0 commit comments

Comments
 (0)