From befdfa3206b9478d15dee68e1a8d5dd8b6b53f62 Mon Sep 17 00:00:00 2001 From: Sparticus Date: Sun, 6 Apr 2025 22:00:08 -0400 Subject: [PATCH] Moving to jekyll --- _data/navigation.yml | 6 ++++ _includes/navigation.html | 5 +++ _layouts/default.html | 16 +++++++++ _layouts/post.html | 12 +++++++ _posts/2025-03-09-join.md | 9 +++++ _sass/main.scss | 13 +++++++ _site/2025/03/09/join.html | 39 ++++++++++++++++++++ _site/about.html | 28 +++++++++++++++ _site/assets/css/styles.css | 16 +++++++++ _site/assets/css/styles.css.map | 1 + _site/{ => assets/images}/omegablk.png | Bin _site/blog.html | 36 +++++++++++++++++++ _site/index.html | 40 +++++++++++---------- _site/index.html-bak | 29 +++++++++++++++ about.md | 7 ++++ assets/css/styles.scss | 5 +++ omegablk.png => assets/images/omegablk.png | Bin blog.html | 14 ++++++++ index.html | 27 +++----------- index.html-bak | 29 +++++++++++++++ 20 files changed, 290 insertions(+), 42 deletions(-) create mode 100644 _data/navigation.yml create mode 100644 _includes/navigation.html create mode 100644 _layouts/default.html create mode 100644 _layouts/post.html create mode 100644 _posts/2025-03-09-join.md create mode 100644 _sass/main.scss create mode 100644 _site/2025/03/09/join.html create mode 100644 _site/about.html create mode 100644 _site/assets/css/styles.css create mode 100644 _site/assets/css/styles.css.map rename _site/{ => assets/images}/omegablk.png (100%) create mode 100644 _site/blog.html create mode 100644 _site/index.html-bak create mode 100644 about.md create mode 100644 assets/css/styles.scss rename omegablk.png => assets/images/omegablk.png (100%) create mode 100644 blog.html create mode 100644 index.html-bak diff --git a/_data/navigation.yml b/_data/navigation.yml new file mode 100644 index 0000000..208db3b --- /dev/null +++ b/_data/navigation.yml @@ -0,0 +1,6 @@ +- name: Home + link: / +- name: About + link: /about.html +- name: Blog + link: /blog.html diff --git a/_includes/navigation.html b/_includes/navigation.html new file mode 100644 index 0000000..82bec82 --- /dev/null +++ b/_includes/navigation.html @@ -0,0 +1,5 @@ + diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..c9436fb --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,16 @@ + + + + + {{ page.title }} + + +
+
+ +
+ {% include navigation.html %} + {{ content }} + + diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..de37ba0 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,12 @@ +--- +layout: default +--- +

United Interwebs Department of Internautics:

+

Bureau of Decentralized Resistance

+

{{ page.date | date_to_string }}

+

For Immediate Release

+ +{{ content }} +
+ + diff --git a/_posts/2025-03-09-join.md b/_posts/2025-03-09-join.md new file mode 100644 index 0000000..b5560ee --- /dev/null +++ b/_posts/2025-03-09-join.md @@ -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. diff --git a/_sass/main.scss b/_sass/main.scss new file mode 100644 index 0000000..d46f197 --- /dev/null +++ b/_sass/main.scss @@ -0,0 +1,13 @@ +.current { + color: green; +} +body { + background-color: black; + color: white; +} + +div { + max-width: 700px; + margin-left: auto; + margin-right: auto; +} diff --git a/_site/2025/03/09/join.html b/_site/2025/03/09/join.html new file mode 100644 index 0000000..98a3103 --- /dev/null +++ b/_site/2025/03/09/join.html @@ -0,0 +1,39 @@ + + + + + Join + + +
+
+ +
+ + +

United Interwebs Department of Internautics:

+

Bureau of Decentralized Resistance

+

09 Mar 2025

+

For Immediate Release

+ +

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.

+ +
+ + + + + diff --git a/_site/about.html b/_site/about.html new file mode 100644 index 0000000..5b008b0 --- /dev/null +++ b/_site/about.html @@ -0,0 +1,28 @@ + + + + + About + + +
+
+ +
+ + +

About page

+ +

This is a test about page

+ + + diff --git a/_site/assets/css/styles.css b/_site/assets/css/styles.css new file mode 100644 index 0000000..41e817b --- /dev/null +++ b/_site/assets/css/styles.css @@ -0,0 +1,16 @@ +.current { + color: green; +} + +body { + background-color: black; + color: white; +} + +div { + max-width: 700px; + margin-left: auto; + margin-right: auto; +} + +/*# sourceMappingURL=styles.css.map */ \ No newline at end of file diff --git a/_site/assets/css/styles.css.map b/_site/assets/css/styles.css.map new file mode 100644 index 0000000..42faaa4 --- /dev/null +++ b/_site/assets/css/styles.css.map @@ -0,0 +1 @@ +{"version":3,"sourceRoot":"","sources":["../../_sass/main.scss"],"names":[],"mappings":"AAAA;EACE;;;AAEF;EACE;EACA;;;AAGF;EACE;EACA;EACA","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"],"file":"styles.css"} \ No newline at end of file diff --git a/_site/omegablk.png b/_site/assets/images/omegablk.png similarity index 100% rename from _site/omegablk.png rename to _site/assets/images/omegablk.png diff --git a/_site/blog.html b/_site/blog.html new file mode 100644 index 0000000..72797d1 --- /dev/null +++ b/_site/blog.html @@ -0,0 +1,36 @@ + + + + + Blog + + +
+
+ +
+ + +

Latest Posts

+ +
    + +
  • +

    Join

    +

    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.

    + +
  • + +
+ + + diff --git a/_site/index.html b/_site/index.html index 9ac2848..90d2f35 100644 --- a/_site/index.html +++ b/_site/index.html @@ -1,29 +1,31 @@ - + + - Resist - A Field Guide for Subversives - - - + + A field guide for subversives + - +
- -

Resist

- + +
+ + +

Resist

GPG Pubkey

Matrix: @sparticus:weresist.is

- -
United Interwebs Department of Internautics
Bureau of Decentralized Resistance -
- + + diff --git a/_site/index.html-bak b/_site/index.html-bak new file mode 100644 index 0000000..9ac2848 --- /dev/null +++ b/_site/index.html-bak @@ -0,0 +1,29 @@ + + + Resist - A Field Guide for Subversives + + + + + +
+
+ +

Resist

+ + GPG Pubkey
+

Matrix: @sparticus:weresist.is

+ +
+ United Interwebs Department of Internautics
+ Bureau of Decentralized Resistance + +
+ + diff --git a/about.md b/about.md new file mode 100644 index 0000000..4964144 --- /dev/null +++ b/about.md @@ -0,0 +1,7 @@ +--- +layout: default +title: About +--- +# About page + +This is a test about page diff --git a/assets/css/styles.scss b/assets/css/styles.scss new file mode 100644 index 0000000..3d09c35 --- /dev/null +++ b/assets/css/styles.scss @@ -0,0 +1,5 @@ +--- +--- +@import "main"; + + diff --git a/omegablk.png b/assets/images/omegablk.png similarity index 100% rename from omegablk.png rename to assets/images/omegablk.png diff --git a/blog.html b/blog.html new file mode 100644 index 0000000..59f12dc --- /dev/null +++ b/blog.html @@ -0,0 +1,14 @@ +--- +layout: default +title: Blog +--- +

Latest Posts

+ + diff --git a/index.html b/index.html index 9ac2848..3cb8b2d 100644 --- a/index.html +++ b/index.html @@ -1,29 +1,10 @@ - - - Resist - A Field Guide for Subversives - - - - - -
-
- +--- +layout: default +title: A field guide for subversives +---

Resist

- GPG Pubkey

Matrix: @sparticus:weresist.is

- -
United Interwebs Department of Internautics
Bureau of Decentralized Resistance -
- - diff --git a/index.html-bak b/index.html-bak new file mode 100644 index 0000000..9ac2848 --- /dev/null +++ b/index.html-bak @@ -0,0 +1,29 @@ + + + Resist - A Field Guide for Subversives + + + + + +
+
+ +

Resist

+ + GPG Pubkey
+

Matrix: @sparticus:weresist.is

+ +
+ United Interwebs Department of Internautics
+ Bureau of Decentralized Resistance + +
+ +