about summary refs log tree commit diff
path: root/_includes
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-04-12 11:19:57 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-04-12 11:19:57 +0700
commit981e41a9473654c4ee754f86a78d54c8c5cad9b2 (patch)
tree26fa9a31a9f11ec709615f1c96b0c26f2dc70538 /_includes
parentd02a380caa30a804c927498e624927daa70b0b13 (diff)
downloadblog-981e41a9473654c4ee754f86a78d54c8c5cad9b2.tar.gz
Switch to Hugo, restructure the page
Diffstat (limited to '_includes')
-rw-r--r--_includes/custom-head.html5
-rw-r--r--_includes/custom-webring.html51
-rw-r--r--_includes/footer.html38
3 files changed, 0 insertions, 94 deletions
diff --git a/_includes/custom-head.html b/_includes/custom-head.html
deleted file mode 100644
index 38fa5de..0000000
--- a/_includes/custom-head.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<link rel="stylesheet" href="/assets/css/custom.css">
-<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png">
-<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-32x32.png">
-<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon-16x16.png">
-<link rel="manifest" href="/assets/images/site.webmanifest">
diff --git a/_includes/custom-webring.html b/_includes/custom-webring.html
deleted file mode 100644
index 3a8e472..0000000
--- a/_includes/custom-webring.html
+++ /dev/null
@@ -1,51 +0,0 @@
-<section class="webring">
-  <h2>
-    Articles from blogs I read
-    <small class="attribution">
-      Generated by
-      <a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
-    </small>
-  </h2>
-  <section class="footer-col-wrapper">
-    
-    <div class="footer-col article">
-      <h4 class="title">
-        <a href="https://stallman.org/archives/2021-jan-apr.html#13_March_2021_%28Yemeni_journalist_jailed%29" target="_blank" rel="noopener">Yemeni journalist jailed</a>
-      </h4>
-      <p class="summary">
-
-Proxies of the UAE have jailed Yemeni journalist Adel al-Hasani,
-who reported on ties between UAE and al-Qa&#39;ida.
-
-
-</p>
-      <small class="source">
-        via <a href="https://stallman.org/archives/polnotes.html">Richard Stallman&#39;s Political Notes</a>
-      </small>
-      <small class="date">March 13, 2021</small>
-    </div>
-    
-    <div class="footer-col article">
-      <h4 class="title">
-        <a href="https://www.eff.org/deeplinks/2021/03/seattle-and-portland-say-no-public-private-surveillance-networks" target="_blank" rel="noopener">Seattle and Portland: Say No to Public-Private Surveillance Networks</a>
-      </h4>
-      <p class="summary">An organization calling itself Safe Cities Northwest is aiming to create public-private surveillance networks in Portland, Oregon and Seattle, Washington. The organization claims that it is building off of a “successful model for public safety” that it bu…</p>
-      <small class="source">
-        via <a href="https://www.eff.org/rss/updates.xml">Deeplinks</a>
-      </small>
-      <small class="date">March 12, 2021</small>
-    </div>
-    
-    <div class="footer-col article">
-      <h4 class="title">
-        <a href="https://news.opensuse.org/2021/03/11/opensuse-project-selected-for-gsoc-mentoring/" target="_blank" rel="noopener">openSUSE Project Selected for Google Summer of Code Mentoring</a>
-      </h4>
-      <p class="summary">Let’s gehts los! The openSUSE Project is one of about 200 mentoring organizations selected for this year’s Google Summer of Code. The openSUSE Project has participated in several GSoC events since 2006 and the project’s mentors have helped more than 60 st…</p>
-      <small class="source">
-        via <a href="https://news.opensuse.org">openSUSE News</a>
-      </small>
-      <small class="date">March 11, 2021</small>
-    </div>
-    
-  </section>
-</section>
diff --git a/_includes/footer.html b/_includes/footer.html
deleted file mode 100644
index ca0157a..0000000
--- a/_includes/footer.html
+++ /dev/null
@@ -1,38 +0,0 @@
-{%- include custom-webring.html -%}
-<footer class="site-footer h-card">
-  <data class="u-url" href="{{ "/" | relative_url }}"></data>
-
-  <div class="wrapper">
-
-    <div class="footer-col-wrapper">
-      <div class="footer-col">
-        <p class="feed-subscribe">
-          <a href="{{ 'feed.xml' | relative_url }}">
-            <svg class="svg-icon orange">
-              <use xlink:href="{{ 'assets/minima-social-icons.svg#rss' | relative_url }}"></use>
-            </svg><span>Subscribe</span>
-          </a>
-        </p>
-      {%- if site.author %}
-        <ul class="contact-list">
-          {% if site.author.name -%}
-            <li class="p-name">{{ site.author.name | escape }}</li>
-          {% endif -%}
-          {% if site.author.email -%}
-            <li><a class="u-email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
-          {%- endif %}
-        </ul>
-      {%- endif %}
-      </div>
-      <div class="footer-col">
-        <p>{{ site.description | escape }}</p>
-      </div>
-    </div>
-
-    <div class="social-links">
-      {%- include social.html -%}
-    </div>
-
-  </div>
-
-</footer>