Compare commits

..

No commits in common. "dd85cb327e84d1211f1ff6b1b606f3f2989389e7" and "36d56e664763cc561b765693e5dbce21a4cc22fa" have entirely different histories.

7 changed files with 6 additions and 78 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
site/
.cache/

@ -1 +1 @@
Subproject commit 4d81bfb2cbc694cf92bedb915c8de421132ef4cc Subproject commit 0c2f5800bd7239069b0b803265f26d50cf3cbe59

@ -1 +1 @@
Subproject commit fc024d7d8a9974a57baa782eedd500b2d0b80444 Subproject commit 57f24073b7eb5161fa25a2c710fa5bca4e7745f3

@ -1 +1 @@
Subproject commit 604864679ca326dfa2f168d512384c95ffe27ebe Subproject commit 9a2c0998563dcecf7ac1956c692377a27663782e

View file

@ -4,21 +4,4 @@
--md-primary-fg-color--dark: #639; --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;
}

View file

@ -2,7 +2,7 @@ site_name: The Nihilism OPSEC blog
site_url: http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/ site_url: http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/
theme: theme:
name: material name: material
custom_dir: overrides custom_dir: docs/opsec
palette: palette:
# Palette toggle for dark mode # Palette toggle for dark mode
@ -561,8 +561,8 @@ plugins:
- privacy - privacy
- search - search
markdown_extensions: #markdown-extensions:
- meta # - meta
repo_url: http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions repo_url: http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions
repo_name: nihilist/blog-contributions repo_name: nihilist/blog-contributions

View file

@ -1,53 +0,0 @@
<br>
<!-- Render gitea issue reference -->
{% if page.meta.date %}
<span class="md-source-file__fact">
<span class="md-icon">
{% include ".icons/material/note-edit.svg" %}
</span>
<a href="{{ page.meta.gitea_url }}">Suggest changes</a>
</span>
<br>
{% endif %}
<!-- Render author -->
<span class="md-source-file__fact">
<span class="md-icon">
{% include ".icons/material/account.svg" %}
</span>
{% if page.meta.author %}
{{ page.meta.author }}
{% else %}
Nihilist
{% endif %}
</span>
<!-- Render date of last update -->
{% if page.meta.date %}
<span class="md-source-file__fact">
<span class="md-icon">
{% include ".icons/material/clock-edit-outline.svg" %}
</span>
{{ page.meta.date }}
</span>
{% endif %}
<br>
<!-- Render date of last update -->
<span class="md-source-file__fact">
<span class="md-icon">
{% include ".icons/material/cash.svg" %}
</span>
<!-- Display XMR address in 3 lines -->
<!-- Check valid XMR address -->
{% if page.meta.get('xmr', '')|length == 95 %}
Donate to the author:<br>{{ page.meta.xmr[:48] }}<br>{{ page.meta.xmr[48:] }}
{% else %}
Donate to Nihilist:<br>8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o<br>7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8
{% endif %}
</span>
<br>