initial commmit

This commit is contained in:
c0mmando 2023-02-27 18:22:45 +00:00
commit d2df028485
114 changed files with 7588 additions and 0 deletions

87
404.html Normal file
View File

@ -0,0 +1,87 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>404 Page not found | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/404.html>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="404 Page not found">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/404.html">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="404 Page not found">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<div class=not-found>404</div>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

BIN
android-chrome-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
android-chrome-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 KiB

BIN
apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

106
archives/index.html Normal file
View File

@ -0,0 +1,106 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Archive | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="archives">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/archives/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Archive">
<meta property="og:description" content="archives">
<meta property="og:type" content="article">
<meta property="og:url" content="https://blog.hackliberty.org/archives/"><meta property="article:section" content>
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Archive">
<meta name=twitter:description content="archives">
<script type=application/ld+json>{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Archive","item":"https://blog.hackliberty.org/archives/"}]}</script>
<script type=application/ld+json>{"@context":"https://schema.org","@type":"BlogPosting","headline":"Archive","name":"Archive","description":"archives","keywords":[],"articleBody":"","wordCount":"0","inLanguage":"en","datePublished":"0001-01-01T00:00:00Z","dateModified":"0001-01-01T00:00:00Z","author":{"@type":"Person","name":"HackLiberty"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.hackliberty.org/archives/"},"publisher":{"@type":"Organization","name":"HackLiberty Blog","logo":{"@type":"ImageObject","url":"https://blog.hackliberty.org/favicon.ico"}}}</script>
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span class=active>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header>
<h1>Archive</h1>
</header>
<div class=archive-year>
<h2 class=archive-year-header>2022<sup class=archive-count>&nbsp;&nbsp;1</sup>
</h2>
<div class=archive-month>
<h3 class=archive-month-header>June<sup class=archive-count>&nbsp;&nbsp;1</sup></h3>
<div class=archive-posts>
<div class=archive-entry>
<h3 class=archive-entry-title>The True Meaning of Anarchy
</h3>
<div class=archive-meta><span title="2022-06-10 00:00:00 +0000 UTC">June 10, 2022</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;Ackermann</div>
<a class=entry-link aria-label="post link to The True Meaning of Anarchy" href=https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/></a>
</div>
</div>
</div>
</div>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,104 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Anarchy | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/categories/anarchy/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/categories/anarchy/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Anarchy">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/categories/anarchy/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Anarchy">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=https://blog.hackliberty.org/>Home</a>&nbsp;»&nbsp;<a href=https://blog.hackliberty.org/categories/>Categories</a></div>
<h1>
Anarchy
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>The True Meaning of Anarchy
</h2>
</header>
<div class=entry-content>
<p>Introduction I want to start this blog off with the caveat that this is my own perspective and my own understanding. My hope is that I can persuade you to agree with my concept of Anarchy and encourage its use in your daily life. There are many so-called grey areas and philosophical debates that can arise from this topic that I wont be touching on.
The Confusion Anarchy is a complicated topic due to many misinterpretations and the great numbers of people claiming to be representatives of Anarchy when in actuality they fail to live up to the ideals of Anarchy....</p>
</div>
<footer class=entry-footer><span title="2022-06-10 00:00:00 +0000 UTC">June 10, 2022</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;Ackermann</footer>
<a class=entry-link aria-label="post link to The True Meaning of Anarchy" href=https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Anarchy on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/categories/anarchy/</link>
<description>Recent content in Anarchy on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Fri, 10 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/categories/anarchy/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>The True Meaning of Anarchy</title>
<link>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</guid>
<description>In this blog post we break down the true meaning of Anarchy and common misconceptions.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/categories/anarchy/</title><link rel=canonical href=https://blog.hackliberty.org/categories/anarchy/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/categories/anarchy/"></head></html>

98
categories/index.html Normal file
View File

@ -0,0 +1,98 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Categories | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/categories/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/categories/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Categories">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/categories/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Categories">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header>
<h1>Categories</h1>
</header>
<ul class=terms-tags>
<li>
<a href=https://blog.hackliberty.org/categories/anarchy/>Anarchy <sup><strong><sup>1</sup></strong></sup> </a>
</li>
<li>
<a href=https://blog.hackliberty.org/categories/philosophy/>Philosophy <sup><strong><sup>1</sup></strong></sup> </a>
</li>
</ul>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

28
categories/index.xml Normal file
View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Categories on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/categories/</link>
<description>Recent content in Categories on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Fri, 10 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/categories/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Anarchy</title>
<link>https://blog.hackliberty.org/categories/anarchy/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/categories/anarchy/</guid>
<description></description>
</item>
<item>
<title>Philosophy</title>
<link>https://blog.hackliberty.org/categories/philosophy/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/categories/philosophy/</guid>
<description></description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,104 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Philosophy | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/categories/philosophy/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/categories/philosophy/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Philosophy">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/categories/philosophy/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Philosophy">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=https://blog.hackliberty.org/>Home</a>&nbsp;»&nbsp;<a href=https://blog.hackliberty.org/categories/>Categories</a></div>
<h1>
Philosophy
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>The True Meaning of Anarchy
</h2>
</header>
<div class=entry-content>
<p>Introduction I want to start this blog off with the caveat that this is my own perspective and my own understanding. My hope is that I can persuade you to agree with my concept of Anarchy and encourage its use in your daily life. There are many so-called grey areas and philosophical debates that can arise from this topic that I wont be touching on.
The Confusion Anarchy is a complicated topic due to many misinterpretations and the great numbers of people claiming to be representatives of Anarchy when in actuality they fail to live up to the ideals of Anarchy....</p>
</div>
<footer class=entry-footer><span title="2022-06-10 00:00:00 +0000 UTC">June 10, 2022</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;Ackermann</footer>
<a class=entry-link aria-label="post link to The True Meaning of Anarchy" href=https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Philosophy on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/categories/philosophy/</link>
<description>Recent content in Philosophy on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Fri, 10 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/categories/philosophy/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>The True Meaning of Anarchy</title>
<link>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</guid>
<description>In this blog post we break down the true meaning of Anarchy and common misconceptions.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/categories/philosophy/</title><link rel=canonical href=https://blog.hackliberty.org/categories/philosophy/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/categories/philosophy/"></head></html>

View File

@ -0,0 +1,104 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>syntax | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/categories/syntax/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/categories/syntax/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="syntax">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/categories/syntax/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="syntax">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=https://blog.hackliberty.org/>Home</a>&nbsp;»&nbsp;<a href=https://blog.hackliberty.org/categories/>Categories</a></div>
<h1>
syntax
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>Markdown Syntax Guide
</h2>
</header>
<div class=entry-content>
<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
...</p>
</div>
<footer class=entry-footer><span title="2019-03-11 00:00:00 +0000 UTC">March 11, 2019</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;Hugo Authors</footer>
<a class=entry-link aria-label="post link to Markdown Syntax Guide" href=https://blog.hackliberty.org/posts/markdown-syntax/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>syntax on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/categories/syntax/</link>
<description>Recent content in syntax on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/categories/syntax/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
<link>https://blog.hackliberty.org/posts/markdown-syntax/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/posts/markdown-syntax/</guid>
<description>Sample article showcasing basic Markdown syntax and formatting for HTML elements.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/categories/syntax/</title><link rel=canonical href=https://blog.hackliberty.org/categories/syntax/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/categories/syntax/"></head></html>

View File

@ -0,0 +1,104 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>themes | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/categories/themes/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/categories/themes/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="themes">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/categories/themes/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="themes">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=https://blog.hackliberty.org/>Home</a>&nbsp;»&nbsp;<a href=https://blog.hackliberty.org/categories/>Categories</a></div>
<h1>
themes
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>Markdown Syntax Guide
</h2>
</header>
<div class=entry-content>
<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
...</p>
</div>
<footer class=entry-footer><span title="2019-03-11 00:00:00 +0000 UTC">March 11, 2019</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;Hugo Authors</footer>
<a class=entry-link aria-label="post link to Markdown Syntax Guide" href=https://blog.hackliberty.org/posts/markdown-syntax/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>themes on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/categories/themes/</link>
<description>Recent content in themes on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/categories/themes/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
<link>https://blog.hackliberty.org/posts/markdown-syntax/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/posts/markdown-syntax/</guid>
<description>Sample article showcasing basic Markdown syntax and formatting for HTML elements.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/categories/themes/</title><link rel=canonical href=https://blog.hackliberty.org/categories/themes/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/categories/themes/"></head></html>

BIN
favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 877 B

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
hackliberty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

122
index.html Normal file
View File

@ -0,0 +1,122 @@
<!doctype html><html lang=en dir=auto>
<head>
<meta name=generator content="Hugo 0.89.4"><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>HackLiberty Blog</title>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/index.xml>
<link rel=alternate type=application/json href=https://blog.hackliberty.org/index.json>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="HackLiberty Blog">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="HackLiberty Blog">
<meta name=twitter:description content="HackLiberty Blog">
<script type=application/ld+json>{"@context":"https://schema.org","@type":"Organization","name":"HackLiberty Blog","url":"https://blog.hackliberty.org/","description":"HackLiberty Blog","thumbnailUrl":"https://blog.hackliberty.org/favicon.ico","sameAs":["https://docs.hackliberty.org","mailto:contact[@]hacklibertydotorg","index.xml"]}</script>
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<article class="first-entry home-info">
<header class=entry-header>
<h1>HackLiberty Blog</h1>
</header>
<div class=entry-content>
<p><ul>
<li>A blog to share ideas, tutorials, and knowledge</li>
</ul>
</p>
</div>
<footer class=entry-footer>
<div class=social-icons>
<a href=https://docs.hackliberty.org target=_blank rel="noopener noreferrer me" title=Web><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10 13a5 5 0 007.54.54l3-3a5 5 0 00-7.07-7.07l-1.72 1.71"/><path d="M14 11a5 5 0 00-7.54-.54l-3 3a5 5 0 007.07 7.07l1.71-1.71"/></svg>
</a>
<a href=mailto:contact[@]hacklibertydotorg target=_blank rel="noopener noreferrer me" title=Email><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 21" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1.0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1.0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>
</a>
<a href=index.xml target=_blank rel="noopener noreferrer me" title=Rss><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 11a9 9 0 019 9"/><path d="M4 4a16 16 0 0116 16"/><circle cx="5" cy="19" r="1"/></svg>
</a>
</div>
</footer>
</article>
<article class=post-entry>
<header class=entry-header>
<h2>The True Meaning of Anarchy
</h2>
</header>
<div class=entry-content>
<p>Introduction I want to start this blog off with the caveat that this is my own perspective and my own understanding. My hope is that I can persuade you to agree with my concept of Anarchy and encourage its use in your daily life. There are many so-called grey areas and philosophical debates that can arise from this topic that I wont be touching on.
The Confusion Anarchy is a complicated topic due to many misinterpretations and the great numbers of people claiming to be representatives of Anarchy when in actuality they fail to live up to the ideals of Anarchy....</p>
</div>
<footer class=entry-footer><span title="2022-06-10 00:00:00 +0000 UTC">June 10, 2022</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;Ackermann</footer>
<a class=entry-link aria-label="post link to The True Meaning of Anarchy" href=https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

1
index.json Normal file

File diff suppressed because one or more lines are too long

21
index.xml Normal file
View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>HackLiberty Blog</title>
<link>https://blog.hackliberty.org/</link>
<description>Recent content on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Fri, 10 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>The True Meaning of Anarchy</title>
<link>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</guid>
<description>In this blog post we break down the true meaning of Anarchy and common misconceptions.</description>
</item>
</channel>
</rss>

330
markdown-syntax/index.html Normal file
View File

@ -0,0 +1,330 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Markdown Syntax Guide | HackLiberty Blog</title>
<meta name=keywords content="markdown,css,html,themes">
<meta name=description content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name=author content="Hugo Authors">
<link rel=canonical href=/markdown-syntax/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<script defer crossorigin=anonymous src=/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5+kdJvBz5iKbt6B5PJI=" onload=hljs.initHighlightingOnLoad()></script>
<link rel=icon href=/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=/favicon-32x32.png>
<link rel=apple-touch-icon href=/apple-touch-icon.png>
<link rel=mask-icon href=/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Markdown Syntax Guide">
<meta property="og:description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta property="og:type" content="article">
<meta property="og:url" content="/markdown-syntax/"><meta property="article:section" content>
<meta property="article:published_time" content="2019-03-11T00:00:00+00:00">
<meta property="article:modified_time" content="2019-03-11T00:00:00+00:00">
<meta property="og:see_also" content="/posts/markdown-syntax/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Markdown Syntax Guide">
<meta name=twitter:description content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<script type=application/ld+json>{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Markdown Syntax Guide","item":"/markdown-syntax/"}]}</script>
<script type=application/ld+json>{"@context":"https://schema.org","@type":"BlogPosting","headline":"Markdown Syntax Guide","name":"Markdown Syntax Guide","description":"Sample article showcasing basic Markdown syntax and formatting for HTML elements.","keywords":["markdown","css","html","themes"],"articleBody":"This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.\nHeadings The following HTML — elements represent six levels of section headings. is the highest section level while is the lowest.\nH1 H2 H3 H4 H5 H6 Paragraph Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.\nItatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.\nBlockquotes The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations.\nBlockquote without attribution Tiam, ad mint andaepu dandae nostion secatur sequo quae. Note that you can use Markdown syntax within a blockquote.\n Blockquote with attribution Dont communicate by sharing memory, share memory by communicating.\n— Rob Pike1\n Tables Tables arent part of the core Markdown spec, but Hugo supports supports them out-of-the-box.\n Name Age Bob 27 Alice 23 Inline Markdown within tables Italics Bold Code italics bold code Code Blocks Code block with backticks html lang=\"en\" head meta charset=\"utf-8\" / titleExample HTML5 Documenttitle head body pTestp body html Code block indented with four spaces Example HTML5 Document Test\n Code block with Hugos internal highlight shortcode html lang=\"en\" head meta charset=\"utf-8\" titleExample HTML5 Documenttitle head body pTestp body html Gist List Types Ordered List First item Second item Third item Unordered List List item Another item And another item Nested list Fruit Apple Orange Banana Dairy Milk Cheese Other Elements — abbr, sub, sup, kbd, mark GIF is a bitmap image format.\nH2O\nXn + Yn = Zn\nPress CTRL+ALT+Delete to end the session.\nMost salamanders are nocturnal, and hunt for insects, worms, and other small creatures.\n The above quote is excerpted from Rob Pikes talk during Gopherfest, November 18, 2015. ↩︎\n ","wordCount":"446","inLanguage":"en","datePublished":"2019-03-11T00:00:00Z","dateModified":"2019-03-11T00:00:00Z","author":{"@type":"Person","name":"Hugo Authors"},"mainEntityOfPage":{"@type":"WebPage","@id":"/markdown-syntax/"},"publisher":{"@type":"Organization","name":"HackLiberty Blog","logo":{"@type":"ImageObject","url":"/favicon.ico"}}}</script>
</head>
<body class=dark id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=/ accesskey=h title=" (Alt + H)">
<img src=/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<article class=post-single>
<header class=post-header>
<div class=breadcrumbs><a href=/>Home</a></div>
<h1 class=post-title>
Markdown Syntax Guide
</h1>
<div class=post-description>
Sample article showcasing basic Markdown syntax and formatting for HTML elements.
</div>
<div class=post-meta><span title="2019-03-11 00:00:00 +0000 UTC">March 11, 2019</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;Hugo Authors
</div>
</header> <div class=toc>
<details open>
<summary accesskey=c title="(Alt + C)">
<span class=details>Table of Contents</span>
</summary>
<div class=inner><ul><ul>
<li>
<a href=#headings aria-label=Headings>Headings</a></li></ul>
<li>
<a href=#h1 aria-label=H1>H1</a><ul>
<li>
<a href=#h2 aria-label=H2>H2</a><ul>
<li>
<a href=#h3 aria-label=H3>H3</a><ul>
<li>
<a href=#h4 aria-label=H4>H4</a><ul>
<li>
<a href=#h5 aria-label=H5>H5</a><ul>
<li>
<a href=#h6 aria-label=H6>H6</a></li></ul>
</li></ul>
</li></ul>
</li></ul>
</li>
<li>
<a href=#paragraph aria-label=Paragraph>Paragraph</a></li>
<li>
<a href=#blockquotes aria-label=Blockquotes>Blockquotes</a><ul>
<ul>
<li>
<a href=#blockquote-without-attribution aria-label="Blockquote without attribution">Blockquote without attribution</a></li>
<li>
<a href=#blockquote-with-attribution aria-label="Blockquote with attribution">Blockquote with attribution</a></li></ul>
</ul>
</li>
<li>
<a href=#tables aria-label=Tables>Tables</a><ul>
<ul>
<li>
<a href=#inline-markdown-within-tables aria-label="Inline Markdown within tables">Inline Markdown within tables</a></li></ul>
</ul>
</li>
<li>
<a href=#code-blocks aria-label="Code Blocks">Code Blocks</a><ul>
<ul>
<li>
<a href=#code-block-with-backticks aria-label="Code block with backticks">Code block with backticks</a></li>
<li>
<a href=#code-block-indented-with-four-spaces aria-label="Code block indented with four spaces">Code block indented with four spaces</a></li>
<li>
<a href=#code-block-with-hugos-internal-highlight-shortcode aria-label="Code block with Hugo&amp;rsquo;s internal highlight shortcode">Code block with Hugo&rsquo;s internal highlight shortcode</a></li>
<li>
<a href=#gist aria-label=Gist>Gist</a></li></ul>
</ul>
</li>
<li>
<a href=#list-types aria-label="List Types">List Types</a><ul>
<ul>
<li>
<a href=#ordered-list aria-label="Ordered List">Ordered List</a></li>
<li>
<a href=#unordered-list aria-label="Unordered List">Unordered List</a></li>
<li>
<a href=#nested-list aria-label="Nested list">Nested list</a></li></ul>
</ul>
</li>
<li>
<a href=#other-elements--abbr-sub-sup-kbd-mark aria-label="Other Elements — abbr, sub, sup, kbd, mark">Other Elements — abbr, sub, sup, kbd, mark</a>
</li>
</ul>
</li>
</ul>
</div>
</details>
</div>
<div class=post-content><p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p>
<h2 id=headings>Headings<a hidden class=anchor aria-hidden=true href=#headings>#</a></h2>
<p>The following HTML <code>&lt;h1></code><code>&lt;h6></code> elements represent six levels of section headings. <code>&lt;h1></code> is the highest section level while <code>&lt;h6></code> is the lowest.</p>
<h1 id=h1>H1<a hidden class=anchor aria-hidden=true href=#h1>#</a></h1>
<h2 id=h2>H2<a hidden class=anchor aria-hidden=true href=#h2>#</a></h2>
<h3 id=h3>H3<a hidden class=anchor aria-hidden=true href=#h3>#</a></h3>
<h4 id=h4>H4<a hidden class=anchor aria-hidden=true href=#h4>#</a></h4>
<h5 id=h5>H5<a hidden class=anchor aria-hidden=true href=#h5>#</a></h5>
<h6 id=h6>H6<a hidden class=anchor aria-hidden=true href=#h6>#</a></h6>
<h2 id=paragraph>Paragraph<a hidden class=anchor aria-hidden=true href=#paragraph>#</a></h2>
<p>Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.</p>
<p>Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.</p>
<h2 id=blockquotes>Blockquotes<a hidden class=anchor aria-hidden=true href=#blockquotes>#</a></h2>
<p>The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a <code>footer</code> or <code>cite</code> element, and optionally with in-line changes such as annotations and abbreviations.</p>
<h4 id=blockquote-without-attribution>Blockquote without attribution<a hidden class=anchor aria-hidden=true href=#blockquote-without-attribution>#</a></h4>
<blockquote>
<p>Tiam, ad mint andaepu dandae nostion secatur sequo quae.
<strong>Note</strong> that you can use <em>Markdown syntax</em> within a blockquote.</p>
</blockquote>
<h4 id=blockquote-with-attribution>Blockquote with attribution<a hidden class=anchor aria-hidden=true href=#blockquote-with-attribution>#</a></h4>
<blockquote>
<p>Don&rsquo;t communicate by sharing memory, share memory by communicating.</p>
<p><cite>Rob Pike<sup id=fnref:1><a href=#fn:1 class=footnote-ref role=doc-noteref>1</a></sup></cite></p>
</blockquote>
<h2 id=tables>Tables<a hidden class=anchor aria-hidden=true href=#tables>#</a></h2>
<p>Tables aren&rsquo;t part of the core Markdown spec, but Hugo supports supports them out-of-the-box.</p>
<table>
<thead>
<tr>
<th>Name</th>
<th>Age</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bob</td>
<td>27</td>
</tr>
<tr>
<td>Alice</td>
<td>23</td>
</tr>
</tbody>
</table>
<h4 id=inline-markdown-within-tables>Inline Markdown within tables<a hidden class=anchor aria-hidden=true href=#inline-markdown-within-tables>#</a></h4>
<table>
<thead>
<tr>
<th>Italics</th>
<th>Bold</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td><em>italics</em></td>
<td><strong>bold</strong></td>
<td><code>code</code></td>
</tr>
</tbody>
</table>
<h2 id=code-blocks>Code Blocks<a hidden class=anchor aria-hidden=true href=#code-blocks>#</a></h2>
<h4 id=code-block-with-backticks>Code block with backticks<a hidden class=anchor aria-hidden=true href=#code-block-with-backticks>#</a></h4>
<div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-html data-lang=html><span style=color:#75715e>&lt;!DOCTYPE html&gt;</span>
&lt;<span style=color:#f92672>html</span> <span style=color:#a6e22e>lang</span><span style=color:#f92672>=</span><span style=color:#e6db74>&#34;en&#34;</span>&gt;
&lt;<span style=color:#f92672>head</span>&gt;
&lt;<span style=color:#f92672>meta</span> <span style=color:#a6e22e>charset</span><span style=color:#f92672>=</span><span style=color:#e6db74>&#34;utf-8&#34;</span> /&gt;
&lt;<span style=color:#f92672>title</span>&gt;Example HTML5 Document&lt;/<span style=color:#f92672>title</span>&gt;
&lt;/<span style=color:#f92672>head</span>&gt;
&lt;<span style=color:#f92672>body</span>&gt;
&lt;<span style=color:#f92672>p</span>&gt;Test&lt;/<span style=color:#f92672>p</span>&gt;
&lt;/<span style=color:#f92672>body</span>&gt;
&lt;/<span style=color:#f92672>html</span>&gt;
</code></pre></div><h4 id=code-block-indented-with-four-spaces>Code block indented with four spaces<a hidden class=anchor aria-hidden=true href=#code-block-indented-with-four-spaces>#</a></h4>
<pre><code>&lt;!doctype html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;utf-8&quot;&gt;
&lt;title&gt;Example HTML5 Document&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;Test&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;
</code></pre>
<h4 id=code-block-with-hugos-internal-highlight-shortcode>Code block with Hugo&rsquo;s internal highlight shortcode<a hidden class=anchor aria-hidden=true href=#code-block-with-hugos-internal-highlight-shortcode>#</a></h4>
<div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-html data-lang=html><span style=color:#75715e>&lt;!doctype html&gt;</span>
&lt;<span style=color:#f92672>html</span> <span style=color:#a6e22e>lang</span><span style=color:#f92672>=</span><span style=color:#e6db74>&#34;en&#34;</span>&gt;
&lt;<span style=color:#f92672>head</span>&gt;
&lt;<span style=color:#f92672>meta</span> <span style=color:#a6e22e>charset</span><span style=color:#f92672>=</span><span style=color:#e6db74>&#34;utf-8&#34;</span>&gt;
&lt;<span style=color:#f92672>title</span>&gt;Example HTML5 Document&lt;/<span style=color:#f92672>title</span>&gt;
&lt;/<span style=color:#f92672>head</span>&gt;
&lt;<span style=color:#f92672>body</span>&gt;
&lt;<span style=color:#f92672>p</span>&gt;Test&lt;/<span style=color:#f92672>p</span>&gt;
&lt;/<span style=color:#f92672>body</span>&gt;
&lt;/<span style=color:#f92672>html</span>&gt;</code></pre></div>
<h4 id=gist>Gist<a hidden class=anchor aria-hidden=true href=#gist>#</a></h4>
<script type=application/javascript src=https://gist.github.com/spf13/7896402.js></script>
<h2 id=list-types>List Types<a hidden class=anchor aria-hidden=true href=#list-types>#</a></h2>
<h4 id=ordered-list>Ordered List<a hidden class=anchor aria-hidden=true href=#ordered-list>#</a></h4>
<ol>
<li>First item</li>
<li>Second item</li>
<li>Third item</li>
</ol>
<h4 id=unordered-list>Unordered List<a hidden class=anchor aria-hidden=true href=#unordered-list>#</a></h4>
<ul>
<li>List item</li>
<li>Another item</li>
<li>And another item</li>
</ul>
<h4 id=nested-list>Nested list<a hidden class=anchor aria-hidden=true href=#nested-list>#</a></h4>
<ul>
<li>Fruit
<ul>
<li>Apple</li>
<li>Orange</li>
<li>Banana</li>
</ul>
</li>
<li>Dairy
<ul>
<li>Milk</li>
<li>Cheese</li>
</ul>
</li>
</ul>
<h2 id=other-elements--abbr-sub-sup-kbd-mark>Other Elements — abbr, sub, sup, kbd, mark<a hidden class=anchor aria-hidden=true href=#other-elements--abbr-sub-sup-kbd-mark>#</a></h2>
<p><abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.</p>
<p>H<sub>2</sub>O</p>
<p>X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup></p>
<p>Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.</p>
<p>Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.</p>
<section class=footnotes role=doc-endnotes>
<hr>
<ol>
<li id=fn:1 role=doc-endnote>
<p>The above quote is excerpted from Rob Pike&rsquo;s <a href="https://www.youtube.com/watch?v=PAAkCSZUG1c">talk</a> during Gopherfest, November 18, 2015.&#160;<a href=#fnref:1 class=footnote-backref role=doc-backlink>&#8617;&#xfe0e;</a></p>
</li>
</ol>
</section>
</div>
<footer class=post-footer>
<ul class=post-tags>
<li><a href=/tags/markdown/>markdown</a></li>
<li><a href=/tags/css/>css</a></li>
<li><a href=/tags/html/>html</a></li>
<li><a href=/tags/themes/>themes</a></li>
</ul>
</footer>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
<script>document.querySelectorAll('pre > code').forEach(b=>{const c=b.parentNode.parentNode,a=document.createElement('button');a.classList.add('copy-code'),a.innerHTML='copy';function d(){a.innerHTML='copied!',setTimeout(()=>{a.innerHTML='copy'},2e3)}a.addEventListener('click',e=>{if('clipboard'in navigator){navigator.clipboard.writeText(b.textContent),d();return}const a=document.createRange();a.selectNodeContents(b);const c=window.getSelection();c.removeAllRanges(),c.addRange(a);try{document.execCommand('copy'),d()}catch(a){}c.removeRange(a)}),c.classList.contains("highlight")?c.appendChild(a):c.parentNode.firstChild==c||(b.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName=="TABLE"?b.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(a):b.parentNode.appendChild(a))})</script>
</body>
</html>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>/markdown-syntax/</title><link rel=canonical href=/markdown-syntax/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/markdown-syntax/"></head></html>

1
page/1/index.html Normal file
View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/</title><link rel=canonical href=https://blog.hackliberty.org/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/"></head></html>

146
page/2/index.html Normal file
View File

@ -0,0 +1,146 @@
<!doctype html><html lang=en dir=auto>
<head>
<meta name=generator content="Hugo 0.89.4"><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>HackLiberty Blog</title>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=/favicon-32x32.png>
<link rel=apple-touch-icon href=/apple-touch-icon.png>
<link rel=mask-icon href=/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=/index.xml>
<link rel=alternate type=application/json href=/index.json>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="HackLiberty Blog">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="HackLiberty Blog">
<meta name=twitter:description content="HackLiberty Blog">
<script type=application/ld+json>{"@context":"https://schema.org","@type":"Organization","name":"HackLiberty Blog","url":"/","description":"HackLiberty Blog","thumbnailUrl":"/favicon.ico","sameAs":["https://docs.hackliberty.org","mailto:contact[@]hacklibertydotorg","index.xml"]}</script>
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=/ accesskey=h title=" (Alt + H)">
<img src=/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<article class=post-entry>
<header class=entry-header>
<h2>Rich Content
</h2>
</header>
<div class=entry-content>
<p>Hugo ships with several Built-in Shortcodes for rich content, along with a Privacy Config and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
...</p>
</div>
<footer class=entry-footer><span title="2019-03-10 00:00:00 +0000 UTC">March 10, 2019</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Hugo Authors</footer>
<a class=entry-link aria-label="post link to Rich Content" href=/posts/rich-content/></a>
</article>
<article class=post-entry>
<header class=entry-header>
<h2>Math Typesetting
</h2>
</header>
<div class=entry-content>
<p>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.
...</p>
</div>
<footer class=entry-footer><span title="2019-03-08 00:00:00 +0000 UTC">March 8, 2019</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Hugo Authors</footer>
<a class=entry-link aria-label="post link to Math Typesetting" href=/posts/math-typesetting/></a>
</article>
<article class=post-entry>
<header class=entry-header>
<h2>Emoji Support
</h2>
</header>
<div class=entry-content>
<p>Emoji can be enabled in a Hugo project in a number of ways.
...</p>
</div>
<footer class=entry-footer><span title="2019-03-05 00:00:00 +0000 UTC">March 5, 2019</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Hugo Authors</footer>
<a class=entry-link aria-label="post link to Emoji Support" href=/posts/emoji-support/></a>
</article>
<article class=post-entry>
<header class=entry-header>
<h2>
</h2>
</header>
<div class=entry-content>
<p>tags: [“markdown”, “css”, “html”, “themes”] categories: [“themes”, “syntax”] series: [“Themes Guide”] aliases: [“migrate-from-jekyl”] ShowToc: true TocOpen: true Markdown syntax guide Headers This is a Heading h1 This is a Heading h2 This is a Heading h6 Emphasis This text will be italic
This will also be italic
This text will be bold
This will also be bold
You can combine them
Lists Unordered Item 1 Item 2 Item 2a Item 2b Ordered Item 1 Item 2 Item 3 Item 3a Item 3b Images Links You may be using Markdown Live Preview....</p>
</div>
<footer class=entry-footer>1 min&nbsp;·&nbsp;HackLiberty</footer>
<a class=entry-link aria-label="post link to " href=/posts/test/></a>
</article>
<footer class=page-footer>
<nav class=pagination>
<a class=prev href=/>« Prev</a>
</nav>
</footer>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

118
page/3/index.html Normal file
View File

@ -0,0 +1,118 @@
<!doctype html><html lang=en dir=auto>
<head>
<meta name=generator content="Hugo 0.89.4"><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>HackLiberty Blog</title>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=/favicon-32x32.png>
<link rel=apple-touch-icon href=/apple-touch-icon.png>
<link rel=mask-icon href=/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=/index.xml>
<link rel=alternate type=application/json href=/index.json>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="HackLiberty Blog">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="HackLiberty Blog">
<meta name=twitter:description content="HackLiberty Blog">
<script type=application/ld+json>{"@context":"https://schema.org","@type":"Organization","name":"HackLiberty Blog","url":"/","description":"HackLiberty Blog","thumbnailUrl":"/favicon.ico","sameAs":["https://docs.hackliberty.org","mailto:contact[@]hacklibertydotorg","index.xml"]}</script>
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=/ accesskey=h title=" (Alt + H)">
<img src=/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<article class=post-entry>
<header class=entry-header>
<h2>Math Typesetting
</h2>
</header>
<div class=entry-content>
<p>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.
...</p>
</div>
<footer class=entry-footer><span title="2019-03-08 00:00:00 +0000 UTC">March 8, 2019</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Hugo Authors</footer>
<a class=entry-link aria-label="post link to Math Typesetting" href=/posts/math-typesetting/></a>
</article>
<article class=post-entry>
<header class=entry-header>
<h2>Emoji Support
</h2>
</header>
<div class=entry-content>
<p>Emoji can be enabled in a Hugo project in a number of ways.
...</p>
</div>
<footer class=entry-footer><span title="2019-03-05 00:00:00 +0000 UTC">March 5, 2019</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Hugo Authors</footer>
<a class=entry-link aria-label="post link to Emoji Support" href=/posts/emoji-support/></a>
</article>
<footer class=page-footer>
<nav class=pagination>
<a class=prev href=/page/2/>« Prev</a>
</nav>
</footer>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>/posts/papermod/papermod-features/</title><link rel=canonical href=/posts/papermod/papermod-features/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/posts/papermod/papermod-features/"></head></html>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>/posts/papermod/papermod-icons/</title><link rel=canonical href=/posts/papermod/papermod-icons/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/posts/papermod/papermod-icons/"></head></html>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>/posts/papermod/papermod-installation/</title><link rel=canonical href=/posts/papermod/papermod-installation/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/posts/papermod/papermod-installation/"></head></html>

105
posts/index.html Normal file
View File

@ -0,0 +1,105 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Posts | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="Posts - HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/posts/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/posts/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Posts">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/posts/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Posts">
<meta name=twitter:description content="HackLiberty Blog">
<script type=application/ld+json>{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Posts","item":"https://blog.hackliberty.org/posts/"}]}</script>
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span class=active>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=https://blog.hackliberty.org/>Home</a></div>
<h1>
Posts
</h1>
</header>
<article class=post-entry>
<header class=entry-header>
<h2>The True Meaning of Anarchy
</h2>
</header>
<div class=entry-content>
<p>Introduction I want to start this blog off with the caveat that this is my own perspective and my own understanding. My hope is that I can persuade you to agree with my concept of Anarchy and encourage its use in your daily life. There are many so-called grey areas and philosophical debates that can arise from this topic that I wont be touching on.
The Confusion Anarchy is a complicated topic due to many misinterpretations and the great numbers of people claiming to be representatives of Anarchy when in actuality they fail to live up to the ideals of Anarchy....</p>
</div>
<footer class=entry-footer><span title="2022-06-10 00:00:00 +0000 UTC">June 10, 2022</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;Ackermann</footer>
<a class=entry-link aria-label="post link to The True Meaning of Anarchy" href=https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

19
posts/index.xml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Posts on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/posts/</link>
<description>Recent content in Posts on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Fri, 10 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>The True Meaning of Anarchy</title>
<link>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</guid>
<description>In this blog post we break down the true meaning of Anarchy and common misconceptions.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,329 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Markdown Syntax Guide | HackLiberty Blog</title>
<meta name=keywords content="markdown,css,html,themes">
<meta name=description content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta name=author content="Hugo Authors">
<link rel=canonical href=https://blog.hackliberty.org/posts/markdown-syntax/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<script defer crossorigin=anonymous src=/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5+kdJvBz5iKbt6B5PJI=" onload=hljs.initHighlightingOnLoad()></script>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Markdown Syntax Guide">
<meta property="og:description" content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://blog.hackliberty.org/posts/markdown-syntax/"><meta property="article:section" content="posts">
<meta property="article:published_time" content="2019-03-11T00:00:00+00:00">
<meta property="article:modified_time" content="2019-03-11T00:00:00+00:00">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Markdown Syntax Guide">
<meta name=twitter:description content="Sample article showcasing basic Markdown syntax and formatting for HTML elements.">
<script type=application/ld+json>{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Posts","item":"https://blog.hackliberty.org/posts/"},{"@type":"ListItem","position":2,"name":"Markdown Syntax Guide","item":"https://blog.hackliberty.org/posts/markdown-syntax/"}]}</script>
<script type=application/ld+json>{"@context":"https://schema.org","@type":"BlogPosting","headline":"Markdown Syntax Guide","name":"Markdown Syntax Guide","description":"Sample article showcasing basic Markdown syntax and formatting for HTML elements.","keywords":["markdown","css","html","themes"],"articleBody":"This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.\nHeadings The following HTML — elements represent six levels of section headings. is the highest section level while is the lowest.\nH1 H2 H3 H4 H5 H6 Paragraph Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.\nItatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.\nBlockquotes The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations.\nBlockquote without attribution Tiam, ad mint andaepu dandae nostion secatur sequo quae. Note that you can use Markdown syntax within a blockquote.\n Blockquote with attribution Dont communicate by sharing memory, share memory by communicating.\n— Rob Pike1\n Tables Tables arent part of the core Markdown spec, but Hugo supports supports them out-of-the-box.\n Name Age Bob 27 Alice 23 Inline Markdown within tables Italics Bold Code italics bold code Code Blocks Code block with backticks html lang=\"en\" head meta charset=\"utf-8\" / titleExample HTML5 Documenttitle head body pTestp body html Code block indented with four spaces Example HTML5 Document Test\n Code block with Hugos internal highlight shortcode html lang=\"en\" head meta charset=\"utf-8\" titleExample HTML5 Documenttitle head body pTestp body html Gist List Types Ordered List First item Second item Third item Unordered List List item Another item And another item Nested list Fruit Apple Orange Banana Dairy Milk Cheese Other Elements — abbr, sub, sup, kbd, mark GIF is a bitmap image format.\nH2O\nXn + Yn = Zn\nPress CTRL+ALT+Delete to end the session.\nMost salamanders are nocturnal, and hunt for insects, worms, and other small creatures.\n The above quote is excerpted from Rob Pikes talk during Gopherfest, November 18, 2015. ↩︎\n ","wordCount":"446","inLanguage":"en","datePublished":"2019-03-11T00:00:00Z","dateModified":"2019-03-11T00:00:00Z","author":{"@type":"Person","name":"Hugo Authors"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.hackliberty.org/posts/markdown-syntax/"},"publisher":{"@type":"Organization","name":"HackLiberty Blog","logo":{"@type":"ImageObject","url":"https://blog.hackliberty.org/favicon.ico"}}}</script>
</head>
<body class=dark id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<article class=post-single>
<header class=post-header>
<div class=breadcrumbs><a href=https://blog.hackliberty.org/>Home</a>&nbsp;»&nbsp;<a href=https://blog.hackliberty.org/posts/>Posts</a></div>
<h1 class=post-title>
Markdown Syntax Guide
</h1>
<div class=post-description>
Sample article showcasing basic Markdown syntax and formatting for HTML elements.
</div>
<div class=post-meta><span title="2019-03-11 00:00:00 +0000 UTC">March 11, 2019</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;Hugo Authors
</div>
</header> <div class=toc>
<details open>
<summary accesskey=c title="(Alt + C)">
<span class=details>Table of Contents</span>
</summary>
<div class=inner><ul><ul>
<li>
<a href=#headings aria-label=Headings>Headings</a></li></ul>
<li>
<a href=#h1 aria-label=H1>H1</a><ul>
<li>
<a href=#h2 aria-label=H2>H2</a><ul>
<li>
<a href=#h3 aria-label=H3>H3</a><ul>
<li>
<a href=#h4 aria-label=H4>H4</a><ul>
<li>
<a href=#h5 aria-label=H5>H5</a><ul>
<li>
<a href=#h6 aria-label=H6>H6</a></li></ul>
</li></ul>
</li></ul>
</li></ul>
</li>
<li>
<a href=#paragraph aria-label=Paragraph>Paragraph</a></li>
<li>
<a href=#blockquotes aria-label=Blockquotes>Blockquotes</a><ul>
<ul>
<li>
<a href=#blockquote-without-attribution aria-label="Blockquote without attribution">Blockquote without attribution</a></li>
<li>
<a href=#blockquote-with-attribution aria-label="Blockquote with attribution">Blockquote with attribution</a></li></ul>
</ul>
</li>
<li>
<a href=#tables aria-label=Tables>Tables</a><ul>
<ul>
<li>
<a href=#inline-markdown-within-tables aria-label="Inline Markdown within tables">Inline Markdown within tables</a></li></ul>
</ul>
</li>
<li>
<a href=#code-blocks aria-label="Code Blocks">Code Blocks</a><ul>
<ul>
<li>
<a href=#code-block-with-backticks aria-label="Code block with backticks">Code block with backticks</a></li>
<li>
<a href=#code-block-indented-with-four-spaces aria-label="Code block indented with four spaces">Code block indented with four spaces</a></li>
<li>
<a href=#code-block-with-hugos-internal-highlight-shortcode aria-label="Code block with Hugo&amp;rsquo;s internal highlight shortcode">Code block with Hugo&rsquo;s internal highlight shortcode</a></li>
<li>
<a href=#gist aria-label=Gist>Gist</a></li></ul>
</ul>
</li>
<li>
<a href=#list-types aria-label="List Types">List Types</a><ul>
<ul>
<li>
<a href=#ordered-list aria-label="Ordered List">Ordered List</a></li>
<li>
<a href=#unordered-list aria-label="Unordered List">Unordered List</a></li>
<li>
<a href=#nested-list aria-label="Nested list">Nested list</a></li></ul>
</ul>
</li>
<li>
<a href=#other-elements--abbr-sub-sup-kbd-mark aria-label="Other Elements — abbr, sub, sup, kbd, mark">Other Elements — abbr, sub, sup, kbd, mark</a>
</li>
</ul>
</li>
</ul>
</div>
</details>
</div>
<div class=post-content><p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p>
<h2 id=headings>Headings<a hidden class=anchor aria-hidden=true href=#headings>#</a></h2>
<p>The following HTML <code>&lt;h1></code><code>&lt;h6></code> elements represent six levels of section headings. <code>&lt;h1></code> is the highest section level while <code>&lt;h6></code> is the lowest.</p>
<h1 id=h1>H1<a hidden class=anchor aria-hidden=true href=#h1>#</a></h1>
<h2 id=h2>H2<a hidden class=anchor aria-hidden=true href=#h2>#</a></h2>
<h3 id=h3>H3<a hidden class=anchor aria-hidden=true href=#h3>#</a></h3>
<h4 id=h4>H4<a hidden class=anchor aria-hidden=true href=#h4>#</a></h4>
<h5 id=h5>H5<a hidden class=anchor aria-hidden=true href=#h5>#</a></h5>
<h6 id=h6>H6<a hidden class=anchor aria-hidden=true href=#h6>#</a></h6>
<h2 id=paragraph>Paragraph<a hidden class=anchor aria-hidden=true href=#paragraph>#</a></h2>
<p>Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.</p>
<p>Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.</p>
<h2 id=blockquotes>Blockquotes<a hidden class=anchor aria-hidden=true href=#blockquotes>#</a></h2>
<p>The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a <code>footer</code> or <code>cite</code> element, and optionally with in-line changes such as annotations and abbreviations.</p>
<h4 id=blockquote-without-attribution>Blockquote without attribution<a hidden class=anchor aria-hidden=true href=#blockquote-without-attribution>#</a></h4>
<blockquote>
<p>Tiam, ad mint andaepu dandae nostion secatur sequo quae.
<strong>Note</strong> that you can use <em>Markdown syntax</em> within a blockquote.</p>
</blockquote>
<h4 id=blockquote-with-attribution>Blockquote with attribution<a hidden class=anchor aria-hidden=true href=#blockquote-with-attribution>#</a></h4>
<blockquote>
<p>Don&rsquo;t communicate by sharing memory, share memory by communicating.</p>
<p><cite>Rob Pike<sup id=fnref:1><a href=#fn:1 class=footnote-ref role=doc-noteref>1</a></sup></cite></p>
</blockquote>
<h2 id=tables>Tables<a hidden class=anchor aria-hidden=true href=#tables>#</a></h2>
<p>Tables aren&rsquo;t part of the core Markdown spec, but Hugo supports supports them out-of-the-box.</p>
<table>
<thead>
<tr>
<th>Name</th>
<th>Age</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bob</td>
<td>27</td>
</tr>
<tr>
<td>Alice</td>
<td>23</td>
</tr>
</tbody>
</table>
<h4 id=inline-markdown-within-tables>Inline Markdown within tables<a hidden class=anchor aria-hidden=true href=#inline-markdown-within-tables>#</a></h4>
<table>
<thead>
<tr>
<th>Italics</th>
<th>Bold</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td><em>italics</em></td>
<td><strong>bold</strong></td>
<td><code>code</code></td>
</tr>
</tbody>
</table>
<h2 id=code-blocks>Code Blocks<a hidden class=anchor aria-hidden=true href=#code-blocks>#</a></h2>
<h4 id=code-block-with-backticks>Code block with backticks<a hidden class=anchor aria-hidden=true href=#code-block-with-backticks>#</a></h4>
<div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-html data-lang=html><span style=color:#75715e>&lt;!DOCTYPE html&gt;</span>
&lt;<span style=color:#f92672>html</span> <span style=color:#a6e22e>lang</span><span style=color:#f92672>=</span><span style=color:#e6db74>&#34;en&#34;</span>&gt;
&lt;<span style=color:#f92672>head</span>&gt;
&lt;<span style=color:#f92672>meta</span> <span style=color:#a6e22e>charset</span><span style=color:#f92672>=</span><span style=color:#e6db74>&#34;utf-8&#34;</span> /&gt;
&lt;<span style=color:#f92672>title</span>&gt;Example HTML5 Document&lt;/<span style=color:#f92672>title</span>&gt;
&lt;/<span style=color:#f92672>head</span>&gt;
&lt;<span style=color:#f92672>body</span>&gt;
&lt;<span style=color:#f92672>p</span>&gt;Test&lt;/<span style=color:#f92672>p</span>&gt;
&lt;/<span style=color:#f92672>body</span>&gt;
&lt;/<span style=color:#f92672>html</span>&gt;
</code></pre></div><h4 id=code-block-indented-with-four-spaces>Code block indented with four spaces<a hidden class=anchor aria-hidden=true href=#code-block-indented-with-four-spaces>#</a></h4>
<pre><code>&lt;!doctype html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;utf-8&quot;&gt;
&lt;title&gt;Example HTML5 Document&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;Test&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;
</code></pre>
<h4 id=code-block-with-hugos-internal-highlight-shortcode>Code block with Hugo&rsquo;s internal highlight shortcode<a hidden class=anchor aria-hidden=true href=#code-block-with-hugos-internal-highlight-shortcode>#</a></h4>
<div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-html data-lang=html><span style=color:#75715e>&lt;!doctype html&gt;</span>
&lt;<span style=color:#f92672>html</span> <span style=color:#a6e22e>lang</span><span style=color:#f92672>=</span><span style=color:#e6db74>&#34;en&#34;</span>&gt;
&lt;<span style=color:#f92672>head</span>&gt;
&lt;<span style=color:#f92672>meta</span> <span style=color:#a6e22e>charset</span><span style=color:#f92672>=</span><span style=color:#e6db74>&#34;utf-8&#34;</span>&gt;
&lt;<span style=color:#f92672>title</span>&gt;Example HTML5 Document&lt;/<span style=color:#f92672>title</span>&gt;
&lt;/<span style=color:#f92672>head</span>&gt;
&lt;<span style=color:#f92672>body</span>&gt;
&lt;<span style=color:#f92672>p</span>&gt;Test&lt;/<span style=color:#f92672>p</span>&gt;
&lt;/<span style=color:#f92672>body</span>&gt;
&lt;/<span style=color:#f92672>html</span>&gt;</code></pre></div>
<h4 id=gist>Gist<a hidden class=anchor aria-hidden=true href=#gist>#</a></h4>
<script type=application/javascript src=https://gist.github.com/spf13/7896402.js></script>
<h2 id=list-types>List Types<a hidden class=anchor aria-hidden=true href=#list-types>#</a></h2>
<h4 id=ordered-list>Ordered List<a hidden class=anchor aria-hidden=true href=#ordered-list>#</a></h4>
<ol>
<li>First item</li>
<li>Second item</li>
<li>Third item</li>
</ol>
<h4 id=unordered-list>Unordered List<a hidden class=anchor aria-hidden=true href=#unordered-list>#</a></h4>
<ul>
<li>List item</li>
<li>Another item</li>
<li>And another item</li>
</ul>
<h4 id=nested-list>Nested list<a hidden class=anchor aria-hidden=true href=#nested-list>#</a></h4>
<ul>
<li>Fruit
<ul>
<li>Apple</li>
<li>Orange</li>
<li>Banana</li>
</ul>
</li>
<li>Dairy
<ul>
<li>Milk</li>
<li>Cheese</li>
</ul>
</li>
</ul>
<h2 id=other-elements--abbr-sub-sup-kbd-mark>Other Elements — abbr, sub, sup, kbd, mark<a hidden class=anchor aria-hidden=true href=#other-elements--abbr-sub-sup-kbd-mark>#</a></h2>
<p><abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.</p>
<p>H<sub>2</sub>O</p>
<p>X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup></p>
<p>Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.</p>
<p>Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.</p>
<section class=footnotes role=doc-endnotes>
<hr>
<ol>
<li id=fn:1 role=doc-endnote>
<p>The above quote is excerpted from Rob Pike&rsquo;s <a href="https://www.youtube.com/watch?v=PAAkCSZUG1c">talk</a> during Gopherfest, November 18, 2015.&#160;<a href=#fnref:1 class=footnote-backref role=doc-backlink>&#8617;&#xfe0e;</a></p>
</li>
</ol>
</section>
</div>
<footer class=post-footer>
<ul class=post-tags>
<li><a href=https://blog.hackliberty.org/tags/markdown/>markdown</a></li>
<li><a href=https://blog.hackliberty.org/tags/css/>css</a></li>
<li><a href=https://blog.hackliberty.org/tags/html/>html</a></li>
<li><a href=https://blog.hackliberty.org/tags/themes/>themes</a></li>
</ul>
</footer>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
<script>document.querySelectorAll('pre > code').forEach(b=>{const c=b.parentNode.parentNode,a=document.createElement('button');a.classList.add('copy-code'),a.innerHTML='copy';function d(){a.innerHTML='copied!',setTimeout(()=>{a.innerHTML='copy'},2e3)}a.addEventListener('click',e=>{if('clipboard'in navigator){navigator.clipboard.writeText(b.textContent),d();return}const a=document.createRange();a.selectNodeContents(b);const c=window.getSelection();c.removeAllRanges(),c.addRange(a);try{document.execCommand('copy'),d()}catch(a){}c.removeRange(a)}),c.classList.contains("highlight")?c.appendChild(a):c.parentNode.firstChild==c||(b.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName=="TABLE"?b.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(a):b.parentNode.appendChild(a))})</script>
</body>
</html>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/posts/markdown-syntax/</title><link rel=canonical href=https://blog.hackliberty.org/posts/markdown-syntax/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/posts/markdown-syntax/"></head></html>

1
posts/page/1/index.html Normal file
View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/posts/</title><link rel=canonical href=https://blog.hackliberty.org/posts/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/posts/"></head></html>

133
posts/page/2/index.html Normal file
View File

@ -0,0 +1,133 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Posts | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="Posts - HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=/posts/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=/favicon-32x32.png>
<link rel=apple-touch-icon href=/apple-touch-icon.png>
<link rel=mask-icon href=/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=/posts/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Posts">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="/posts/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Posts">
<meta name=twitter:description content="HackLiberty Blog">
<script type=application/ld+json>{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Posts","item":"/posts/"}]}</script>
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=/ accesskey=h title=" (Alt + H)">
<img src=/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=/posts/ title=Posts>
<span class=active>Posts</span>
</a>
</li>
<li>
<a href=/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=/>Home</a></div>
<h1>
Posts
</h1>
</header>
<article class=post-entry>
<header class=entry-header>
<h2>Math Typesetting
</h2>
</header>
<div class=entry-content>
<p>Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.
...</p>
</div>
<footer class=entry-footer><span title="2019-03-08 00:00:00 +0000 UTC">March 8, 2019</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Hugo Authors</footer>
<a class=entry-link aria-label="post link to Math Typesetting" href=/posts/math-typesetting/></a>
</article>
<article class=post-entry>
<header class=entry-header>
<h2>Emoji Support
</h2>
</header>
<div class=entry-content>
<p>Emoji can be enabled in a Hugo project in a number of ways.
...</p>
</div>
<footer class=entry-footer><span title="2019-03-05 00:00:00 +0000 UTC">March 5, 2019</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Hugo Authors</footer>
<a class=entry-link aria-label="post link to Emoji Support" href=/posts/emoji-support/></a>
</article>
<article class=post-entry>
<header class=entry-header>
<h2>PaperMod
</h2>
</header>
<div class=entry-content>
<p>Contains posts related to PaperMod</p>
</div>
<footer class=entry-footer><span title="2021-01-20 00:00:00 +0000 UTC">January 20, 2021</span>&nbsp;·&nbsp;0 min&nbsp;·&nbsp;HackLiberty</footer>
<a class=entry-link aria-label="post link to PaperMod" href=/posts/papermod/></a>
</article>
<footer class=page-footer>
<nav class=pagination>
<a class=prev href=/posts/>« Prev</a>
</nav>
</footer>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>/posts/papermod/</title><link rel=canonical href=/posts/papermod/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/posts/papermod/"></head></html>

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>/posts/papermod/papermod-faq/</title><link rel=canonical href=/posts/papermod/papermod-faq/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/posts/papermod/papermod-faq/"></head></html>

View File

@ -0,0 +1,472 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Icons | HackLiberty Blog</title>
<meta name=keywords content="PaperMod">
<meta name=description content="List of all Icons supported by PaperMod">
<meta name=author content="Aditya Telange">
<link rel=canonical href=/posts/papermod/papermod-icons/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<script defer crossorigin=anonymous src=/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5+kdJvBz5iKbt6B5PJI=" onload=hljs.initHighlightingOnLoad()></script>
<link rel=icon href=/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=/favicon-32x32.png>
<link rel=apple-touch-icon href=/apple-touch-icon.png>
<link rel=mask-icon href=/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Icons">
<meta property="og:description" content="List of all Icons supported by PaperMod">
<meta property="og:type" content="article">
<meta property="og:url" content="/posts/papermod/papermod-icons/"><meta property="article:section" content="posts">
<meta property="article:published_time" content="2021-01-20T00:00:00+00:00">
<meta property="article:modified_time" content="2021-01-20T00:00:00+00:00">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Icons">
<meta name=twitter:description content="List of all Icons supported by PaperMod">
<script type=application/ld+json>{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Icons","item":"/posts/papermod/papermod-icons/"}]}</script>
<script type=application/ld+json>{"@context":"https://schema.org","@type":"BlogPosting","headline":"Icons","name":"Icons","description":"List of all Icons supported by PaperMod","keywords":["PaperMod"],"articleBody":"Social Icons No. Name Platform Link 1 123rf 123rf.com 2 adobestock stock.adobe.com 3 behance behance.net 4 buymeacoffee buymeacoffee.com 5 codepen codepen.io 6 cryptohack cryptohack.org 7 ctftime ctftime.org 8 dev dev.to 9 discogs discogs.com 10 discord discord.com 11 dreamstime dreamstime.com 12 dribbble dribbble.com 13 email - 14 facebook facebook.com 15 flickr flickr.com 16 freepik freepik.com 17 gitea gitea.io 18 github github.com 19 gitlab gitlab.com 20 goodreads goodreads.com 21 hackerone hackerone.com 22 hackerrank hackerrank.com 23 hackthebox hackthebox.eu 24 instagram instagram.com 25 itchio itch.io 26 kakaotalk kakaocorp.com/service/KakaoTalk 27 keybase keybase.io 28 kofi ko-fi.com 29 lastfm last.fm 30 liberapay liberapay.com 31 linkedin linkedin.com 32 mastodon mastodon.social 33 matrix matrix.org 34 medium medium.com 35 mixcloud mixcloud.com 36 nuget nuget.org 37 paypal paypal.com 38 qq qq.com 39 reddit reddit.com 40 rss - 41 serverfault serverfault.com 42 soundcloud soundcloud.com 43 shutterstock shutterstock.com 44 slack slack.com 45 snapchat snapchat.com/add 46 sourcerer sourcerer.io 47 spotify spotify.com 48 stackoverflow stackoverflow.com 49 steam steampowered.com 50 telegram telegram.org 51 twitch twitch.tv 52 twitter twitter.com 53 unsplash unsplash.com 54 xda xda-developers.com 55 youtube youtube.com 56 other - Usage :\nsocialIcons: - name: \"kofi\" url: \"https://kofi.com\" - name: \"twitter\" url: \"https://twitter.com\" Share Icons No. Platform 1 twitter (also generates hash tags from tags linked with post) 2 linkedin 3 reddit 4 facebook 5 whatsapp 6 telegram Usage:\nparams: ShowShareButtons: true ","wordCount":"216","inLanguage":"en","datePublished":"2021-01-20T00:00:00Z","dateModified":"2021-01-20T00:00:00Z","author":{"@type":"Person","name":"Aditya Telange"},"mainEntityOfPage":{"@type":"WebPage","@id":"/posts/papermod/papermod-icons/"},"publisher":{"@type":"Organization","name":"HackLiberty Blog","logo":{"@type":"ImageObject","url":"/favicon.ico"}}}</script>
</head>
<body class=dark id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=/ accesskey=h title=" (Alt + H)">
<img src=/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<article class=post-single>
<header class=post-header>
<div class=breadcrumbs><a href=/>Home</a></div>
<h1 class=post-title>
Icons<sup><span class=entry-isdraft>&nbsp;&nbsp;[draft]</span></sup>
</h1>
<div class=post-meta><span title="2021-01-20 00:00:00 +0000 UTC">January 20, 2021</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;Aditya Telange
</div>
</header> <div class=toc>
<details>
<summary accesskey=c title="(Alt + C)">
<span class=details>Table of Contents</span>
</summary>
<div class=inner><ul>
<li>
<a href=#social-icons aria-label="Social Icons">Social Icons</a></li>
<li>
<a href=#share-icons aria-label="Share Icons">Share Icons</a>
</li>
</ul>
</div>
</details>
</div>
<div class=post-content><h2 id=social-icons>Social Icons<a hidden class=anchor aria-hidden=true href=#social-icons>#</a></h2>
<table>
<thead>
<tr>
<th>No.</th>
<th>Name</th>
<th>Platform Link</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td><code>123rf</code></td>
<td>123rf.com</td>
</tr>
<tr>
<td>2</td>
<td><code>adobestock</code></td>
<td>stock.adobe.com</td>
</tr>
<tr>
<td>3</td>
<td><code>behance</code></td>
<td>behance.net</td>
</tr>
<tr>
<td>4</td>
<td><code>buymeacoffee</code></td>
<td>buymeacoffee.com</td>
</tr>
<tr>
<td>5</td>
<td><code>codepen</code></td>
<td>codepen.io</td>
</tr>
<tr>
<td>6</td>
<td><code>cryptohack</code></td>
<td>cryptohack.org</td>
</tr>
<tr>
<td>7</td>
<td><code>ctftime</code></td>
<td>ctftime.org</td>
</tr>
<tr>
<td>8</td>
<td><code>dev</code></td>
<td>dev.to</td>
</tr>
<tr>
<td>9</td>
<td><code>discogs</code></td>
<td>discogs.com</td>
</tr>
<tr>
<td>10</td>
<td><code>discord</code></td>
<td>discord.com</td>
</tr>
<tr>
<td>11</td>
<td><code>dreamstime</code></td>
<td>dreamstime.com</td>
</tr>
<tr>
<td>12</td>
<td><code>dribbble</code></td>
<td>dribbble.com</td>
</tr>
<tr>
<td>13</td>
<td><code>email</code></td>
<td>-</td>
</tr>
<tr>
<td>14</td>
<td><code>facebook</code></td>
<td>facebook.com</td>
</tr>
<tr>
<td>15</td>
<td><code>flickr</code></td>
<td>flickr.com</td>
</tr>
<tr>
<td>16</td>
<td><code>freepik</code></td>
<td>freepik.com</td>
</tr>
<tr>
<td>17</td>
<td><code>gitea</code></td>
<td>gitea.io</td>
</tr>
<tr>
<td>18</td>
<td><code>github</code></td>
<td>github.com</td>
</tr>
<tr>
<td>19</td>
<td><code>gitlab</code></td>
<td>gitlab.com</td>
</tr>
<tr>
<td>20</td>
<td><code>goodreads</code></td>
<td>goodreads.com</td>
</tr>
<tr>
<td>21</td>
<td><code>hackerone</code></td>
<td>hackerone.com</td>
</tr>
<tr>
<td>22</td>
<td><code>hackerrank</code></td>
<td>hackerrank.com</td>
</tr>
<tr>
<td>23</td>
<td><code>hackthebox</code></td>
<td>hackthebox.eu</td>
</tr>
<tr>
<td>24</td>
<td><code>instagram</code></td>
<td>instagram.com</td>
</tr>
<tr>
<td>25</td>
<td><code>itchio</code></td>
<td>itch.io</td>
</tr>
<tr>
<td>26</td>
<td><code>kakaotalk</code></td>
<td>kakaocorp.com/service/KakaoTalk</td>
</tr>
<tr>
<td>27</td>
<td><code>keybase</code></td>
<td>keybase.io</td>
</tr>
<tr>
<td>28</td>
<td><code>kofi</code></td>
<td>ko-fi.com</td>
</tr>
<tr>
<td>29</td>
<td><code>lastfm</code></td>
<td>last.fm</td>
</tr>
<tr>
<td>30</td>
<td><code>liberapay</code></td>
<td>liberapay.com</td>
</tr>
<tr>
<td>31</td>
<td><code>linkedin</code></td>
<td>linkedin.com</td>
</tr>
<tr>
<td>32</td>
<td><code>mastodon</code></td>
<td>mastodon.social</td>
</tr>
<tr>
<td>33</td>
<td><code>matrix</code></td>
<td>matrix.org</td>
</tr>
<tr>
<td>34</td>
<td><code>medium</code></td>
<td>medium.com</td>
</tr>
<tr>
<td>35</td>
<td><code>mixcloud</code></td>
<td>mixcloud.com</td>
</tr>
<tr>
<td>36</td>
<td><code>nuget</code></td>
<td>nuget.org</td>
</tr>
<tr>
<td>37</td>
<td><code>paypal</code></td>
<td>paypal.com</td>
</tr>
<tr>
<td>38</td>
<td><code>qq</code></td>
<td>qq.com</td>
</tr>
<tr>
<td>39</td>
<td><code>reddit</code></td>
<td>reddit.com</td>
</tr>
<tr>
<td>40</td>
<td><code>rss</code></td>
<td>-</td>
</tr>
<tr>
<td>41</td>
<td><code>serverfault</code></td>
<td>serverfault.com</td>
</tr>
<tr>
<td>42</td>
<td><code>soundcloud</code></td>
<td>soundcloud.com</td>
</tr>
<tr>
<td>43</td>
<td><code>shutterstock</code></td>
<td>shutterstock.com</td>
</tr>
<tr>
<td>44</td>
<td><code>slack</code></td>
<td>slack.com</td>
</tr>
<tr>
<td>45</td>
<td><code>snapchat</code></td>
<td>snapchat.com/add</td>
</tr>
<tr>
<td>46</td>
<td><code>sourcerer</code></td>
<td>sourcerer.io</td>
</tr>
<tr>
<td>47</td>
<td><code>spotify</code></td>
<td>spotify.com</td>
</tr>
<tr>
<td>48</td>
<td><code>stackoverflow</code></td>
<td>stackoverflow.com</td>
</tr>
<tr>
<td>49</td>
<td><code>steam</code></td>
<td>steampowered.com</td>
</tr>
<tr>
<td>50</td>
<td><code>telegram</code></td>
<td>telegram.org</td>
</tr>
<tr>
<td>51</td>
<td><code>twitch</code></td>
<td>twitch.tv</td>
</tr>
<tr>
<td>52</td>
<td><code>twitter</code></td>
<td>twitter.com</td>
</tr>
<tr>
<td>53</td>
<td><code>unsplash</code></td>
<td>unsplash.com</td>
</tr>
<tr>
<td>54</td>
<td><code>xda</code></td>
<td>xda-developers.com</td>
</tr>
<tr>
<td>55</td>
<td><code>youtube</code></td>
<td>youtube.com</td>
</tr>
<tr>
<td>56</td>
<td><code>other</code></td>
<td>-</td>
</tr>
</tbody>
</table>
<p>Usage :</p>
<pre tabindex=0><code>socialIcons:
- name: &quot;kofi&quot;
url: &quot;https://kofi.com&quot;
- name: &quot;twitter&quot;
url: &quot;https://twitter.com&quot;
</code></pre><hr>
<h2 id=share-icons>Share Icons<a hidden class=anchor aria-hidden=true href=#share-icons>#</a></h2>
<table>
<thead>
<tr>
<th>No.</th>
<th>Platform</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td><code>twitter</code> (also generates hash tags from tags linked with post)</td>
</tr>
<tr>
<td>2</td>
<td><code>linkedin</code></td>
</tr>
<tr>
<td>3</td>
<td><code>reddit</code></td>
</tr>
<tr>
<td>4</td>
<td><code>facebook</code></td>
</tr>
<tr>
<td>5</td>
<td><code>whatsapp</code></td>
</tr>
<tr>
<td>6</td>
<td><code>telegram</code></td>
</tr>
</tbody>
</table>
<p>Usage:</p>
<div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-yml data-lang=yml><span style=color:#f92672>params</span>:
<span style=color:#f92672>ShowShareButtons</span>: <span style=color:#66d9ef>true</span>
</code></pre></div>
</div>
<footer class=post-footer>
<ul class=post-tags>
<li><a href=/tags/papermod/>PaperMod</a></li>
</ul>
<nav class=paginav>
<a class=prev href=/posts/papermod/papermod-faq/>
<span class=title>« Prev</span>
<br>
<span>FAQs</span>
</a>
<a class=next href=/posts/papermod/papermod-variables/>
<span class=title>Next »</span>
<br>
<span>Variables | Front Matter</span>
</a>
</nav>
</footer>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
<script>document.querySelectorAll('pre > code').forEach(b=>{const c=b.parentNode.parentNode,a=document.createElement('button');a.classList.add('copy-code'),a.innerHTML='copy';function d(){a.innerHTML='copied!',setTimeout(()=>{a.innerHTML='copy'},2e3)}a.addEventListener('click',e=>{if('clipboard'in navigator){navigator.clipboard.writeText(b.textContent),d();return}const a=document.createRange();a.selectNodeContents(b);const c=window.getSelection();c.removeAllRanges(),c.addRange(a);try{document.execCommand('copy'),d()}catch(a){}c.removeRange(a)}),c.classList.contains("highlight")?c.appendChild(a):c.parentNode.firstChild==c||(b.parentNode.parentNode.parentNode.parentNode.parentNode.nodeName=="TABLE"?b.parentNode.parentNode.parentNode.parentNode.parentNode.appendChild(a):b.parentNode.appendChild(a))})</script>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
posts/test/index.html Normal file
View File

@ -0,0 +1 @@
<!doctype html><html><head><title>/posts/markdown-syntax/</title><link rel=canonical href=/posts/markdown-syntax/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/posts/markdown-syntax/"></head></html>

File diff suppressed because one or more lines are too long

3
robots.txt Normal file
View File

@ -0,0 +1,3 @@
User-agent: *
Disallow:
Sitemap: https://blog.hackliberty.org/sitemap.xml

98
search/index.html Normal file
View File

@ -0,0 +1,98 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Search | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="search">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/search/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style><link crossorigin=anonymous rel=preload as=fetch href=../index.json>
<script defer crossorigin=anonymous src=/assets/js/search.min.563f4980f030dc99fb8d87c2ceb2cdfe830a43d57b0154ec33d80739b3674bd5.js integrity="sha256-Vj9JgPAw3Jn7jYfCzrLN/oMKQ9V7AVTsM9gHObNnS9U="></script>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Search">
<meta property="og:description" content="search">
<meta property="og:type" content="article">
<meta property="og:url" content="https://blog.hackliberty.org/search/"><meta property="article:section" content>
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Search">
<meta name=twitter:description content="search">
<script type=application/ld+json>{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Search","item":"https://blog.hackliberty.org/search/"}]}</script>
<script type=application/ld+json>{"@context":"https://schema.org","@type":"BlogPosting","headline":"Search","name":"Search","description":"search","keywords":[],"articleBody":"","wordCount":"0","inLanguage":"en","datePublished":"0001-01-01T00:00:00Z","dateModified":"0001-01-01T00:00:00Z","author":{"@type":"Person","name":"HackLiberty"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://blog.hackliberty.org/search/"},"publisher":{"@type":"Organization","name":"HackLiberty Blog","logo":{"@type":"ImageObject","url":"https://blog.hackliberty.org/favicon.ico"}}}</script>
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span class=active>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header>
<h1>Search <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>
</h1>
<div class=post-meta></div>
</header>
<div id=searchbox>
<input id=searchInput autofocus placeholder="Search ↵" aria-label=search type=search autocomplete=off>
<ul id=searchResults aria-label="search results"></ul>
</div>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

95
series/index.html Normal file
View File

@ -0,0 +1,95 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Series | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/series/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/series/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Series">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/series/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Series">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span class=active>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header>
<h1>Series</h1>
</header>
<ul class=terms-tags>
<li>
<a href=https://blog.hackliberty.org/series/liberty/>Liberty <sup><strong><sup>1</sup></strong></sup> </a>
</li>
</ul>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

19
series/index.xml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Series on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/series/</link>
<description>Recent content in Series on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Fri, 10 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/series/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Liberty</title>
<link>https://blog.hackliberty.org/series/liberty/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/series/liberty/</guid>
<description></description>
</item>
</channel>
</rss>

104
series/liberty/index.html Normal file
View File

@ -0,0 +1,104 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Liberty | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/series/liberty/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/series/liberty/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Liberty">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/series/liberty/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Liberty">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=https://blog.hackliberty.org/>Home</a>&nbsp;»&nbsp;<a href=https://blog.hackliberty.org/series/>Series</a></div>
<h1>
Liberty
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>The True Meaning of Anarchy
</h2>
</header>
<div class=entry-content>
<p>Introduction I want to start this blog off with the caveat that this is my own perspective and my own understanding. My hope is that I can persuade you to agree with my concept of Anarchy and encourage its use in your daily life. There are many so-called grey areas and philosophical debates that can arise from this topic that I wont be touching on.
The Confusion Anarchy is a complicated topic due to many misinterpretations and the great numbers of people claiming to be representatives of Anarchy when in actuality they fail to live up to the ideals of Anarchy....</p>
</div>
<footer class=entry-footer><span title="2022-06-10 00:00:00 +0000 UTC">June 10, 2022</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;Ackermann</footer>
<a class=entry-link aria-label="post link to The True Meaning of Anarchy" href=https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

19
series/liberty/index.xml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Liberty on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/series/liberty/</link>
<description>Recent content in Liberty on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Fri, 10 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/series/liberty/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>The True Meaning of Anarchy</title>
<link>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</guid>
<description>In this blog post we break down the true meaning of Anarchy and common misconceptions.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/series/liberty/</title><link rel=canonical href=https://blog.hackliberty.org/series/liberty/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/series/liberty/"></head></html>

103
series/papermod/index.html Normal file
View File

@ -0,0 +1,103 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>PaperMod | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=/series/papermod/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=/favicon-32x32.png>
<link rel=apple-touch-icon href=/apple-touch-icon.png>
<link rel=mask-icon href=/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=/series/papermod/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="PaperMod">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="/series/papermod/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="PaperMod">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=/ accesskey=h title=" (Alt + H)">
<img src=/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=/>Home</a>&nbsp;»&nbsp;<a href=/series/>Series</a></div>
<h1>
PaperMod
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>Installation | Update
</h2>
</header>
<div class=entry-content>
<p>Read Install and Update instructions here</p>
</div>
<footer class=entry-footer><span title="2021-01-20 00:00:00 +0000 UTC">January 20, 2021</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;Aditya Telange</footer>
<a class=entry-link aria-label="post link to Installation | Update" href=/posts/papermod/papermod-installation/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>/series/papermod/</title><link rel=canonical href=/series/papermod/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/series/papermod/"></head></html>

103
series/test/index.html Normal file
View File

@ -0,0 +1,103 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Test | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=/series/test/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=favicon-32x32.png>
<link rel=apple-touch-icon href=apple-touch-icon.png>
<link rel=mask-icon href=safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=/series/test/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Test">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="/series/test/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Test">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href accesskey=h title=" (Alt + H)">
<img src=hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href>Home</a>&nbsp;»&nbsp;<a href=/series/>Series</a></div>
<h1>
Test
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>Test
</h2>
</header>
<div class=entry-content>
<p>Test</p>
</div>
<footer class=entry-footer><span title="2018-01-01 00:00:00 +0000 UTC">January 1, 2018</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Test</footer>
<a class=entry-link aria-label="post link to Test" href=/posts/markdown-syntax/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

19
series/test/index.xml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Test on HackLiberty Blog</title>
<link>/series/test/</link>
<description>Recent content in Test on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 01 Jan 2018 00:00:00 +0000</lastBuildDate><atom:link href="/series/test/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Test</title>
<link>/posts/markdown-syntax/</link>
<pubDate>Mon, 01 Jan 2018 00:00:00 +0000</pubDate>
<guid>/posts/markdown-syntax/</guid>
<description>Test</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>/series/test/</title><link rel=canonical href=/series/test/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/series/test/"></head></html>

View File

@ -0,0 +1,104 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Themes Guide | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/series/themes-guide/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/series/themes-guide/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Themes Guide">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/series/themes-guide/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Themes Guide">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=https://blog.hackliberty.org/>Home</a>&nbsp;»&nbsp;<a href=https://blog.hackliberty.org/series/>Series</a></div>
<h1>
Themes Guide
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>Markdown Syntax Guide
</h2>
</header>
<div class=entry-content>
<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
...</p>
</div>
<footer class=entry-footer><span title="2019-03-11 00:00:00 +0000 UTC">March 11, 2019</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;Hugo Authors</footer>
<a class=entry-link aria-label="post link to Markdown Syntax Guide" href=https://blog.hackliberty.org/posts/markdown-syntax/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Themes Guide on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/series/themes-guide/</link>
<description>Recent content in Themes Guide on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/series/themes-guide/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
<link>https://blog.hackliberty.org/posts/markdown-syntax/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/posts/markdown-syntax/</guid>
<description>Sample article showcasing basic Markdown syntax and formatting for HTML elements.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/series/themes-guide/</title><link rel=canonical href=https://blog.hackliberty.org/series/themes-guide/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/series/themes-guide/"></head></html>

1
site.webmanifest Normal file
View File

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

51
sitemap.xml Normal file
View File

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://blog.hackliberty.org/tags/anarchy/</loc>
<lastmod>2022-06-10T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.hackliberty.org/categories/anarchy/</loc>
<lastmod>2022-06-10T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.hackliberty.org/categories/</loc>
<lastmod>2022-06-10T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.hackliberty.org/tags/freedom/</loc>
<lastmod>2022-06-10T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.hackliberty.org/</loc>
<lastmod>2022-06-10T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.hackliberty.org/tags/liberty/</loc>
<lastmod>2022-06-10T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.hackliberty.org/series/liberty/</loc>
<lastmod>2022-06-10T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.hackliberty.org/tags/love/</loc>
<lastmod>2022-06-10T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.hackliberty.org/tags/morality/</loc>
<lastmod>2022-06-10T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.hackliberty.org/categories/philosophy/</loc>
<lastmod>2022-06-10T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.hackliberty.org/posts/</loc>
<lastmod>2022-06-10T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.hackliberty.org/series/</loc>
<lastmod>2022-06-10T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.hackliberty.org/tags/</loc>
<lastmod>2022-06-10T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</loc>
<lastmod>2022-06-10T00:00:00+00:00</lastmod>
</url><url>
<loc>https://blog.hackliberty.org/archives/</loc>
</url><url>
<loc>https://blog.hackliberty.org/search/</loc>
</url>
</urlset>

104
tags/anarchy/index.html Normal file
View File

@ -0,0 +1,104 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Anarchy | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/tags/anarchy/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/tags/anarchy/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Anarchy">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/tags/anarchy/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Anarchy">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=https://blog.hackliberty.org/>Home</a>&nbsp;»&nbsp;<a href=https://blog.hackliberty.org/tags/>Tags</a></div>
<h1>
Anarchy
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>The True Meaning of Anarchy
</h2>
</header>
<div class=entry-content>
<p>Introduction I want to start this blog off with the caveat that this is my own perspective and my own understanding. My hope is that I can persuade you to agree with my concept of Anarchy and encourage its use in your daily life. There are many so-called grey areas and philosophical debates that can arise from this topic that I wont be touching on.
The Confusion Anarchy is a complicated topic due to many misinterpretations and the great numbers of people claiming to be representatives of Anarchy when in actuality they fail to live up to the ideals of Anarchy....</p>
</div>
<footer class=entry-footer><span title="2022-06-10 00:00:00 +0000 UTC">June 10, 2022</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;Ackermann</footer>
<a class=entry-link aria-label="post link to The True Meaning of Anarchy" href=https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

19
tags/anarchy/index.xml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Anarchy on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/tags/anarchy/</link>
<description>Recent content in Anarchy on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Fri, 10 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/tags/anarchy/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>The True Meaning of Anarchy</title>
<link>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</guid>
<description>In this blog post we break down the true meaning of Anarchy and common misconceptions.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/tags/anarchy/</title><link rel=canonical href=https://blog.hackliberty.org/tags/anarchy/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/tags/anarchy/"></head></html>

104
tags/css/index.html Normal file
View File

@ -0,0 +1,104 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>css | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/tags/css/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/tags/css/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="css">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/tags/css/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="css">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=https://blog.hackliberty.org/>Home</a>&nbsp;»&nbsp;<a href=https://blog.hackliberty.org/tags/>Tags</a></div>
<h1>
css
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>Markdown Syntax Guide
</h2>
</header>
<div class=entry-content>
<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
...</p>
</div>
<footer class=entry-footer><span title="2019-03-11 00:00:00 +0000 UTC">March 11, 2019</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;Hugo Authors</footer>
<a class=entry-link aria-label="post link to Markdown Syntax Guide" href=https://blog.hackliberty.org/posts/markdown-syntax/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

19
tags/css/index.xml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>css on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/tags/css/</link>
<description>Recent content in css on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/tags/css/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
<link>https://blog.hackliberty.org/posts/markdown-syntax/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/posts/markdown-syntax/</guid>
<description>Sample article showcasing basic Markdown syntax and formatting for HTML elements.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/tags/css/</title><link rel=canonical href=https://blog.hackliberty.org/tags/css/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/tags/css/"></head></html>

104
tags/emoji/index.html Normal file
View File

@ -0,0 +1,104 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>emoji | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=/tags/emoji/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=/favicon-32x32.png>
<link rel=apple-touch-icon href=/apple-touch-icon.png>
<link rel=mask-icon href=/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=/tags/emoji/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="emoji">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="/tags/emoji/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="emoji">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=/ accesskey=h title=" (Alt + H)">
<img src=/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=/>Home</a>&nbsp;»&nbsp;<a href=/tags/>Tags</a></div>
<h1>
emoji
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>Emoji Support
</h2>
</header>
<div class=entry-content>
<p>Emoji can be enabled in a Hugo project in a number of ways.
...</p>
</div>
<footer class=entry-footer><span title="2019-03-05 00:00:00 +0000 UTC">March 5, 2019</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Hugo Authors</footer>
<a class=entry-link aria-label="post link to Emoji Support" href=/posts/emoji-support/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>/tags/emoji/</title><link rel=canonical href=/tags/emoji/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/tags/emoji/"></head></html>

104
tags/freedom/index.html Normal file
View File

@ -0,0 +1,104 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Freedom | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/tags/freedom/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/tags/freedom/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Freedom">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/tags/freedom/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Freedom">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=https://blog.hackliberty.org/>Home</a>&nbsp;»&nbsp;<a href=https://blog.hackliberty.org/tags/>Tags</a></div>
<h1>
Freedom
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>The True Meaning of Anarchy
</h2>
</header>
<div class=entry-content>
<p>Introduction I want to start this blog off with the caveat that this is my own perspective and my own understanding. My hope is that I can persuade you to agree with my concept of Anarchy and encourage its use in your daily life. There are many so-called grey areas and philosophical debates that can arise from this topic that I wont be touching on.
The Confusion Anarchy is a complicated topic due to many misinterpretations and the great numbers of people claiming to be representatives of Anarchy when in actuality they fail to live up to the ideals of Anarchy....</p>
</div>
<footer class=entry-footer><span title="2022-06-10 00:00:00 +0000 UTC">June 10, 2022</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;Ackermann</footer>
<a class=entry-link aria-label="post link to The True Meaning of Anarchy" href=https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

19
tags/freedom/index.xml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Freedom on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/tags/freedom/</link>
<description>Recent content in Freedom on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Fri, 10 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/tags/freedom/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>The True Meaning of Anarchy</title>
<link>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</guid>
<description>In this blog post we break down the true meaning of Anarchy and common misconceptions.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/tags/freedom/</title><link rel=canonical href=https://blog.hackliberty.org/tags/freedom/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/tags/freedom/"></head></html>

104
tags/html/index.html Normal file
View File

@ -0,0 +1,104 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>html | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/tags/html/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/tags/html/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="html">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/tags/html/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="html">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=https://blog.hackliberty.org/>Home</a>&nbsp;»&nbsp;<a href=https://blog.hackliberty.org/tags/>Tags</a></div>
<h1>
html
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>Markdown Syntax Guide
</h2>
</header>
<div class=entry-content>
<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
...</p>
</div>
<footer class=entry-footer><span title="2019-03-11 00:00:00 +0000 UTC">March 11, 2019</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;Hugo Authors</footer>
<a class=entry-link aria-label="post link to Markdown Syntax Guide" href=https://blog.hackliberty.org/posts/markdown-syntax/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

19
tags/html/index.xml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>html on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/tags/html/</link>
<description>Recent content in html on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/tags/html/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
<link>https://blog.hackliberty.org/posts/markdown-syntax/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/posts/markdown-syntax/</guid>
<description>Sample article showcasing basic Markdown syntax and formatting for HTML elements.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/tags/html/</title><link rel=canonical href=https://blog.hackliberty.org/tags/html/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/tags/html/"></head></html>

107
tags/index.html Normal file
View File

@ -0,0 +1,107 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Tags | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/tags/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/tags/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Tags">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/tags/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Tags">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span class=active>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header>
<h1>Tags</h1>
</header>
<ul class=terms-tags>
<li>
<a href=https://blog.hackliberty.org/tags/anarchy/>Anarchy <sup><strong><sup>1</sup></strong></sup> </a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/freedom/>Freedom <sup><strong><sup>1</sup></strong></sup> </a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/liberty/>Liberty <sup><strong><sup>1</sup></strong></sup> </a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/love/>Love <sup><strong><sup>1</sup></strong></sup> </a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/morality/>Morality <sup><strong><sup>1</sup></strong></sup> </a>
</li>
</ul>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

55
tags/index.xml Normal file
View File

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Tags on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/tags/</link>
<description>Recent content in Tags on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Fri, 10 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Anarchy</title>
<link>https://blog.hackliberty.org/tags/anarchy/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/tags/anarchy/</guid>
<description></description>
</item>
<item>
<title>Freedom</title>
<link>https://blog.hackliberty.org/tags/freedom/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/tags/freedom/</guid>
<description></description>
</item>
<item>
<title>Liberty</title>
<link>https://blog.hackliberty.org/tags/liberty/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/tags/liberty/</guid>
<description></description>
</item>
<item>
<title>Love</title>
<link>https://blog.hackliberty.org/tags/love/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/tags/love/</guid>
<description></description>
</item>
<item>
<title>Morality</title>
<link>https://blog.hackliberty.org/tags/morality/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/tags/morality/</guid>
<description></description>
</item>
</channel>
</rss>

104
tags/liberty/index.html Normal file
View File

@ -0,0 +1,104 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Liberty | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/tags/liberty/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/tags/liberty/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Liberty">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/tags/liberty/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Liberty">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=https://blog.hackliberty.org/>Home</a>&nbsp;»&nbsp;<a href=https://blog.hackliberty.org/tags/>Tags</a></div>
<h1>
Liberty
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>The True Meaning of Anarchy
</h2>
</header>
<div class=entry-content>
<p>Introduction I want to start this blog off with the caveat that this is my own perspective and my own understanding. My hope is that I can persuade you to agree with my concept of Anarchy and encourage its use in your daily life. There are many so-called grey areas and philosophical debates that can arise from this topic that I wont be touching on.
The Confusion Anarchy is a complicated topic due to many misinterpretations and the great numbers of people claiming to be representatives of Anarchy when in actuality they fail to live up to the ideals of Anarchy....</p>
</div>
<footer class=entry-footer><span title="2022-06-10 00:00:00 +0000 UTC">June 10, 2022</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;Ackermann</footer>
<a class=entry-link aria-label="post link to The True Meaning of Anarchy" href=https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

19
tags/liberty/index.xml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Liberty on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/tags/liberty/</link>
<description>Recent content in Liberty on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Fri, 10 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/tags/liberty/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>The True Meaning of Anarchy</title>
<link>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</guid>
<description>In this blog post we break down the true meaning of Anarchy and common misconceptions.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/tags/liberty/</title><link rel=canonical href=https://blog.hackliberty.org/tags/liberty/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/tags/liberty/"></head></html>

104
tags/love/index.html Normal file
View File

@ -0,0 +1,104 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Love | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/tags/love/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/tags/love/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Love">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/tags/love/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Love">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=https://blog.hackliberty.org/>Home</a>&nbsp;»&nbsp;<a href=https://blog.hackliberty.org/tags/>Tags</a></div>
<h1>
Love
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>The True Meaning of Anarchy
</h2>
</header>
<div class=entry-content>
<p>Introduction I want to start this blog off with the caveat that this is my own perspective and my own understanding. My hope is that I can persuade you to agree with my concept of Anarchy and encourage its use in your daily life. There are many so-called grey areas and philosophical debates that can arise from this topic that I wont be touching on.
The Confusion Anarchy is a complicated topic due to many misinterpretations and the great numbers of people claiming to be representatives of Anarchy when in actuality they fail to live up to the ideals of Anarchy....</p>
</div>
<footer class=entry-footer><span title="2022-06-10 00:00:00 +0000 UTC">June 10, 2022</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;Ackermann</footer>
<a class=entry-link aria-label="post link to The True Meaning of Anarchy" href=https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

19
tags/love/index.xml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Love on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/tags/love/</link>
<description>Recent content in Love on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Fri, 10 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/tags/love/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>The True Meaning of Anarchy</title>
<link>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</guid>
<description>In this blog post we break down the true meaning of Anarchy and common misconceptions.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/tags/love/</title><link rel=canonical href=https://blog.hackliberty.org/tags/love/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/tags/love/"></head></html>

104
tags/markdown/index.html Normal file
View File

@ -0,0 +1,104 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>markdown | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/tags/markdown/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/tags/markdown/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="markdown">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/tags/markdown/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="markdown">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=https://blog.hackliberty.org/>Home</a>&nbsp;»&nbsp;<a href=https://blog.hackliberty.org/tags/>Tags</a></div>
<h1>
markdown
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>Markdown Syntax Guide
</h2>
</header>
<div class=entry-content>
<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
...</p>
</div>
<footer class=entry-footer><span title="2019-03-11 00:00:00 +0000 UTC">March 11, 2019</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;Hugo Authors</footer>
<a class=entry-link aria-label="post link to Markdown Syntax Guide" href=https://blog.hackliberty.org/posts/markdown-syntax/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

19
tags/markdown/index.xml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>markdown on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/tags/markdown/</link>
<description>Recent content in markdown on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/tags/markdown/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Markdown Syntax Guide</title>
<link>https://blog.hackliberty.org/posts/markdown-syntax/</link>
<pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/posts/markdown-syntax/</guid>
<description>Sample article showcasing basic Markdown syntax and formatting for HTML elements.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/tags/markdown/</title><link rel=canonical href=https://blog.hackliberty.org/tags/markdown/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/tags/markdown/"></head></html>

104
tags/morality/index.html Normal file
View File

@ -0,0 +1,104 @@
<!doctype html><html lang=en dir=auto>
<head><meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name=robots content="index, follow">
<title>Morality | HackLiberty Blog</title>
<meta name=keywords content>
<meta name=description content="HackLiberty Blog">
<meta name=author content="HackLiberty">
<link rel=canonical href=https://blog.hackliberty.org/tags/morality/>
<link crossorigin=anonymous href=/assets/css/stylesheet.min.ec8da366ca2fb647537ccb7a8f6fa5b4e9cd3c7a0d3171dd2d3baad1e49c8bfc.css integrity="sha256-7I2jZsovtkdTfMt6j2+ltOnNPHoNMXHdLTuq0eSci/w=" rel="preload stylesheet" as=style>
<link rel=icon href=https://blog.hackliberty.org/favicon.ico>
<link rel=icon type=image/png sizes=16x16 href=https://blog.hackliberty.org/favicon-16x16.png>
<link rel=icon type=image/png sizes=32x32 href=https://blog.hackliberty.org/favicon-32x32.png>
<link rel=apple-touch-icon href=https://blog.hackliberty.org/apple-touch-icon.png>
<link rel=mask-icon href=https://blog.hackliberty.org/safari-pinned-tab.svg>
<meta name=theme-color content="#2e2e33">
<meta name=msapplication-TileColor content="#2e2e33">
<link rel=alternate type=application/rss+xml href=https://blog.hackliberty.org/tags/morality/index.xml>
<noscript>
<style>#theme-toggle,.top-link{display:none}</style>
</noscript><meta property="og:title" content="Morality">
<meta property="og:description" content="HackLiberty Blog">
<meta property="og:type" content="website">
<meta property="og:url" content="https://blog.hackliberty.org/tags/morality/">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Morality">
<meta name=twitter:description content="HackLiberty Blog">
</head>
<body class="list dark" id=top>
<script>localStorage.getItem("pref-theme")==="light"&&document.body.classList.remove('dark')</script>
<header class=header>
<nav class=nav>
<div class=logo>
<a href=https://blog.hackliberty.org/ accesskey=h title=" (Alt + H)">
<img src=https://blog.hackliberty.org/hackliberty.png alt=logo aria-label=logo height=35> </a>
<span class=logo-switches>
<button id=theme-toggle accesskey=t title="(Alt + T)"><svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg><svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
</button>
</span>
</div>
<ul id=menu>
<li>
<a href=https://blog.hackliberty.org/posts/ title=Posts>
<span>Posts</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/archives/ title=Archive>
<span>Archive</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/search/ title="Search (Alt + /)" accesskey=/>
<span>Search</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/series/ title=Series>
<span>Series</span>
</a>
</li>
<li>
<a href=https://blog.hackliberty.org/tags/ title=Tags>
<span>Tags</span>
</a>
</li>
</ul>
</nav>
</header>
<main class=main>
<header class=page-header><div class=breadcrumbs><a href=https://blog.hackliberty.org/>Home</a>&nbsp;»&nbsp;<a href=https://blog.hackliberty.org/tags/>Tags</a></div>
<h1>
Morality
</h1>
</header>
<article class="post-entry tag-entry">
<header class=entry-header>
<h2>The True Meaning of Anarchy
</h2>
</header>
<div class=entry-content>
<p>Introduction I want to start this blog off with the caveat that this is my own perspective and my own understanding. My hope is that I can persuade you to agree with my concept of Anarchy and encourage its use in your daily life. There are many so-called grey areas and philosophical debates that can arise from this topic that I wont be touching on.
The Confusion Anarchy is a complicated topic due to many misinterpretations and the great numbers of people claiming to be representatives of Anarchy when in actuality they fail to live up to the ideals of Anarchy....</p>
</div>
<footer class=entry-footer><span title="2022-06-10 00:00:00 +0000 UTC">June 10, 2022</span>&nbsp;·&nbsp;4 min&nbsp;·&nbsp;Ackermann</footer>
<a class=entry-link aria-label="post link to The True Meaning of Anarchy" href=https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/></a>
</article>
</main>
<footer class=footer>
<span>&copy; 2022 <a href=https://blog.hackliberty.org/>HackLiberty Blog</a></span>
<span>
Powered by
<a href=https://gohugo.io/ rel="noopener noreferrer" target=_blank>Hugo</a> &
<a href=https://git.io/hugopapermod rel=noopener target=_blank>PaperMod</a>
</span>
</footer>
<a href=#top aria-label="go to top" title="Go to Top (Alt + G)" class=top-link id=top-link accesskey=g><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentcolor"><path d="M12 6H0l6-6z"/></svg>
</a>
<script>let menu=document.getElementById('menu');menu&&(menu.scrollLeft=localStorage.getItem("menu-scroll-position"),menu.onscroll=function(){localStorage.setItem("menu-scroll-position",menu.scrollLeft)}),document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener("click",function(b){b.preventDefault();var a=this.getAttribute("href").substr(1);window.matchMedia('(prefers-reduced-motion: reduce)').matches?document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView():document.querySelector(`[id='${decodeURIComponent(a)}']`).scrollIntoView({behavior:"smooth"}),a==="top"?history.replaceState(null,null," "):history.pushState(null,null,`#${a}`)})})</script>
<script>var mybutton=document.getElementById("top-link");window.onscroll=function(){document.body.scrollTop>800||document.documentElement.scrollTop>800?(mybutton.style.visibility="visible",mybutton.style.opacity="1"):(mybutton.style.visibility="hidden",mybutton.style.opacity="0")}</script>
<script>document.getElementById("theme-toggle").addEventListener("click",()=>{document.body.className.includes("dark")?(document.body.classList.remove('dark'),localStorage.setItem("pref-theme",'light')):(document.body.classList.add('dark'),localStorage.setItem("pref-theme",'dark'))})</script>
</body>
</html>

19
tags/morality/index.xml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Morality on HackLiberty Blog</title>
<link>https://blog.hackliberty.org/tags/morality/</link>
<description>Recent content in Morality on HackLiberty Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Fri, 10 Jun 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.hackliberty.org/tags/morality/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>The True Meaning of Anarchy</title>
<link>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</link>
<pubDate>Fri, 10 Jun 2022 00:00:00 +0000</pubDate>
<guid>https://blog.hackliberty.org/posts/the-true-meaning-of-anarchy/</guid>
<description>In this blog post we break down the true meaning of Anarchy and common misconceptions.</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!doctype html><html><head><title>https://blog.hackliberty.org/tags/morality/</title><link rel=canonical href=https://blog.hackliberty.org/tags/morality/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://blog.hackliberty.org/tags/morality/"></head></html>

Some files were not shown because too many files have changed in this diff Show More