restructure filesystem
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
public/
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
@ -1,175 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<title>404 Page not found :: MycoSystems co-op</title>
|
|
||||||
|
|
||||||
<a rel="me" href="https://mastodon.social/@brookeee"></a>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<meta name="description" content="" />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
|
|
||||||
<meta name="robots" content="noodp" />
|
|
||||||
|
|
||||||
<link rel="canonical" href="/404.html" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/styles.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:locale" content="en" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:title" content="404 Page not found">
|
|
||||||
<meta property="og:description" content="" />
|
|
||||||
<meta property="og:url" content="/404.html" />
|
|
||||||
<meta property="og:site_name" content="MycoSystems co-op" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="1200">
|
|
||||||
<meta property="og:image:height" content="627">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body class="pink">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container center headings--one-size">
|
|
||||||
|
|
||||||
<header class="header">
|
|
||||||
<div class="header__inner">
|
|
||||||
<div class="header__logo">
|
|
||||||
<a href="/">
|
|
||||||
<div class="logo">
|
|
||||||
MycoSystems
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ul class="menu menu--mobile">
|
|
||||||
<li class="menu__trigger">Menu ▾</li>
|
|
||||||
<li>
|
|
||||||
<ul class="menu__dropdown">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about">About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events">Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources">Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="navigation-menu">
|
|
||||||
<ul class="navigation-menu__inner menu--desktop">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about" >About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events" >Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources" >Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
<div class="post">
|
|
||||||
<h1 class="post-title">404 — Page not found...</h1>
|
|
||||||
|
|
||||||
<div class="post-content">
|
|
||||||
<a href="/">Back to home page →</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<div class="footer__inner">
|
|
||||||
<div class="copyright">
|
|
||||||
<span><a href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a> :: Powered by <a href="http://gohugo.io">Hugo</a></span>
|
|
||||||
<span>:: Theme and source at <a href="git.myco.systems" target="_blank">Gitea</a></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/bundle.min.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,219 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<title>About :: MycoSystems co-op</title>
|
|
||||||
|
|
||||||
<a rel="me" href="https://mastodon.social/@brookeee"></a>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<meta name="description" content="🍄 Hello comrades, welcome to the online hub for the MycoSystems Collective! 🍄
|
|
||||||
About Who We Are We are an anarchist collective working towards bringing private and open source internet infrastructure into the hands of local communities, grassroots organizations, and activists.
|
|
||||||
We believe that functional, feature-rich, and collaborative internet applications should not be solely under the control of giant data-hungry corperations. The dystopian corporate internet must be supplanted by one owned and controlled by the people." />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
|
|
||||||
<meta name="robots" content="noodp" />
|
|
||||||
|
|
||||||
<link rel="canonical" href="/about/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/styles.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:locale" content="en" />
|
|
||||||
<meta property="og:type" content="article" />
|
|
||||||
<meta property="og:title" content="About">
|
|
||||||
<meta property="og:description" content="🍄 Hello comrades, welcome to the online hub for the MycoSystems Collective! 🍄
|
|
||||||
About Who We Are We are an anarchist collective working towards bringing private and open source internet infrastructure into the hands of local communities, grassroots organizations, and activists.
|
|
||||||
We believe that functional, feature-rich, and collaborative internet applications should not be solely under the control of giant data-hungry corperations. The dystopian corporate internet must be supplanted by one owned and controlled by the people." />
|
|
||||||
<meta property="og:url" content="/about/" />
|
|
||||||
<meta property="og:site_name" content="MycoSystems co-op" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="1200">
|
|
||||||
<meta property="og:image:height" content="627">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2023-04-16 00:00:00 +0000 UTC" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body class="pink">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container center headings--one-size">
|
|
||||||
|
|
||||||
<header class="header">
|
|
||||||
<div class="header__inner">
|
|
||||||
<div class="header__logo">
|
|
||||||
<a href="/">
|
|
||||||
<div class="logo">
|
|
||||||
MycoSystems
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ul class="menu menu--mobile">
|
|
||||||
<li class="menu__trigger">Menu ▾</li>
|
|
||||||
<li>
|
|
||||||
<ul class="menu__dropdown">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about">About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events">Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources">Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="navigation-menu">
|
|
||||||
<ul class="navigation-menu__inner menu--desktop">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about" >About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events" >Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources" >Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
<article class="post">
|
|
||||||
<h1 class="post-title">
|
|
||||||
<a href="/about/">About</a>
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<time class="post-date">
|
|
||||||
2023-04-16 ::
|
|
||||||
|
|
||||||
</time>
|
|
||||||
|
|
||||||
|
|
||||||
<span class="post-author">Iris</span>
|
|
||||||
|
|
||||||
|
|
||||||
<span class="post-reading-time">:: 1 min read (205 words)</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="post-content"><div>
|
|
||||||
<p>🍄 Hello comrades, welcome to the online hub for the MycoSystems Collective! 🍄</p>
|
|
||||||
<h1 id="about">About<a href="#about" class="hanchor" ariaLabel="Anchor">⌗</a> </h1>
|
|
||||||
<h3 id="who-we-are">Who We Are<a href="#who-we-are" class="hanchor" ariaLabel="Anchor">⌗</a> </h3>
|
|
||||||
<p>We are an anarchist collective working towards bringing private and open source internet infrastructure into the hands of local communities, grassroots organizations, and activists.</p>
|
|
||||||
<p>We believe that functional, feature-rich, and collaborative internet applications should not be solely under the control of giant data-hungry corperations. The dystopian corporate internet must be supplanted by one owned and controlled by the people.</p>
|
|
||||||
<p>Our mission is to democratize access to open-source and self-hosted applications so that individuals and communities can take control of their own technology, data, and applications without any sacrifice to privacy, functionality, or digital autonomy.</p>
|
|
||||||
<h3 id="what-we-do">What We Do<a href="#what-we-do" class="hanchor" ariaLabel="Anchor">⌗</a> </h3>
|
|
||||||
<p>The projects we work on serve the primary purpose of cultivating digital autonomy for the end users. This includes open-source software development, deploying of servers and self-hosted FOSS applications for communities and organizations, hosting workshops to teach people how to take control of their own technology and data, and much more!</p>
|
|
||||||
<p>We work in solidarity with anti-capitalist, anti-imperialist, anti-racist, anti-fascist, LGBTQ+ liberation, land-back, workers-liberation, and anarchist organizations and movements.</p>
|
|
||||||
<p>Check out our blog or our projects page for more info on what we’re up to and how you can get involved!</p>
|
|
||||||
|
|
||||||
</div></div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<div class="footer__inner">
|
|
||||||
<div class="copyright">
|
|
||||||
<span><a href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a> :: Powered by <a href="http://gohugo.io">Hugo</a></span>
|
|
||||||
<span>:: Theme and source at <a href="git.myco.systems" target="_blank">Gitea</a></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/bundle.min.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
45
coop-hugo/public/bundle.min.js
vendored
|
@ -1,176 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<title>Categories :: MycoSystems co-op</title>
|
|
||||||
|
|
||||||
<a rel="me" href="https://mastodon.social/@brookeee"></a>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<meta name="description" content="" />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
|
|
||||||
<meta name="robots" content="noodp" />
|
|
||||||
|
|
||||||
<link rel="canonical" href="/categories/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/styles.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:locale" content="en" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:title" content="Categories">
|
|
||||||
<meta property="og:description" content="" />
|
|
||||||
<meta property="og:url" content="/categories/" />
|
|
||||||
<meta property="og:site_name" content="MycoSystems co-op" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="1200">
|
|
||||||
<meta property="og:image:height" content="627">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="MycoSystems co-op" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body class="pink">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container center headings--one-size">
|
|
||||||
|
|
||||||
<header class="header">
|
|
||||||
<div class="header__inner">
|
|
||||||
<div class="header__logo">
|
|
||||||
<a href="/">
|
|
||||||
<div class="logo">
|
|
||||||
MycoSystems
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ul class="menu menu--mobile">
|
|
||||||
<li class="menu__trigger">Menu ▾</li>
|
|
||||||
<li>
|
|
||||||
<ul class="menu__dropdown">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about">About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events">Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources">Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="navigation-menu">
|
|
||||||
<ul class="navigation-menu__inner menu--desktop">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about" >About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events" >Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources" >Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
<div class="terms">
|
|
||||||
<h1>Categories</h1>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<div class="footer__inner">
|
|
||||||
<div class="copyright">
|
|
||||||
<span><a href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a> :: Powered by <a href="http://gohugo.io">Hugo</a></span>
|
|
||||||
<span>:: Theme and source at <a href="git.myco.systems" target="_blank">Gitea</a></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/bundle.min.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,10 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Categories on MycoSystems co-op</title>
|
|
||||||
<link>/categories/</link>
|
|
||||||
<description>Recent content in Categories on MycoSystems co-op</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
|
@ -1,219 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<title>Events :: MycoSystems co-op</title>
|
|
||||||
|
|
||||||
<a rel="me" href="https://mastodon.social/@brookeee"></a>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<meta name="description" content="Hey, we do events! Right here is where we will be posting past and current events we attend/organize.
|
|
||||||
This includes:
|
|
||||||
Privacy workshops Townhall meetings local meet &amp; greets Pop-up farmers markets &amp; festivals More will be added to the list as we branch out, so we hope we’ll see you there!" />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
|
|
||||||
<meta name="robots" content="noodp" />
|
|
||||||
|
|
||||||
<link rel="canonical" href="/events/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/styles.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:locale" content="en" />
|
|
||||||
<meta property="og:type" content="article" />
|
|
||||||
<meta property="og:title" content="Events">
|
|
||||||
<meta property="og:description" content="Hey, we do events! Right here is where we will be posting past and current events we attend/organize.
|
|
||||||
This includes:
|
|
||||||
Privacy workshops Townhall meetings local meet &amp; greets Pop-up farmers markets &amp; festivals More will be added to the list as we branch out, so we hope we’ll see you there!" />
|
|
||||||
<meta property="og:url" content="/events/" />
|
|
||||||
<meta property="og:site_name" content="MycoSystems co-op" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="1200">
|
|
||||||
<meta property="og:image:height" content="627">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2023-04-16 00:00:00 +0000 UTC" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body class="pink">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container center headings--one-size">
|
|
||||||
|
|
||||||
<header class="header">
|
|
||||||
<div class="header__inner">
|
|
||||||
<div class="header__logo">
|
|
||||||
<a href="/">
|
|
||||||
<div class="logo">
|
|
||||||
MycoSystems
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ul class="menu menu--mobile">
|
|
||||||
<li class="menu__trigger">Menu ▾</li>
|
|
||||||
<li>
|
|
||||||
<ul class="menu__dropdown">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about">About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events">Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources">Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="navigation-menu">
|
|
||||||
<ul class="navigation-menu__inner menu--desktop">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about" >About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events" >Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources" >Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
<article class="post">
|
|
||||||
<h1 class="post-title">
|
|
||||||
<a href="/events/">Events</a>
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<time class="post-date">
|
|
||||||
2023-04-16 ::
|
|
||||||
|
|
||||||
</time>
|
|
||||||
|
|
||||||
|
|
||||||
<span class="post-author">Brooke</span>
|
|
||||||
|
|
||||||
|
|
||||||
<span class="post-reading-time">:: 1 min read (51 words)</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="post-content"><div>
|
|
||||||
<h2 id="hey-we-do-events">Hey, we do events!<a href="#hey-we-do-events" class="hanchor" ariaLabel="Anchor">⌗</a> </h2>
|
|
||||||
<p>Right here is where we will be posting past and current events we attend/organize.</p>
|
|
||||||
<p>This includes:</p>
|
|
||||||
<ul>
|
|
||||||
<li>Privacy workshops</li>
|
|
||||||
<li>Townhall meetings</li>
|
|
||||||
<li>local meet & greets</li>
|
|
||||||
<li>Pop-up farmers markets & festivals</li>
|
|
||||||
</ul>
|
|
||||||
<p>More will be added to the list as we branch out, so we hope we’ll see you there!</p>
|
|
||||||
|
|
||||||
</div></div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<div class="footer__inner">
|
|
||||||
<div class="copyright">
|
|
||||||
<span><a href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a> :: Powered by <a href="http://gohugo.io">Hugo</a></span>
|
|
||||||
<span>:: Theme and source at <a href="git.myco.systems" target="_blank">Gitea</a></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/bundle.min.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Before Width: | Height: | Size: 76 KiB |
|
@ -1,225 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta name="generator" content="Hugo 0.111.3">
|
|
||||||
|
|
||||||
<title>MycoSystems co-op</title>
|
|
||||||
|
|
||||||
<a rel="me" href="https://mastodon.social/@brookeee"></a>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<meta name="description" content="We are a developer collective working to bring open, private, and democratized internet infrastructure into the hands of local communities and users." />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
|
|
||||||
<meta name="robots" content="noodp" />
|
|
||||||
|
|
||||||
<link rel="canonical" href="/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/styles.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:locale" content="en" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:title" content="MycoSystems co-op">
|
|
||||||
<meta property="og:description" content="We are a developer collective working to bring open, private, and democratized internet infrastructure into the hands of local communities and users." />
|
|
||||||
<meta property="og:url" content="/" />
|
|
||||||
<meta property="og:site_name" content="MycoSystems co-op" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="1200">
|
|
||||||
<meta property="og:image:height" content="627">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="MycoSystems co-op" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body class="pink">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container center headings--one-size">
|
|
||||||
|
|
||||||
<header class="header">
|
|
||||||
<div class="header__inner">
|
|
||||||
<div class="header__logo">
|
|
||||||
<a href="/">
|
|
||||||
<div class="logo">
|
|
||||||
MycoSystems
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ul class="menu menu--mobile">
|
|
||||||
<li class="menu__trigger">Menu ▾</li>
|
|
||||||
<li>
|
|
||||||
<ul class="menu__dropdown">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about">About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events">Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources">Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="navigation-menu">
|
|
||||||
<ul class="navigation-menu__inner menu--desktop">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about" >About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events" >Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources" >Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="posts">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article class="post on-list">
|
|
||||||
<h1 class="post-title">
|
|
||||||
<a href="/posts/hello/">Hello Friends!</a>
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<time class="post-date">
|
|
||||||
2023-04-12 ::
|
|
||||||
</time>
|
|
||||||
|
|
||||||
|
|
||||||
<span class="post-author">Brooke</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="post-content">
|
|
||||||
|
|
||||||
Hello comrades and welcome to the start of MycoSystems!
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<a class="read-more button" href="/posts/hello/">Read more →</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="pagination">
|
|
||||||
<div class="pagination__buttons">
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<div class="footer__inner">
|
|
||||||
<div class="copyright">
|
|
||||||
<span><a href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a> :: Powered by <a href="http://gohugo.io">Hugo</a></span>
|
|
||||||
<span>:: Theme and source at <a href="git.myco.systems" target="_blank">Gitea</a></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/bundle.min.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,203 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>MycoSystems co-op</title>
|
|
||||||
<link>/</link>
|
|
||||||
<description>Recent content on MycoSystems co-op</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Wed, 12 Apr 2023 00:00:00 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Projects</title>
|
|
||||||
<link>/projects/</link>
|
|
||||||
<pubDate>Tue, 18 Apr 2023 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>/projects/</guid>
|
|
||||||
<description></description>
|
|
||||||
<content></content>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>About</title>
|
|
||||||
<link>/about/</link>
|
|
||||||
<pubDate>Sun, 16 Apr 2023 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>/about/</guid>
|
|
||||||
<description>🍄 Hello comrades, welcome to the online hub for the MycoSystems Collective! 🍄
|
|
||||||
About Who We Are We are an anarchist collective working towards bringing private and open source internet infrastructure into the hands of local communities, grassroots organizations, and activists.
|
|
||||||
We believe that functional, feature-rich, and collaborative internet applications should not be solely under the control of giant data-hungry corperations. The dystopian corporate internet must be supplanted by one owned and controlled by the people.</description>
|
|
||||||
<content><p>🍄 Hello comrades, welcome to the online hub for the MycoSystems Collective! 🍄</p>
|
|
||||||
<h1 id="about">About</h1>
|
|
||||||
<h3 id="who-we-are">Who We Are</h3>
|
|
||||||
<p>We are an anarchist collective working towards bringing private and open source internet infrastructure into the hands of local communities, grassroots organizations, and activists.</p>
|
|
||||||
<p>We believe that functional, feature-rich, and collaborative internet applications should not be solely under the control of giant data-hungry corperations. The dystopian corporate internet must be supplanted by one owned and controlled by the people.</p>
|
|
||||||
<p>Our mission is to democratize access to open-source and self-hosted applications so that individuals and communities can take control of their own technology, data, and applications without any sacrifice to privacy, functionality, or digital autonomy.</p>
|
|
||||||
<h3 id="what-we-do">What We Do</h3>
|
|
||||||
<p>The projects we work on serve the primary purpose of cultivating digital autonomy for the end users. This includes open-source software development, deploying of servers and self-hosted FOSS applications for communities and organizations, hosting workshops to teach people how to take control of their own technology and data, and much more!</p>
|
|
||||||
<p>We work in solidarity with anti-capitalist, anti-imperialist, anti-racist, anti-fascist, LGBTQ+ liberation, land-back, workers-liberation, and anarchist organizations and movements.</p>
|
|
||||||
<p>Check out our blog or our projects page for more info on what we&rsquo;re up to and how you can get involved!</p>
|
|
||||||
</content>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Events</title>
|
|
||||||
<link>/events/</link>
|
|
||||||
<pubDate>Sun, 16 Apr 2023 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>/events/</guid>
|
|
||||||
<description>Hey, we do events! Right here is where we will be posting past and current events we attend/organize.
|
|
||||||
This includes:
|
|
||||||
Privacy workshops Townhall meetings local meet &amp; greets Pop-up farmers markets &amp; festivals More will be added to the list as we branch out, so we hope we’ll see you there!</description>
|
|
||||||
<content><h2 id="hey-we-do-events">Hey, we do events!</h2>
|
|
||||||
<p>Right here is where we will be posting past and current events we attend/organize.</p>
|
|
||||||
<p>This includes:</p>
|
|
||||||
<ul>
|
|
||||||
<li>Privacy workshops</li>
|
|
||||||
<li>Townhall meetings</li>
|
|
||||||
<li>local meet &amp; greets</li>
|
|
||||||
<li>Pop-up farmers markets &amp; festivals</li>
|
|
||||||
</ul>
|
|
||||||
<p>More will be added to the list as we branch out, so we hope we’ll see you there!</p>
|
|
||||||
</content>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Open Source Alternatives</title>
|
|
||||||
<link>/resources/</link>
|
|
||||||
<pubDate>Sun, 16 Apr 2023 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>/resources/</guid>
|
|
||||||
<description>Open Source Alternatives AlternativeTo Reviews, comments, and recommendations from the community, and the largest collection of software alternatives including a wide expanse of filtering options.
|
|
||||||
OPENSOURCE Builders A collection of only open source software with a focus on the types of licenses, can provide out of date information and seems to be less maintained recently.
|
|
||||||
Awesome Selfhosted Awesome Selfhosted | Github Github repository for a list of selfhosted awesome software with a table of contents labeling all of the categories of aggregated software.</description>
|
|
||||||
<content><h3 id="open-source-alternatives">Open Source Alternatives</h3>
|
|
||||||
<blockquote>
|
|
||||||
|
|
||||||
<strong><a href="https://alternativeto.net" target="_blank">AlternativeTo</a></strong>
|
|
||||||
|
|
||||||
<p>Reviews, comments, and recommendations from the community, and the largest collection of software alternatives including a wide expanse of filtering options.</p>
|
|
||||||
|
|
||||||
<strong><a href="https://opensource.builders/" target="_blank">OPENSOURCE Builders</a></strong>
|
|
||||||
|
|
||||||
<p>A collection of only open source software with a focus on the types of licenses, can provide out of date information and seems to be less maintained recently.</p>
|
|
||||||
</blockquote>
|
|
||||||
<h3 id="awesome-selfhosted">Awesome Selfhosted</h3>
|
|
||||||
<blockquote>
|
|
||||||
|
|
||||||
<strong><a href="https://github.com/awesome-selfhosted/awesome-selfhosted" target="_blank">Awesome Selfhosted | Github</a></strong>
|
|
||||||
|
|
||||||
<p>Github repository for a list of selfhosted awesome software with a table of contents labeling all of the categories of aggregated software.</p>
|
|
||||||
|
|
||||||
<strong><a href="https://awesome-selfhosted-analysis.vercel.app/" target="_blank">Awesome Selfhosted | Search</a></strong>
|
|
||||||
|
|
||||||
<p>An open source searchable website for selfhosted awesome software, a direct replication of the Awesome Selfhosted github repository.</p>
|
|
||||||
</blockquote>
|
|
||||||
<h3 id="additional-notes-about-surveillance">Additional notes about surveillance</h3>
|
|
||||||
<blockquote>
|
|
||||||
<p>
|
|
||||||
<strong><a href="https://en.wikipedia.org/wiki/PRISM" target="_blank">PRISM</a>, </strong><strong><a href="https://en.wikipedia.org/wiki/XKeyscore" target="_blank">XKeyscore</a>, </strong><strong><a href="https://en.wikipedia.org/wiki/Tempora" target="_blank">Tempora</a></strong>,
|
|
||||||
etc</p>
|
|
||||||
<p>These three programs were declassified around 2013, they represent government surveillance through data collection and aggregation.</p>
|
|
||||||
<p>At the time of declassification the list of providers for the program were Microsoft, Google, Yahoo!, Facebook, PalTalk, YouTube, Skype, AOL, and Apple.
|
|
||||||
|
|
||||||
<strong><a href="https://coop.myco.systems/posts/surveillance/" target="_blank">Read more</a></strong>
|
|
||||||
</p>
|
|
||||||
</blockquote>
|
|
||||||
</content>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Hello Friends!</title>
|
|
||||||
<link>/posts/hello/</link>
|
|
||||||
<pubDate>Wed, 12 Apr 2023 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>/posts/hello/</guid>
|
|
||||||
<description>Hello comrades and welcome to the start of MycoSystems! We&rsquo;re developing an online hub to empower people to use open-source software &amp; services at home and for business.
|
|
||||||
MycoSystems Co-op is where we post blogs and updates to what we do, as well as using it to spread resources that help people start the switch to open and free software.
|
|
||||||
We hope you will join us in helping make the free software ecosystem a little less treacherous by committing to blog posts through our gitea, or just by spreading this website around to others!</description>
|
|
||||||
<content><p>Hello comrades and welcome to the start of MycoSystems! We&rsquo;re developing an online hub to empower people to use open-source software &amp; services at home and for <a href="https://web.myco.systems/">business</a>.</p>
|
|
||||||
<p>MycoSystems Co-op is where we post blogs and updates to what we do, as well as using it to spread <a href="https://coop.myco.systems/resources/">resources</a> that help people start the switch to open and free software.</p>
|
|
||||||
<p>We hope you will join us in helping make the free software ecosystem a little less treacherous by committing to blog posts through our <a href="https://git.myco.systems">gitea</a>, or just by spreading this website around to others! 🍄</p>
|
|
||||||
</content>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>Showcase</title>
|
|
||||||
<link>/showcase/</link>
|
|
||||||
<pubDate>Wed, 18 Jul 2018 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>/showcase/</guid>
|
|
||||||
<description>Header 2 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante. Donec quis dolor nec nunc mollis interdum vel in purus. Sed vitae leo scelerisque, sollicitudin elit sed, congue ante. In augue nisl, vestibulum commodo est a, tristique porttitor est. Proin laoreet iaculis ornare. Nullam ut neque quam.</description>
|
|
||||||
<content><h2 id="header-2">Header 2</h2>
|
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante. <strong>Donec quis dolor nec nunc mollis interdum vel in purus</strong>. Sed vitae leo scelerisque, sollicitudin elit sed, congue ante. In augue nisl, vestibulum commodo est a, tristique porttitor est. Proin laoreet iaculis ornare. Nullam ut neque quam.</p>
|
|
||||||
<blockquote>
|
|
||||||
<p>Fusce pharetra suscipit orci nec tempor. Quisque vitae sem sit amet sem mollis consequat. Sed at imperdiet lorem. Vestibulum pharetra faucibus odio, ac feugiat tellus sollicitudin at. Pellentesque varius tristique mi imperdiet dapibus. Duis orci odio, sodales lacinia venenatis sit amet, feugiat et diam.</p>
|
|
||||||
</blockquote>
|
|
||||||
<h3 id="header-3">Header 3</h3>
|
|
||||||
<p>Nulla libero turpis, lacinia vitae cursus ut, auctor dictum nisl. Fusce varius felis nec sem ullamcorper, at convallis nisi vestibulum. Duis risus odio, porta sit amet placerat mollis, tincidunt non mauris. Suspendisse fringilla, <code>odio a dignissim pharetra</code>, est urna sollicitudin urna, eu scelerisque magna ex vitae tellus.</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-css" data-lang="css"><span style="display:flex;"><span><span style="color:#75715e">/* PostCSS code */</span>
|
|
||||||
</span></span><span style="display:flex;"><span>
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#f92672">pre</span> {
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">background</span>: <span style="color:#ae81ff">#1a1a1d</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">padding</span>: <span style="color:#ae81ff">20</span><span style="color:#66d9ef">px</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">border-radius</span>: <span style="color:#ae81ff">8</span><span style="color:#66d9ef">px</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">font-size</span>: <span style="color:#ae81ff">1</span><span style="color:#66d9ef">rem</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">overflow</span>: <span style="color:#66d9ef">auto</span>;
|
|
||||||
</span></span><span style="display:flex;"><span>
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#960050;background-color:#1e0010">@media</span> <span style="color:#960050;background-color:#1e0010">(--phone)</span> <span style="color:#960050;background-color:#1e0010">{</span>
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">white-space</span>: <span style="color:#66d9ef">pre-wrap</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">word-wrap</span>: <span style="color:#66d9ef">break-word</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> }
|
|
||||||
</span></span><span style="display:flex;"><span>
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">code</span> {
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">background</span>: <span style="color:#66d9ef">none</span> <span style="color:#75715e">!important</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">color</span>: <span style="color:#ae81ff">#ccc</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">padding</span>: <span style="color:#ae81ff">0</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">font-size</span>: <span style="color:#66d9ef">inherit</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> }
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#960050;background-color:#1e0010">}</span>
|
|
||||||
</span></span></code></pre></div><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-js" data-lang="js"><span style="display:flex;"><span><span style="color:#75715e">// JS code
|
|
||||||
</span></span></span><span style="display:flex;"><span><span style="color:#75715e"></span>
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">const</span> <span style="color:#a6e22e">menuTrigger</span> <span style="color:#f92672">=</span> document.<span style="color:#a6e22e">querySelector</span>(<span style="color:#e6db74">&#39;.menu-trigger&#39;</span>)
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">const</span> <span style="color:#a6e22e">menu</span> <span style="color:#f92672">=</span> document.<span style="color:#a6e22e">querySelector</span>(<span style="color:#e6db74">&#39;.menu&#39;</span>)
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">const</span> <span style="color:#a6e22e">mobileQuery</span> <span style="color:#f92672">=</span> <span style="color:#a6e22e">getComputedStyle</span>(document.<span style="color:#a6e22e">body</span>).<span style="color:#a6e22e">getPropertyValue</span>(<span style="color:#e6db74">&#39;--phoneWidth&#39;</span>)
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">const</span> <span style="color:#a6e22e">isMobile</span> <span style="color:#f92672">=</span> () =&gt; window.<span style="color:#a6e22e">matchMedia</span>(<span style="color:#a6e22e">mobileQuery</span>).<span style="color:#a6e22e">matches</span>
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">const</span> <span style="color:#a6e22e">isMobileMenu</span> <span style="color:#f92672">=</span> () =&gt; {
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#a6e22e">menuTrigger</span>.<span style="color:#a6e22e">classList</span>.<span style="color:#a6e22e">toggle</span>(<span style="color:#e6db74">&#39;hidden&#39;</span>, <span style="color:#f92672">!</span><span style="color:#a6e22e">isMobile</span>())
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#a6e22e">menu</span>.<span style="color:#a6e22e">classList</span>.<span style="color:#a6e22e">toggle</span>(<span style="color:#e6db74">&#39;hidden&#39;</span>, <span style="color:#a6e22e">isMobile</span>())
|
|
||||||
</span></span><span style="display:flex;"><span>}
|
|
||||||
</span></span><span style="display:flex;"><span>
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">isMobileMenu</span>()
|
|
||||||
</span></span><span style="display:flex;"><span>
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">menuTrigger</span>.<span style="color:#a6e22e">addEventListener</span>(<span style="color:#e6db74">&#39;click&#39;</span>, () =&gt; <span style="color:#a6e22e">menu</span>.<span style="color:#a6e22e">classList</span>.<span style="color:#a6e22e">toggle</span>(<span style="color:#e6db74">&#39;hidden&#39;</span>))
|
|
||||||
</span></span><span style="display:flex;"><span>
|
|
||||||
</span></span><span style="display:flex;"><span>window.<span style="color:#a6e22e">addEventListener</span>(<span style="color:#e6db74">&#39;resize&#39;</span>, <span style="color:#a6e22e">isMobileMenu</span>)
|
|
||||||
</span></span></code></pre></div><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="display:flex;"><span><span style="color:#75715e">&lt;!-- HTML code --&gt;</span>
|
|
||||||
</span></span><span style="display:flex;"><span>
|
|
||||||
</span></span><span style="display:flex;"><span>&lt;<span style="color:#f92672">section</span> <span style="color:#a6e22e">id</span><span style="color:#f92672">=</span><span style="color:#e6db74">&#34;main&#34;</span>&gt;
|
|
||||||
</span></span><span style="display:flex;"><span> &lt;<span style="color:#f92672">div</span>&gt;
|
|
||||||
</span></span><span style="display:flex;"><span> &lt;<span style="color:#f92672">h1</span> <span style="color:#a6e22e">id</span><span style="color:#f92672">=</span><span style="color:#e6db74">&#34;title&#34;</span>&gt;{{ .Title }}&lt;/<span style="color:#f92672">h1</span>&gt;
|
|
||||||
</span></span><span style="display:flex;"><span> {{ range .Pages }}
|
|
||||||
</span></span><span style="display:flex;"><span> {{ .Render &#34;summary&#34;}}
|
|
||||||
</span></span><span style="display:flex;"><span> {{ end }}
|
|
||||||
</span></span><span style="display:flex;"><span> &lt;/<span style="color:#f92672">div</span>&gt;
|
|
||||||
</span></span><span style="display:flex;"><span>&lt;/<span style="color:#f92672">section</span>&gt;
|
|
||||||
</span></span></code></pre></div><h4 id="header-4">Header 4</h4>
|
|
||||||
<p>Curabitur scelerisque felis viverra varius scelerisque. Ut enim libero, molestie gravida blandit at, mollis ornare tellus. Cras arcu mi, ultrices vel pulvinar vel, volutpat eu tortor. Nullam nec eros quis massa ultrices iaculis sed in metus. Praesent sollicitudin sem sit amet orci tempor gravida.</p>
|
|
||||||
<ul>
|
|
||||||
<li>Maecenas elementum vitae nibh vitae porttitor.</li>
|
|
||||||
<li>Aenean consequat, risus ut cursus placerat, arcu nulla sodales risus, ut molestie tellus tellus et dui.</li>
|
|
||||||
<li>Integer imperdiet turpis vitae lacus imperdiet, ut ornare ligula auctor. Integer in mi eu velit vehicula suscipit eget vulputate nulla.</li>
|
|
||||||
<li>Etiam vitae enim quis velit lobortis placerat a ut sem.
|
|
||||||
<ul>
|
|
||||||
<li>Curabitur lobortis ante sit amet orci pulvinar, sollicitudin viverra nunc accumsan.</li>
|
|
||||||
<li>Praesent fermentum orci quis leo facilisis posuere.</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<p>Aliquam erat volutpat. In hac habitasse platea dictumst. Nunc ut tincidunt mauris. Sed at gravida risus, id semper magna. Nullam vitae enim mattis, sodales neque non, pharetra elit. Cras sit amet sagittis augue, et finibus turpis. Ut tempus tincidunt diam vel pharetra. Nulla porttitor odio sit amet nulla scelerisque, quis aliquam mi imperdiet. Sed tincidunt dui vel tellus vestibulum rhoncus. Donec tempus ultrices velit.</p>
|
|
||||||
</content>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
|
@ -1,10 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-us">
|
|
||||||
<head>
|
|
||||||
<title>/</title>
|
|
||||||
<link rel="canonical" href="/">
|
|
||||||
<meta name="robots" content="noindex">
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="refresh" content="0; url=/">
|
|
||||||
</head>
|
|
||||||
</html>
|
|
|
@ -1,210 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<title>Hello Friends! :: MycoSystems co-op</title>
|
|
||||||
|
|
||||||
<a rel="me" href="https://mastodon.social/@brookeee"></a>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<meta name="description" content="Hello comrades and welcome to the start of MycoSystems!" />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
|
|
||||||
<meta name="robots" content="noodp" />
|
|
||||||
|
|
||||||
<link rel="canonical" href="/posts/hello/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/styles.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:locale" content="en" />
|
|
||||||
<meta property="og:type" content="article" />
|
|
||||||
<meta property="og:title" content="Hello Friends!">
|
|
||||||
<meta property="og:description" content="Hello comrades and welcome to the start of MycoSystems!" />
|
|
||||||
<meta property="og:url" content="/posts/hello/" />
|
|
||||||
<meta property="og:site_name" content="MycoSystems co-op" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="1200">
|
|
||||||
<meta property="og:image:height" content="627">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2023-04-12 00:00:00 +0000 UTC" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body class="pink">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container center headings--one-size">
|
|
||||||
|
|
||||||
<header class="header">
|
|
||||||
<div class="header__inner">
|
|
||||||
<div class="header__logo">
|
|
||||||
<a href="/">
|
|
||||||
<div class="logo">
|
|
||||||
MycoSystems
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ul class="menu menu--mobile">
|
|
||||||
<li class="menu__trigger">Menu ▾</li>
|
|
||||||
<li>
|
|
||||||
<ul class="menu__dropdown">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about">About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events">Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources">Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="navigation-menu">
|
|
||||||
<ul class="navigation-menu__inner menu--desktop">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about" >About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events" >Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources" >Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
<article class="post">
|
|
||||||
<h1 class="post-title">
|
|
||||||
<a href="/posts/hello/">Hello Friends!</a>
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<time class="post-date">
|
|
||||||
2023-04-12 ::
|
|
||||||
|
|
||||||
</time>
|
|
||||||
|
|
||||||
|
|
||||||
<span class="post-author">Brooke</span>
|
|
||||||
|
|
||||||
|
|
||||||
<span class="post-reading-time">:: 1 min read (95 words)</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="post-content"><div>
|
|
||||||
<p>Hello comrades and welcome to the start of MycoSystems! We’re developing an online hub to empower people to use open-source software & services at home and for <a href="https://web.myco.systems/">business</a>.</p>
|
|
||||||
<p>MycoSystems Co-op is where we post blogs and updates to what we do, as well as using it to spread <a href="https://coop.myco.systems/resources/">resources</a> that help people start the switch to open and free software.</p>
|
|
||||||
<p>We hope you will join us in helping make the free software ecosystem a little less treacherous by committing to blog posts through our <a href="https://git.myco.systems">gitea</a>, or just by spreading this website around to others! 🍄</p>
|
|
||||||
|
|
||||||
</div></div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<div class="footer__inner">
|
|
||||||
<div class="copyright">
|
|
||||||
<span><a href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a> :: Powered by <a href="http://gohugo.io">Hugo</a></span>
|
|
||||||
<span>:: Theme and source at <a href="git.myco.systems" target="_blank">Gitea</a></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/bundle.min.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,214 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<title>Posts :: MycoSystems co-op</title>
|
|
||||||
|
|
||||||
<a rel="me" href="https://mastodon.social/@brookeee"></a>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<meta name="description" content="" />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
|
|
||||||
<meta name="robots" content="noodp" />
|
|
||||||
|
|
||||||
<link rel="canonical" href="/posts/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/styles.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:locale" content="en" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:title" content="Posts">
|
|
||||||
<meta property="og:description" content="" />
|
|
||||||
<meta property="og:url" content="/posts/" />
|
|
||||||
<meta property="og:site_name" content="MycoSystems co-op" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="1200">
|
|
||||||
<meta property="og:image:height" content="627">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/posts/index.xml" rel="alternate" type="application/rss+xml" title="MycoSystems co-op" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body class="pink">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container center headings--one-size">
|
|
||||||
|
|
||||||
<header class="header">
|
|
||||||
<div class="header__inner">
|
|
||||||
<div class="header__logo">
|
|
||||||
<a href="/">
|
|
||||||
<div class="logo">
|
|
||||||
MycoSystems
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ul class="menu menu--mobile">
|
|
||||||
<li class="menu__trigger">Menu ▾</li>
|
|
||||||
<li>
|
|
||||||
<ul class="menu__dropdown">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about">About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events">Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources">Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="navigation-menu">
|
|
||||||
<ul class="navigation-menu__inner menu--desktop">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about" >About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events" >Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources" >Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="posts">
|
|
||||||
|
|
||||||
<article class="post on-list">
|
|
||||||
<h1 class="post-title">
|
|
||||||
<a href="/posts/hello/">Hello Friends!</a>
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<time class="post-date">
|
|
||||||
2023-04-12 ::
|
|
||||||
</time>
|
|
||||||
|
|
||||||
|
|
||||||
<span class="post-author">Brooke</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="post-content">
|
|
||||||
|
|
||||||
Hello comrades and welcome to the start of MycoSystems!
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<a class="read-more button" href="/posts/hello/">Read more →</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="pagination">
|
|
||||||
<div class="pagination__buttons">
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<div class="footer__inner">
|
|
||||||
<div class="copyright">
|
|
||||||
<span><a href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a> :: Powered by <a href="http://gohugo.io">Hugo</a></span>
|
|
||||||
<span>:: Theme and source at <a href="git.myco.systems" target="_blank">Gitea</a></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/bundle.min.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,26 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Posts on MycoSystems co-op</title>
|
|
||||||
<link>/posts/</link>
|
|
||||||
<description>Recent content in Posts on MycoSystems co-op</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language>
|
|
||||||
<lastBuildDate>Wed, 12 Apr 2023 00:00:00 +0000</lastBuildDate><atom:link href="/posts/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
<item>
|
|
||||||
<title>Hello Friends!</title>
|
|
||||||
<link>/posts/hello/</link>
|
|
||||||
<pubDate>Wed, 12 Apr 2023 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>/posts/hello/</guid>
|
|
||||||
<description>Hello comrades and welcome to the start of MycoSystems! We&rsquo;re developing an online hub to empower people to use open-source software &amp; services at home and for business.
|
|
||||||
MycoSystems Co-op is where we post blogs and updates to what we do, as well as using it to spread resources that help people start the switch to open and free software.
|
|
||||||
We hope you will join us in helping make the free software ecosystem a little less treacherous by committing to blog posts through our gitea, or just by spreading this website around to others!</description>
|
|
||||||
<content><p>Hello comrades and welcome to the start of MycoSystems! We&rsquo;re developing an online hub to empower people to use open-source software &amp; services at home and for <a href="https://web.myco.systems/">business</a>.</p>
|
|
||||||
<p>MycoSystems Co-op is where we post blogs and updates to what we do, as well as using it to spread <a href="https://coop.myco.systems/resources/">resources</a> that help people start the switch to open and free software.</p>
|
|
||||||
<p>We hope you will join us in helping make the free software ecosystem a little less treacherous by committing to blog posts through our <a href="https://git.myco.systems">gitea</a>, or just by spreading this website around to others! 🍄</p>
|
|
||||||
</content>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
|
@ -1,10 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-us">
|
|
||||||
<head>
|
|
||||||
<title>/posts/</title>
|
|
||||||
<link rel="canonical" href="/posts/">
|
|
||||||
<meta name="robots" content="noindex">
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="refresh" content="0; url=/posts/">
|
|
||||||
</head>
|
|
||||||
</html>
|
|
|
@ -1,201 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<title>Projects :: MycoSystems co-op</title>
|
|
||||||
|
|
||||||
<a rel="me" href="https://mastodon.social/@brookeee"></a>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<meta name="description" content="" />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
|
|
||||||
<meta name="robots" content="noodp" />
|
|
||||||
|
|
||||||
<link rel="canonical" href="/projects/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/styles.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:locale" content="en" />
|
|
||||||
<meta property="og:type" content="article" />
|
|
||||||
<meta property="og:title" content="Projects">
|
|
||||||
<meta property="og:description" content="" />
|
|
||||||
<meta property="og:url" content="/projects/" />
|
|
||||||
<meta property="og:site_name" content="MycoSystems co-op" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="1200">
|
|
||||||
<meta property="og:image:height" content="627">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2023-04-18 00:00:00 +0000 UTC" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body class="pink">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container center headings--one-size">
|
|
||||||
|
|
||||||
<header class="header">
|
|
||||||
<div class="header__inner">
|
|
||||||
<div class="header__logo">
|
|
||||||
<a href="/">
|
|
||||||
<div class="logo">
|
|
||||||
MycoSystems
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ul class="menu menu--mobile">
|
|
||||||
<li class="menu__trigger">Menu ▾</li>
|
|
||||||
<li>
|
|
||||||
<ul class="menu__dropdown">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about">About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events">Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources">Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="navigation-menu">
|
|
||||||
<ul class="navigation-menu__inner menu--desktop">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about" >About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events" >Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources" >Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
<article class="post">
|
|
||||||
<h1 class="post-title">
|
|
||||||
<a href="/projects/">Projects</a>
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<time class="post-date">
|
|
||||||
2023-04-18 ::
|
|
||||||
|
|
||||||
</time>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<span class="post-reading-time">:: 0 min read (0 words)</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="post-content"></div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<div class="footer__inner">
|
|
||||||
<div class="copyright">
|
|
||||||
<span><a href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a> :: Powered by <a href="http://gohugo.io">Hugo</a></span>
|
|
||||||
<span>:: Theme and source at <a href="git.myco.systems" target="_blank">Gitea</a></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/bundle.min.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,259 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<title>Open Source Alternatives :: MycoSystems co-op</title>
|
|
||||||
|
|
||||||
<a rel="me" href="https://mastodon.social/@brookeee"></a>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<meta name="description" content="Open Source Alternatives AlternativeTo Reviews, comments, and recommendations from the community, and the largest collection of software alternatives including a wide expanse of filtering options.
|
|
||||||
OPENSOURCE Builders A collection of only open source software with a focus on the types of licenses, can provide out of date information and seems to be less maintained recently.
|
|
||||||
Awesome Selfhosted Awesome Selfhosted | Github Github repository for a list of selfhosted awesome software with a table of contents labeling all of the categories of aggregated software." />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
|
|
||||||
<meta name="robots" content="noodp" />
|
|
||||||
|
|
||||||
<link rel="canonical" href="/resources/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/styles.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:locale" content="en" />
|
|
||||||
<meta property="og:type" content="article" />
|
|
||||||
<meta property="og:title" content="Open Source Alternatives">
|
|
||||||
<meta property="og:description" content="Open Source Alternatives AlternativeTo Reviews, comments, and recommendations from the community, and the largest collection of software alternatives including a wide expanse of filtering options.
|
|
||||||
OPENSOURCE Builders A collection of only open source software with a focus on the types of licenses, can provide out of date information and seems to be less maintained recently.
|
|
||||||
Awesome Selfhosted Awesome Selfhosted | Github Github repository for a list of selfhosted awesome software with a table of contents labeling all of the categories of aggregated software." />
|
|
||||||
<meta property="og:url" content="/resources/" />
|
|
||||||
<meta property="og:site_name" content="MycoSystems co-op" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="1200">
|
|
||||||
<meta property="og:image:height" content="627">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2023-04-16 00:00:00 +0000 UTC" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body class="pink">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container center headings--one-size">
|
|
||||||
|
|
||||||
<header class="header">
|
|
||||||
<div class="header__inner">
|
|
||||||
<div class="header__logo">
|
|
||||||
<a href="/">
|
|
||||||
<div class="logo">
|
|
||||||
MycoSystems
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ul class="menu menu--mobile">
|
|
||||||
<li class="menu__trigger">Menu ▾</li>
|
|
||||||
<li>
|
|
||||||
<ul class="menu__dropdown">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about">About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events">Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources">Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="navigation-menu">
|
|
||||||
<ul class="navigation-menu__inner menu--desktop">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about" >About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events" >Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources" >Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
<article class="post">
|
|
||||||
<h1 class="post-title">
|
|
||||||
<a href="/resources/">Open Source Alternatives</a>
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<time class="post-date">
|
|
||||||
2023-04-16 ::
|
|
||||||
|
|
||||||
</time>
|
|
||||||
|
|
||||||
|
|
||||||
<span class="post-author">Brooke</span>
|
|
||||||
|
|
||||||
|
|
||||||
<span class="post-reading-time">:: 1 min read (154 words)</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="table-of-contents">
|
|
||||||
<h2>
|
|
||||||
TOC
|
|
||||||
</h2>
|
|
||||||
<nav id="TableOfContents">
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<ul>
|
|
||||||
<li><a href="#open-source-alternatives">Open Source Alternatives</a></li>
|
|
||||||
<li><a href="#awesome-selfhosted">Awesome Selfhosted</a></li>
|
|
||||||
<li><a href="#additional-notes-about-surveillance">Additional notes about surveillance</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="post-content"><div>
|
|
||||||
<h3 id="open-source-alternatives">Open Source Alternatives<a href="#open-source-alternatives" class="hanchor" ariaLabel="Anchor">⌗</a> </h3>
|
|
||||||
<blockquote>
|
|
||||||
|
|
||||||
<strong><a href="https://alternativeto.net" target="_blank">AlternativeTo</a></strong>
|
|
||||||
|
|
||||||
<p>Reviews, comments, and recommendations from the community, and the largest collection of software alternatives including a wide expanse of filtering options.</p>
|
|
||||||
|
|
||||||
<strong><a href="https://opensource.builders/" target="_blank">OPENSOURCE Builders</a></strong>
|
|
||||||
|
|
||||||
<p>A collection of only open source software with a focus on the types of licenses, can provide out of date information and seems to be less maintained recently.</p>
|
|
||||||
</blockquote>
|
|
||||||
<h3 id="awesome-selfhosted">Awesome Selfhosted<a href="#awesome-selfhosted" class="hanchor" ariaLabel="Anchor">⌗</a> </h3>
|
|
||||||
<blockquote>
|
|
||||||
|
|
||||||
<strong><a href="https://github.com/awesome-selfhosted/awesome-selfhosted" target="_blank">Awesome Selfhosted | Github</a></strong>
|
|
||||||
|
|
||||||
<p>Github repository for a list of selfhosted awesome software with a table of contents labeling all of the categories of aggregated software.</p>
|
|
||||||
|
|
||||||
<strong><a href="https://awesome-selfhosted-analysis.vercel.app/" target="_blank">Awesome Selfhosted | Search</a></strong>
|
|
||||||
|
|
||||||
<p>An open source searchable website for selfhosted awesome software, a direct replication of the Awesome Selfhosted github repository.</p>
|
|
||||||
</blockquote>
|
|
||||||
<h3 id="additional-notes-about-surveillance">Additional notes about surveillance<a href="#additional-notes-about-surveillance" class="hanchor" ariaLabel="Anchor">⌗</a> </h3>
|
|
||||||
<blockquote>
|
|
||||||
<p>
|
|
||||||
<strong><a href="https://en.wikipedia.org/wiki/PRISM" target="_blank">PRISM</a>, </strong><strong><a href="https://en.wikipedia.org/wiki/XKeyscore" target="_blank">XKeyscore</a>, </strong><strong><a href="https://en.wikipedia.org/wiki/Tempora" target="_blank">Tempora</a></strong>,
|
|
||||||
etc</p>
|
|
||||||
<p>These three programs were declassified around 2013, they represent government surveillance through data collection and aggregation.</p>
|
|
||||||
<p>At the time of declassification the list of providers for the program were Microsoft, Google, Yahoo!, Facebook, PalTalk, YouTube, Skype, AOL, and Apple.
|
|
||||||
|
|
||||||
<strong><a href="https://coop.myco.systems/posts/surveillance/" target="_blank">Read more</a></strong>
|
|
||||||
</p>
|
|
||||||
</blockquote>
|
|
||||||
|
|
||||||
</div></div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<div class="footer__inner">
|
|
||||||
<div class="copyright">
|
|
||||||
<span><a href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a> :: Powered by <a href="http://gohugo.io">Hugo</a></span>
|
|
||||||
<span>:: Theme and source at <a href="git.myco.systems" target="_blank">Gitea</a></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/bundle.min.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,273 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<title>Showcase :: MycoSystems co-op</title>
|
|
||||||
|
|
||||||
<a rel="me" href="https://mastodon.social/@brookeee"></a>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<meta name="description" content="Header 2 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante. Donec quis dolor nec nunc mollis interdum vel in purus. Sed vitae leo scelerisque, sollicitudin elit sed, congue ante. In augue nisl, vestibulum commodo est a, tristique porttitor est. Proin laoreet iaculis ornare. Nullam ut neque quam." />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
|
|
||||||
<meta name="robots" content="noodp" />
|
|
||||||
|
|
||||||
<link rel="canonical" href="/showcase/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/styles.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:locale" content="en" />
|
|
||||||
<meta property="og:type" content="article" />
|
|
||||||
<meta property="og:title" content="Showcase">
|
|
||||||
<meta property="og:description" content="Header 2 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante. Donec quis dolor nec nunc mollis interdum vel in purus. Sed vitae leo scelerisque, sollicitudin elit sed, congue ante. In augue nisl, vestibulum commodo est a, tristique porttitor est. Proin laoreet iaculis ornare. Nullam ut neque quam." />
|
|
||||||
<meta property="og:url" content="/showcase/" />
|
|
||||||
<meta property="og:site_name" content="MycoSystems co-op" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="1200">
|
|
||||||
<meta property="og:image:height" content="627">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="article:published_time" content="2018-07-18 00:00:00 +0000 UTC" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body class="pink">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container center headings--one-size">
|
|
||||||
|
|
||||||
<header class="header">
|
|
||||||
<div class="header__inner">
|
|
||||||
<div class="header__logo">
|
|
||||||
<a href="/">
|
|
||||||
<div class="logo">
|
|
||||||
MycoSystems
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ul class="menu menu--mobile">
|
|
||||||
<li class="menu__trigger">Menu ▾</li>
|
|
||||||
<li>
|
|
||||||
<ul class="menu__dropdown">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about">About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events">Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources">Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="navigation-menu">
|
|
||||||
<ul class="navigation-menu__inner menu--desktop">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about" >About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events" >Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources" >Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
<article class="post">
|
|
||||||
<h1 class="post-title">
|
|
||||||
<a href="/showcase/">Showcase</a>
|
|
||||||
</h1>
|
|
||||||
<div class="post-meta">
|
|
||||||
|
|
||||||
<time class="post-date">
|
|
||||||
2018-07-18 ::
|
|
||||||
|
|
||||||
</time>
|
|
||||||
|
|
||||||
|
|
||||||
<span class="post-author">Hello Robot</span>
|
|
||||||
|
|
||||||
|
|
||||||
<span class="post-reading-time">:: 3 min read (443 words)</span>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="post-content"><div>
|
|
||||||
<h2 id="header-2">Header 2<a href="#header-2" class="hanchor" ariaLabel="Anchor">⌗</a> </h2>
|
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec interdum metus. Aenean rutrum ligula sodales ex auctor, sed tempus dui mollis. Curabitur ipsum dui, aliquet nec commodo at, tristique eget ante. <strong>Donec quis dolor nec nunc mollis interdum vel in purus</strong>. Sed vitae leo scelerisque, sollicitudin elit sed, congue ante. In augue nisl, vestibulum commodo est a, tristique porttitor est. Proin laoreet iaculis ornare. Nullam ut neque quam.</p>
|
|
||||||
<blockquote>
|
|
||||||
<p>Fusce pharetra suscipit orci nec tempor. Quisque vitae sem sit amet sem mollis consequat. Sed at imperdiet lorem. Vestibulum pharetra faucibus odio, ac feugiat tellus sollicitudin at. Pellentesque varius tristique mi imperdiet dapibus. Duis orci odio, sodales lacinia venenatis sit amet, feugiat et diam.</p>
|
|
||||||
</blockquote>
|
|
||||||
<h3 id="header-3">Header 3<a href="#header-3" class="hanchor" ariaLabel="Anchor">⌗</a> </h3>
|
|
||||||
<p>Nulla libero turpis, lacinia vitae cursus ut, auctor dictum nisl. Fusce varius felis nec sem ullamcorper, at convallis nisi vestibulum. Duis risus odio, porta sit amet placerat mollis, tincidunt non mauris. Suspendisse fringilla, <code>odio a dignissim pharetra</code>, est urna sollicitudin urna, eu scelerisque magna ex vitae tellus.</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-css" data-lang="css"><span style="display:flex;"><span><span style="color:#75715e">/* PostCSS code */</span>
|
|
||||||
</span></span><span style="display:flex;"><span>
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#f92672">pre</span> {
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">background</span>: <span style="color:#ae81ff">#1a1a1d</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">padding</span>: <span style="color:#ae81ff">20</span><span style="color:#66d9ef">px</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">border-radius</span>: <span style="color:#ae81ff">8</span><span style="color:#66d9ef">px</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">font-size</span>: <span style="color:#ae81ff">1</span><span style="color:#66d9ef">rem</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">overflow</span>: <span style="color:#66d9ef">auto</span>;
|
|
||||||
</span></span><span style="display:flex;"><span>
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#960050;background-color:#1e0010">@media</span> <span style="color:#960050;background-color:#1e0010">(--phone)</span> <span style="color:#960050;background-color:#1e0010">{</span>
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">white-space</span>: <span style="color:#66d9ef">pre-wrap</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">word-wrap</span>: <span style="color:#66d9ef">break-word</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> }
|
|
||||||
</span></span><span style="display:flex;"><span>
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#f92672">code</span> {
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">background</span>: <span style="color:#66d9ef">none</span> <span style="color:#75715e">!important</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">color</span>: <span style="color:#ae81ff">#ccc</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">padding</span>: <span style="color:#ae81ff">0</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">font-size</span>: <span style="color:#66d9ef">inherit</span>;
|
|
||||||
</span></span><span style="display:flex;"><span> }
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#960050;background-color:#1e0010">}</span>
|
|
||||||
</span></span></code></pre></div><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-js" data-lang="js"><span style="display:flex;"><span><span style="color:#75715e">// JS code
|
|
||||||
</span></span></span><span style="display:flex;"><span><span style="color:#75715e"></span>
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">const</span> <span style="color:#a6e22e">menuTrigger</span> <span style="color:#f92672">=</span> document.<span style="color:#a6e22e">querySelector</span>(<span style="color:#e6db74">'.menu-trigger'</span>)
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">const</span> <span style="color:#a6e22e">menu</span> <span style="color:#f92672">=</span> document.<span style="color:#a6e22e">querySelector</span>(<span style="color:#e6db74">'.menu'</span>)
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">const</span> <span style="color:#a6e22e">mobileQuery</span> <span style="color:#f92672">=</span> <span style="color:#a6e22e">getComputedStyle</span>(document.<span style="color:#a6e22e">body</span>).<span style="color:#a6e22e">getPropertyValue</span>(<span style="color:#e6db74">'--phoneWidth'</span>)
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">const</span> <span style="color:#a6e22e">isMobile</span> <span style="color:#f92672">=</span> () => window.<span style="color:#a6e22e">matchMedia</span>(<span style="color:#a6e22e">mobileQuery</span>).<span style="color:#a6e22e">matches</span>
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">const</span> <span style="color:#a6e22e">isMobileMenu</span> <span style="color:#f92672">=</span> () => {
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#a6e22e">menuTrigger</span>.<span style="color:#a6e22e">classList</span>.<span style="color:#a6e22e">toggle</span>(<span style="color:#e6db74">'hidden'</span>, <span style="color:#f92672">!</span><span style="color:#a6e22e">isMobile</span>())
|
|
||||||
</span></span><span style="display:flex;"><span> <span style="color:#a6e22e">menu</span>.<span style="color:#a6e22e">classList</span>.<span style="color:#a6e22e">toggle</span>(<span style="color:#e6db74">'hidden'</span>, <span style="color:#a6e22e">isMobile</span>())
|
|
||||||
</span></span><span style="display:flex;"><span>}
|
|
||||||
</span></span><span style="display:flex;"><span>
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">isMobileMenu</span>()
|
|
||||||
</span></span><span style="display:flex;"><span>
|
|
||||||
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">menuTrigger</span>.<span style="color:#a6e22e">addEventListener</span>(<span style="color:#e6db74">'click'</span>, () => <span style="color:#a6e22e">menu</span>.<span style="color:#a6e22e">classList</span>.<span style="color:#a6e22e">toggle</span>(<span style="color:#e6db74">'hidden'</span>))
|
|
||||||
</span></span><span style="display:flex;"><span>
|
|
||||||
</span></span><span style="display:flex;"><span>window.<span style="color:#a6e22e">addEventListener</span>(<span style="color:#e6db74">'resize'</span>, <span style="color:#a6e22e">isMobileMenu</span>)
|
|
||||||
</span></span></code></pre></div><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="display:flex;"><span><span style="color:#75715e"><!-- HTML code --></span>
|
|
||||||
</span></span><span style="display:flex;"><span>
|
|
||||||
</span></span><span style="display:flex;"><span><<span style="color:#f92672">section</span> <span style="color:#a6e22e">id</span><span style="color:#f92672">=</span><span style="color:#e6db74">"main"</span>>
|
|
||||||
</span></span><span style="display:flex;"><span> <<span style="color:#f92672">div</span>>
|
|
||||||
</span></span><span style="display:flex;"><span> <<span style="color:#f92672">h1</span> <span style="color:#a6e22e">id</span><span style="color:#f92672">=</span><span style="color:#e6db74">"title"</span>>{{ .Title }}</<span style="color:#f92672">h1</span>>
|
|
||||||
</span></span><span style="display:flex;"><span> {{ range .Pages }}
|
|
||||||
</span></span><span style="display:flex;"><span> {{ .Render "summary"}}
|
|
||||||
</span></span><span style="display:flex;"><span> {{ end }}
|
|
||||||
</span></span><span style="display:flex;"><span> </<span style="color:#f92672">div</span>>
|
|
||||||
</span></span><span style="display:flex;"><span></<span style="color:#f92672">section</span>>
|
|
||||||
</span></span></code></pre></div><h4 id="header-4">Header 4<a href="#header-4" class="hanchor" ariaLabel="Anchor">⌗</a> </h4>
|
|
||||||
<p>Curabitur scelerisque felis viverra varius scelerisque. Ut enim libero, molestie gravida blandit at, mollis ornare tellus. Cras arcu mi, ultrices vel pulvinar vel, volutpat eu tortor. Nullam nec eros quis massa ultrices iaculis sed in metus. Praesent sollicitudin sem sit amet orci tempor gravida.</p>
|
|
||||||
<ul>
|
|
||||||
<li>Maecenas elementum vitae nibh vitae porttitor.</li>
|
|
||||||
<li>Aenean consequat, risus ut cursus placerat, arcu nulla sodales risus, ut molestie tellus tellus et dui.</li>
|
|
||||||
<li>Integer imperdiet turpis vitae lacus imperdiet, ut ornare ligula auctor. Integer in mi eu velit vehicula suscipit eget vulputate nulla.</li>
|
|
||||||
<li>Etiam vitae enim quis velit lobortis placerat a ut sem.
|
|
||||||
<ul>
|
|
||||||
<li>Curabitur lobortis ante sit amet orci pulvinar, sollicitudin viverra nunc accumsan.</li>
|
|
||||||
<li>Praesent fermentum orci quis leo facilisis posuere.</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<p>Aliquam erat volutpat. In hac habitasse platea dictumst. Nunc ut tincidunt mauris. Sed at gravida risus, id semper magna. Nullam vitae enim mattis, sodales neque non, pharetra elit. Cras sit amet sagittis augue, et finibus turpis. Ut tempus tincidunt diam vel pharetra. Nulla porttitor odio sit amet nulla scelerisque, quis aliquam mi imperdiet. Sed tincidunt dui vel tellus vestibulum rhoncus. Donec tempus ultrices velit.</p>
|
|
||||||
|
|
||||||
</div></div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<div class="footer__inner">
|
|
||||||
<div class="copyright">
|
|
||||||
<span><a href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a> :: Powered by <a href="http://gohugo.io">Hugo</a></span>
|
|
||||||
<span>:: Theme and source at <a href="git.myco.systems" target="_blank">Gitea</a></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/bundle.min.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,33 +0,0 @@
|
||||||
<?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>/projects/</loc>
|
|
||||||
<lastmod>2023-04-18T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>/about/</loc>
|
|
||||||
<lastmod>2023-04-16T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>/events/</loc>
|
|
||||||
<lastmod>2023-04-16T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>/resources/</loc>
|
|
||||||
<lastmod>2023-04-16T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>/posts/hello/</loc>
|
|
||||||
<lastmod>2023-04-12T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>/</loc>
|
|
||||||
<lastmod>2023-04-12T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>/posts/</loc>
|
|
||||||
<lastmod>2023-04-12T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>/showcase/</loc>
|
|
||||||
<lastmod>2018-07-18T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>/categories/</loc>
|
|
||||||
</url><url>
|
|
||||||
<loc>/tags/</loc>
|
|
||||||
</url>
|
|
||||||
</urlset>
|
|
|
@ -1,176 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<title>Tags :: MycoSystems co-op</title>
|
|
||||||
|
|
||||||
<a rel="me" href="https://mastodon.social/@brookeee"></a>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<meta name="description" content="" />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
|
|
||||||
<meta name="robots" content="noodp" />
|
|
||||||
|
|
||||||
<link rel="canonical" href="/tags/" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/styles.css">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:locale" content="en" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:title" content="Tags">
|
|
||||||
<meta property="og:description" content="" />
|
|
||||||
<meta property="og:url" content="/tags/" />
|
|
||||||
<meta property="og:site_name" content="MycoSystems co-op" />
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image" content="/favicon.ico">
|
|
||||||
|
|
||||||
|
|
||||||
<meta property="og:image:width" content="1200">
|
|
||||||
<meta property="og:image:height" content="627">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href="/tags/index.xml" rel="alternate" type="application/rss+xml" title="MycoSystems co-op" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body class="pink">
|
|
||||||
|
|
||||||
|
|
||||||
<div class="container center headings--one-size">
|
|
||||||
|
|
||||||
<header class="header">
|
|
||||||
<div class="header__inner">
|
|
||||||
<div class="header__logo">
|
|
||||||
<a href="/">
|
|
||||||
<div class="logo">
|
|
||||||
MycoSystems
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ul class="menu menu--mobile">
|
|
||||||
<li class="menu__trigger">Menu ▾</li>
|
|
||||||
<li>
|
|
||||||
<ul class="menu__dropdown">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about">About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events">Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources">Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="navigation-menu">
|
|
||||||
<ul class="navigation-menu__inner menu--desktop">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/about" >About</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/events" >Events</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/resources" >Resources</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
|
|
||||||
</header>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="content">
|
|
||||||
|
|
||||||
<div class="terms">
|
|
||||||
<h1>Tags</h1>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<footer class="footer">
|
|
||||||
<div class="footer__inner">
|
|
||||||
<div class="copyright">
|
|
||||||
<span><a href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a> :: Powered by <a href="http://gohugo.io">Hugo</a></span>
|
|
||||||
<span>:: Theme and source at <a href="git.myco.systems" target="_blank">Gitea</a></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/bundle.min.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,10 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
||||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
||||||
<channel>
|
|
||||||
<title>Tags on MycoSystems co-op</title>
|
|
||||||
<link>/tags/</link>
|
|
||||||
<description>Recent content in Tags on MycoSystems co-op</description>
|
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
|
||||||
<language>en-us</language><atom:link href="/tags/index.xml" rel="self" type="application/rss+xml" />
|
|
||||||
</channel>
|
|
||||||
</rss>
|
|
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 438 KiB After Width: | Height: | Size: 438 KiB |
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 168 KiB |