diff --git a/docs/assets/about.md b/docs/assets/about.md new file mode 100644 index 0000000..cc8b66a --- /dev/null +++ b/docs/assets/about.md @@ -0,0 +1 @@ +# About this blog diff --git a/docs/assets/hacking.png b/docs/assets/hacking.png new file mode 100644 index 0000000..4298390 Binary files /dev/null and b/docs/assets/hacking.png differ diff --git a/docs/assets/logo.png b/docs/assets/logo.png new file mode 100644 index 0000000..902536e Binary files /dev/null and b/docs/assets/logo.png differ diff --git a/docs/assets/productivity.png b/docs/assets/productivity.png new file mode 100644 index 0000000..f061036 Binary files /dev/null and b/docs/assets/productivity.png differ diff --git a/docs/assets/selfhosting.png b/docs/assets/selfhosting.png new file mode 100644 index 0000000..784b968 Binary files /dev/null and b/docs/assets/selfhosting.png differ diff --git a/docs/assets/simplex.md b/docs/assets/simplex.md new file mode 100644 index 0000000..cd08755 --- /dev/null +++ b/docs/assets/simplex.md @@ -0,0 +1 @@ +Hello world! diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..7198056 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,23 @@ +# The Nihilism Blog + +## [Operational Security: Privacy, Anonymity and Deniability](opsec/index.md) +![](opsec/opsec4levels/0.png) +Operational Security: Showing how Privacy, Anonymity and Deniability can be achieved online. +Or in other words: How to become ungovernable, by protecting your freedom using technology. + +## [Productivity: Health and Work Organisation](productivity/poisonofmoderntimes/index.md) +![](assets/productivity.png) +How to use your Body, Mind, and Tools to maximize your Productivity +Or in other words: How to become the one you were always meant to be, doing what you were always meant to do in this world. + +## [Self-Hosting (NO LONGER MAINTAINED)](selfhosting/0_lainradio/index.md) +![](assets/selfhosting.png) +Showing how you can install any service yourself, where you can own your data, guaranteeing privacy. +(sidenote: these blogposts are no longer maintained, they are here for archival purposes) + +## [Offensive Security Writeups (NO LONGER MAINTAINED)](hacking/index.md) +![](assets/hacking.png) +Hack The Box is an online platform allowing you to test your penetration testing skills and exchange ideas and methodologies with thousands of people in the security field. +(sidenote: these blogposts are no longer maintained, they are here for archival purposes) + + diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css new file mode 100644 index 0000000..eef7d7b --- /dev/null +++ b/docs/stylesheets/extra.css @@ -0,0 +1,7 @@ +:root > * { + --md-primary-fg-color: #639; + --md-primary-fg-color--light: #639; + --md-primary-fg-color--dark: #639; +} + +