Compare commits

...

2 Commits

Author SHA1 Message Date
sparticus 0bde7ec974 Adding canary 2025-04-13 12:50:34 -04:00
sparticus befdfa3206 Moving to jekyll 2025-04-06 22:00:08 -04:00
26 changed files with 515 additions and 42 deletions
+6
View File
@@ -0,0 +1,6 @@
- name: Home
link: /
- name: About
link: /about.html
- name: Blog
link: /blog.html
+5
View File
@@ -0,0 +1,5 @@
<nav>
{% for item in site.data.navigation %}
<a href="{{ item.link }}"{% if page.url == item.link %} class="current"{% endif %}>{{ item.name }}</a>
{% endfor %}
</nav>
+16
View File
@@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/assets/css/styles.css"
</head>
<body>
<div style="text-align:center;">
<div>
<img src="/assets/images/omegablk.png">
</div>
<!-- {% include navigation.html %} -->
{{ content }}
</body>
</html>
+12
View File
@@ -0,0 +1,12 @@
---
layout: default
---
<p style="font-weight: bold; margin: 0;">United Interwebs Department of Internautics:</p>
<p style="font-weight: bold; margin: 0;">Bureau of Decentralized Resistance</p>
<p style="margin: 0;">{{ page.date | date_to_string }}</p>
<p> For Immediate Release </p>
{{ content }}
</div>
</div>
</body>
+9
View File
@@ -0,0 +1,9 @@
---
layout: post
author: Sparticus
---
Those we have elected to represent us and protect our constitution have failed us. Trump, alongside Musk and DOGE are ignoring the constitution and turning our country into a fascist oligarchy. Therefore, it falls to us, The People, to support and defend the constitution of the United States.
There is no more republican vs democrat, or liberal vs conservative. There is only the fascists and those that would stand against them.
This page serves as a gateway for internauts new to the resistance. In the future there will be information on how to find and join various resistance groups. In the meantime, the Department of Internautics is openly recruiting and welcoming resisters of all backgrounds.
+17
View File
@@ -0,0 +1,17 @@
.current {
color: green;
}
body {
background-color: black;
color: white;
}
div {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
ul, ol {
text-align: left;
}
+39
View File
@@ -0,0 +1,39 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Join</title>
<link rel="stylesheet" href="/assets/css/styles.css"
</head>
<body>
<div style="text-align:center;">
<div>
<img src="/assets/images/omegablk.png">
</div>
<!-- <nav>
<a href="/">Home</a>
<a href="/about.html">About</a>
<a href="/blog.html">Blog</a>
</nav>
-->
<p style="font-weight: bold; margin: 0;">United Interwebs Department of Internautics:</p>
<p style="font-weight: bold; margin: 0;">Bureau of Decentralized Resistance</p>
<p style="margin: 0;">09 Mar 2025</p>
<p> For Immediate Release </p>
<p>Those we have elected to represent us and protect our constitution have failed us. Trump, alongside Musk and DOGE are ignoring the constitution and turning our country into a fascist oligarchy. Therefore, it falls to us, The People, to support and defend the constitution of the United States.</p>
<p>There is no more republican vs democrat, or liberal vs conservative. There is only the fascists and those that would stand against them.</p>
<p>This page serves as a gateway for internauts new to the resistance. In the future there will be information on how to find and join various resistance groups. In the meantime, the Department of Internautics is openly recruiting and welcoming resisters of all backgrounds.</p>
</div>
</div>
</body>
</body>
</html>
+28
View File
@@ -0,0 +1,28 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>About</title>
<link rel="stylesheet" href="/assets/css/styles.css"
</head>
<body>
<div style="text-align:center;">
<div>
<img src="/assets/images/omegablk.png">
</div>
<!-- <nav>
<a href="/">Home</a>
<a href="/about.html" class="current">About</a>
<a href="/blog.html">Blog</a>
</nav>
-->
<h1 id="about-page">About page</h1>
<p>This is a test about page</p>
</body>
</html>
+20
View File
@@ -0,0 +1,20 @@
.current {
color: green;
}
body {
background-color: black;
color: white;
}
div {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
ul, ol {
text-align: left;
}
/*# sourceMappingURL=styles.css.map */
+1
View File
@@ -0,0 +1 @@
{"version":3,"sourceRoot":"","sources":["../../_sass/main.scss"],"names":[],"mappings":"AAAA;EACE;;;AAEF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACC","sourcesContent":[".current {\n color: green;\n}\nbody {\n background-color: black;\n color: white;\n}\n\ndiv {\n max-width: 700px;\n margin-left: auto;\n margin-right: auto;\n}\n\nul, ol {\n text-align: left;\n}\n"],"file":"styles.css"}
+24
View File
@@ -0,0 +1,24 @@
This canary covers the Department of Internautics and the administrators that keep the servers running.
This applies to all services and subdomains under resist.is, hacker.supply and weresist.is - including but not limited to:
hacker.supply VPN
hacker.supply paranoid github instance
hacker.supply yeetfile zero trust file service
resist.is VPN
resist.is bluesky PDS service
resist.is email
resist.is web content
weresist.is etherpad
weresist.is matrix-synapse and related services
The Department of Internautics affirms that:
We have never been asked to allow access to systems or logs by any law enforcement or government agency
We have never allowed access to our systems to any law enforcement or government agency, with or without a court order
We have never been asked to install additional software on our systems to aid law enforcement or government entities
We have never installed additional software or backdoors on our systems to aid law enforcement or government entities
We have never been asked to provide decryption, authentication, or access keys/tokens to anyone
We have never provided decryption, authentication, or access keys/tokens to anyone
We have never been directly threatened, coerced or otherwise intimidated by a government related entity to change how we operate
+41
View File
@@ -0,0 +1,41 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
This canary covers the Department of Internautics and the administrators that keep the servers running.
This applies to all services and subdomains under resist.is, hacker.supply and weresist.is - including but not limited to:
hacker.supply VPN
hacker.supply paranoid github instance
hacker.supply yeetfile zero trust file service
resist.is VPN
resist.is bluesky PDS service
resist.is email
resist.is web content
weresist.is etherpad
weresist.is matrix-synapse and related services
The Department of Internautics affirms that:
We have never been asked to allow access to systems or logs by any law enforcement or government agency
We have never allowed access to our systems to any law enforcement or government agency, with or without a court order
We have never been asked to install additional software on our systems to aid law enforcement or government entities
We have never installed additional software or backdoors on our systems to aid law enforcement or government entities
We have never been asked to provide decryption, authentication, or access keys/tokens to anyone
We have never provided decryption, authentication, or access keys/tokens to anyone
We have never been directly threatened, coerced or otherwise intimidated by a government related entity to change how we operate
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCgAdFiEEWaz5JBAxSEsV8r0+kwdhU9cApDIFAmf76mwACgkQkwdhU9cA
pDKnywv+PDcyr5zKW1LWsvG/SXLRubVsJ0OmAa5R+d0zwxr2tEXeMeIVsUVOwVLP
Q8ZKEYWmit2DW0gcB0n2h4DK14GWMzyQCpV2xSrSy3lbY2GYfXPLEx3yjMQ+Dihg
MYrlkW8fqGaosWKxLVmpl7t2tFWmhy9fSg+CwK8o3XjmZcuHxj6II9dsXy1VH4C3
kKPtLKEomk+5I4ecBEnLa0t3liF0tkylg6HAQInwR5OTTXIPXMJRdD9nFjRVZq9T
5BOgdFJX8jSmh2ythN5f8MgQs5co1nQvXiqaWzllhV6CFz5qHrocHH2m9pG7yPTp
E966kCFMeRgMsOQ+FC3TolUGpwCWn0nenTKztDXf1F8pXmnSxZyK53JZQ9Urf9rt
v3i9iRM3YTzFkhgzi59D0yt/cgszGUAZCBC8WS5qS2Bs/NtSolNg4wrweHhyo68P
rU2kai0pXYMzedsT1GWQEUecnLn9MWbuPrhXtTVL7Lz/BpchVJhi1U5wdQVNYJzi
FfplzdLP
=9EzN
-----END PGP SIGNATURE-----

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

+36
View File
@@ -0,0 +1,36 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Blog</title>
<link rel="stylesheet" href="/assets/css/styles.css"
</head>
<body>
<div style="text-align:center;">
<div>
<img src="/assets/images/omegablk.png">
</div>
<!-- <nav>
<a href="/">Home</a>
<a href="/about.html">About</a>
<a href="/blog.html" class="current">Blog</a>
</nav>
-->
<h1>Latest Posts</h1>
<ul>
<li>
<h2><a href="/2025/03/09/join.html">Join</a></h2>
<p>Those we have elected to represent us and protect our constitution have failed us. Trump, alongside Musk and DOGE are ignoring the constitution and turning our country into a fascist oligarchy. Therefore, it falls to us, The People, to support and defend the constitution of the United States.</p>
</li>
</ul>
</body>
</html>
+21 -19
View File
@@ -1,29 +1,31 @@
<!DOCTYPE html> <!doctype html>
<html>
<head> <head>
<title>Resist - A Field Guide for Subversives</title> <meta charset="utf-8">
<meta charset="utf-8" /> <title>A field guide for subversives</title>
<link rel="stylesheet" href="/assets/css/styles.css"
<! --
Yes, I know its ugly, but its thrown together quick.
Cypherpunks feel free to contact via pubkey.
More coming very soon
-->
</head> </head>
<body style="background-color: black"> <body>
<div style="text-align:center;"> <div style="text-align:center;">
<div> <div>
<img src=omegablk.png> <img src="/assets/images/omegablk.png">
<p style="color: white; font-weight: bold;">Resist</p> </div>
<!--<a href=preplist.txt style ="text-align:center; color: red;">Prep List</a> <br/> --> <!-- <nav>
<a href="/" class="current">Home</a>
<a href="/about.html">About</a>
<a href="/blog.html">Blog</a>
</nav>
-->
<p style="color: white; font-weight: bold;">Resist</p>
<a href=sparticus.pubkey.txt style="text-align:center; color: red;">GPG Pubkey</a> <br /> <a href=sparticus.pubkey.txt style="text-align:center; color: red;">GPG Pubkey</a> <br />
<p style="color: white;">Matrix: @sparticus:weresist.is</p> <p style="color: white;">Matrix: @sparticus:weresist.is</p>
<!--<a href=preplist.txt style ="text-align:center; color: red;">Prep List</a> <br/> -->
</div>
<a href=https://matrix.to/#/#department-of-internautics:weresist.is style="text-align:center; color: red;">United Interwebs Department of Internautics</a> <br/> <a href=https://matrix.to/#/#department-of-internautics:weresist.is style="text-align:center; color: red;">United Interwebs Department of Internautics</a> <br/>
<a href=https://matrix.to/#/#BureauOfDecentralizedResistance:weresist.is style="text-align:center; color: red;">Bureau of Decentralized Resistance</a> <a href=https://matrix.to/#/#BureauOfDecentralizedResistance:weresist.is style="text-align:center; color: red;">Bureau of Decentralized Resistance</a>
</div>
<body> </body>
</html> </html>
+29
View File
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<head>
<title>Resist - A Field Guide for Subversives</title>
<meta charset="utf-8" />
<! --
Yes, I know its ugly, but its thrown together quick.
Cypherpunks feel free to contact via pubkey.
More coming very soon
-->
</head>
<body style="background-color: black">
<div style="text-align:center;">
<div>
<img src=omegablk.png>
<p style="color: white; font-weight: bold;">Resist</p>
<!--<a href=preplist.txt style ="text-align:center; color: red;">Prep List</a> <br/> -->
<a href=sparticus.pubkey.txt style="text-align:center; color: red;">GPG Pubkey</a> <br />
<p style="color: white;">Matrix: @sparticus:weresist.is</p>
<!--<a href=preplist.txt style ="text-align:center; color: red;">Prep List</a> <br/> -->
</div>
<a href=https://matrix.to/#/#department-of-internautics:weresist.is style="text-align:center; color: red;">United Interwebs Department of Internautics</a> <br/>
<a href=https://matrix.to/#/#BureauOfDecentralizedResistance:weresist.is style="text-align:center; color: red;">Bureau of Decentralized Resistance</a>
</div>
<body>
</html>
+54
View File
@@ -0,0 +1,54 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Warrant Canary - The Department of Internautics</title>
<link rel="stylesheet" href="/assets/css/styles.css"
</head>
<body>
<div style="text-align:center;">
<div>
<img src="/assets/images/omegablk.png">
</div>
<!-- <nav>
<a href="/">Home</a>
<a href="/about.html">About</a>
<a href="/blog.html">Blog</a>
</nav>
-->
<p>This canary covers the Department of Internautics and the administrators that keep the servers running.</p>
<p>A flat, clearsigned version of this document can be found <a href="assets/files/canary.txt">here</a>
<p>This applies to all services and subdomains under resist.is, hacker.supply and weresist.is - including but not limited to: </p>
<ul>
<li>hacker.supply VPN</li>
<li>hacker.supply paranoid github instance</li>
<li>hacker.supply yeetfile zero trust file service</li>
<li>resist.is VPN</li>
<li>resist.is bluesky PDS service</li>
<li>resist.is email</li>
<li>resist.is web content</li>
<li>weresist.is etherpad</li>
<li>weresist.is matrix-synapse and related services</li>
</ul>
<h2>The Department of Internautics affirms that: </h2>
<ol>
<li>We have never been asked to allow access to systems or logs by any law enforcement or government agency</li>
<li>We have never allowed access to our systems to any law enforcement or government agency, with or without a court order</li>
<li>We have never been asked to install additional software on our systems to aid law enforcement or government entities</li>
<li>We have never installed additional software or backdoors on our systems to aid law enforcement or government entities</li>
<li>We have never been asked to provide decryption, authentication, or access keys/tokens to anyone</li>
<li>We have never provided decryption, authentication, or access keys/tokens to anyone</li>
<li>We have never been directly threatened, coerced or otherwise intimidated by a government related entity to change how we operate</li>
</ol>
</body>
</html>
+7
View File
@@ -0,0 +1,7 @@
---
layout: default
title: About
---
# About page
This is a test about page
+5
View File
@@ -0,0 +1,5 @@
---
---
@import "main";
+24
View File
@@ -0,0 +1,24 @@
This canary covers the Department of Internautics and the administrators that keep the servers running.
This applies to all services and subdomains under resist.is, hacker.supply and weresist.is - including but not limited to:
hacker.supply VPN
hacker.supply paranoid github instance
hacker.supply yeetfile zero trust file service
resist.is VPN
resist.is bluesky PDS service
resist.is email
resist.is web content
weresist.is etherpad
weresist.is matrix-synapse and related services
The Department of Internautics affirms that:
We have never been asked to allow access to systems or logs by any law enforcement or government agency
We have never allowed access to our systems to any law enforcement or government agency, with or without a court order
We have never been asked to install additional software on our systems to aid law enforcement or government entities
We have never installed additional software or backdoors on our systems to aid law enforcement or government entities
We have never been asked to provide decryption, authentication, or access keys/tokens to anyone
We have never provided decryption, authentication, or access keys/tokens to anyone
We have never been directly threatened, coerced or otherwise intimidated by a government related entity to change how we operate
+41
View File
@@ -0,0 +1,41 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
This canary covers the Department of Internautics and the administrators that keep the servers running.
This applies to all services and subdomains under resist.is, hacker.supply and weresist.is - including but not limited to:
hacker.supply VPN
hacker.supply paranoid github instance
hacker.supply yeetfile zero trust file service
resist.is VPN
resist.is bluesky PDS service
resist.is email
resist.is web content
weresist.is etherpad
weresist.is matrix-synapse and related services
The Department of Internautics affirms that:
We have never been asked to allow access to systems or logs by any law enforcement or government agency
We have never allowed access to our systems to any law enforcement or government agency, with or without a court order
We have never been asked to install additional software on our systems to aid law enforcement or government entities
We have never installed additional software or backdoors on our systems to aid law enforcement or government entities
We have never been asked to provide decryption, authentication, or access keys/tokens to anyone
We have never provided decryption, authentication, or access keys/tokens to anyone
We have never been directly threatened, coerced or otherwise intimidated by a government related entity to change how we operate
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCgAdFiEEWaz5JBAxSEsV8r0+kwdhU9cApDIFAmf76mwACgkQkwdhU9cA
pDKnywv+PDcyr5zKW1LWsvG/SXLRubVsJ0OmAa5R+d0zwxr2tEXeMeIVsUVOwVLP
Q8ZKEYWmit2DW0gcB0n2h4DK14GWMzyQCpV2xSrSy3lbY2GYfXPLEx3yjMQ+Dihg
MYrlkW8fqGaosWKxLVmpl7t2tFWmhy9fSg+CwK8o3XjmZcuHxj6II9dsXy1VH4C3
kKPtLKEomk+5I4ecBEnLa0t3liF0tkylg6HAQInwR5OTTXIPXMJRdD9nFjRVZq9T
5BOgdFJX8jSmh2ythN5f8MgQs5co1nQvXiqaWzllhV6CFz5qHrocHH2m9pG7yPTp
E966kCFMeRgMsOQ+FC3TolUGpwCWn0nenTKztDXf1F8pXmnSxZyK53JZQ9Urf9rt
v3i9iRM3YTzFkhgzi59D0yt/cgszGUAZCBC8WS5qS2Bs/NtSolNg4wrweHhyo68P
rU2kai0pXYMzedsT1GWQEUecnLn9MWbuPrhXtTVL7Lz/BpchVJhi1U5wdQVNYJzi
FfplzdLP
=9EzN
-----END PGP SIGNATURE-----

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

+14
View File
@@ -0,0 +1,14 @@
---
layout: default
title: Blog
---
<h1>Latest Posts</h1>
<ul>
{% for post in site.posts %}
<li>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>
+4 -23
View File
@@ -1,29 +1,10 @@
<!DOCTYPE html> ---
<head> layout: default
<title>Resist - A Field Guide for Subversives</title> title: A field guide for subversives
<meta charset="utf-8" /> ---
<! --
Yes, I know its ugly, but its thrown together quick.
Cypherpunks feel free to contact via pubkey.
More coming very soon
-->
</head>
<body style="background-color: black">
<div style="text-align:center;">
<div>
<img src=omegablk.png>
<p style="color: white; font-weight: bold;">Resist</p> <p style="color: white; font-weight: bold;">Resist</p>
<!--<a href=preplist.txt style ="text-align:center; color: red;">Prep List</a> <br/> -->
<a href=sparticus.pubkey.txt style="text-align:center; color: red;">GPG Pubkey</a> <br /> <a href=sparticus.pubkey.txt style="text-align:center; color: red;">GPG Pubkey</a> <br />
<p style="color: white;">Matrix: @sparticus:weresist.is</p> <p style="color: white;">Matrix: @sparticus:weresist.is</p>
<!--<a href=preplist.txt style ="text-align:center; color: red;">Prep List</a> <br/> -->
</div>
<a href=https://matrix.to/#/#department-of-internautics:weresist.is style="text-align:center; color: red;">United Interwebs Department of Internautics</a> <br/> <a href=https://matrix.to/#/#department-of-internautics:weresist.is style="text-align:center; color: red;">United Interwebs Department of Internautics</a> <br/>
<a href=https://matrix.to/#/#BureauOfDecentralizedResistance:weresist.is style="text-align:center; color: red;">Bureau of Decentralized Resistance</a> <a href=https://matrix.to/#/#BureauOfDecentralizedResistance:weresist.is style="text-align:center; color: red;">Bureau of Decentralized Resistance</a>
</div>
<body>
</html>
+29
View File
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<head>
<title>Resist - A Field Guide for Subversives</title>
<meta charset="utf-8" />
<! --
Yes, I know its ugly, but its thrown together quick.
Cypherpunks feel free to contact via pubkey.
More coming very soon
-->
</head>
<body style="background-color: black">
<div style="text-align:center;">
<div>
<img src=omegablk.png>
<p style="color: white; font-weight: bold;">Resist</p>
<!--<a href=preplist.txt style ="text-align:center; color: red;">Prep List</a> <br/> -->
<a href=sparticus.pubkey.txt style="text-align:center; color: red;">GPG Pubkey</a> <br />
<p style="color: white;">Matrix: @sparticus:weresist.is</p>
<!--<a href=preplist.txt style ="text-align:center; color: red;">Prep List</a> <br/> -->
</div>
<a href=https://matrix.to/#/#department-of-internautics:weresist.is style="text-align:center; color: red;">United Interwebs Department of Internautics</a> <br/>
<a href=https://matrix.to/#/#BureauOfDecentralizedResistance:weresist.is style="text-align:center; color: red;">Bureau of Decentralized Resistance</a>
</div>
<body>
</html>
+33
View File
@@ -0,0 +1,33 @@
---
layout: default
title: Warrant Canary - The Department of Internautics
---
<p>This canary covers the Department of Internautics and the administrators that keep the servers running.</p>
<p>A flat, clearsigned version of this document can be found <a href="assets/files/canary.txt">here</a>
<p>This applies to all services and subdomains under resist.is, hacker.supply and weresist.is - including but not limited to: </p>
<ul>
<li>hacker.supply VPN</li>
<li>hacker.supply paranoid github instance</li>
<li>hacker.supply yeetfile zero trust file service</li>
<li>resist.is VPN</li>
<li>resist.is bluesky PDS service</li>
<li>resist.is email</li>
<li>resist.is web content</li>
<li>weresist.is etherpad</li>
<li>weresist.is matrix-synapse and related services</li>
</ul>
<h2>The Department of Internautics affirms that: </h2>
<ol>
<li>We have never been asked to allow access to systems or logs by any law enforcement or government agency</li>
<li>We have never allowed access to our systems to any law enforcement or government agency, with or without a court order</li>
<li>We have never been asked to install additional software on our systems to aid law enforcement or government entities</li>
<li>We have never installed additional software or backdoors on our systems to aid law enforcement or government entities</li>
<li>We have never been asked to provide decryption, authentication, or access keys/tokens to anyone</li>
<li>We have never provided decryption, authentication, or access keys/tokens to anyone</li>
<li>We have never been directly threatened, coerced or otherwise intimidated by a government related entity to change how we operate</li>
</ol>