diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index b44ca6c..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-site/
-.cache/
diff --git a/docs/hacking b/docs/hacking
index 4d81bfb..0c2f580 160000
--- a/docs/hacking
+++ b/docs/hacking
@@ -1 +1 @@
-Subproject commit 4d81bfb2cbc694cf92bedb915c8de421132ef4cc
+Subproject commit 0c2f5800bd7239069b0b803265f26d50cf3cbe59
diff --git a/docs/opsec b/docs/opsec
index fc024d7..57f2407 160000
--- a/docs/opsec
+++ b/docs/opsec
@@ -1 +1 @@
-Subproject commit fc024d7d8a9974a57baa782eedd500b2d0b80444
+Subproject commit 57f24073b7eb5161fa25a2c710fa5bca4e7745f3
diff --git a/docs/selfhosting b/docs/selfhosting
index 6048646..9a2c099 160000
--- a/docs/selfhosting
+++ b/docs/selfhosting
@@ -1 +1 @@
-Subproject commit 604864679ca326dfa2f168d512384c95ffe27ebe
+Subproject commit 9a2c0998563dcecf7ac1956c692377a27663782e
diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index c339b6f..eef7d7b 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -4,21 +4,4 @@
--md-primary-fg-color--dark: #639;
}
-@media only screen and (min-width: 76.25em) {
- .md-main__inner {
- max-width: none;
- }
- .md-sidebar--primary {
- left: 0;
- }
- .md-sidebar--secondary {
- right: 0;
- margin-left: 0;
- -webkit-transform: none;
- transform: none;
- }
-}
-img {
- max-height: 800px;
-}
diff --git a/mkdocs.yml b/mkdocs.yml
index 1f08130..b999b1a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -2,7 +2,7 @@ site_name: The Nihilism OPSEC blog
site_url: http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/
theme:
name: material
- custom_dir: overrides
+ custom_dir: docs/opsec
palette:
# Palette toggle for dark mode
@@ -561,8 +561,8 @@ plugins:
- privacy
- search
-markdown_extensions:
- - meta
+#markdown-extensions:
+# - meta
repo_url: http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions
repo_name: nihilist/blog-contributions
diff --git a/overrides/partials/source-file.html b/overrides/partials/source-file.html
deleted file mode 100644
index 1de94ca..0000000
--- a/overrides/partials/source-file.html
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-{% if page.meta.date %}
-
-
- {% include ".icons/material/note-edit.svg" %}
-
- Suggest changes
-
-
-
-{% endif %}
-
-
-
-
- {% include ".icons/material/account.svg" %}
-
-{% if page.meta.author %}
- {{ page.meta.author }}
-{% else %}
- Nihilist
-{% endif %}
-
-
-
-{% if page.meta.date %}
-
-
- {% include ".icons/material/clock-edit-outline.svg" %}
-
- {{ page.meta.date }}
-
-{% endif %}
-
-
-
-
-
-
- {% include ".icons/material/cash.svg" %}
-
-
-
-{% if page.meta.get('xmr', '')|length == 95 %}
- Donate to the author:
{{ page.meta.xmr[:48] }}
{{ page.meta.xmr[48:] }}
-{% else %}
- Donate to Nihilist:
8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o
7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8
-{% endif %}
-
-
-