Compare commits

..
Author SHA1 Message Date
Daniel Gray c8076365e5 feat: Add rumdl config (#3243) 2026-07-10 00:52:40 +09:30
7 changed files with 21 additions and 9 deletions
+1 -1
View File
@@ -81,7 +81,7 @@
},
"extensions": [
"EditorConfig.EditorConfig",
"DavidAnson.vscode-markdownlint",
"rvben.rumdl",
"wholroyd.jinja",
"mikestead.dotenv",
"redhat.vscode-yaml",
+14
View File
@@ -0,0 +1,14 @@
[global]
disable = ["md013", "md033", "md046", "md026"]
[md007]
indent = 4
[md010]
code_blocks = false
[md024]
siblings_only = true
[md049]
style = "asterisk"
+1 -1
View File
@@ -21,7 +21,7 @@
{
"recommendations": [
"EditorConfig.EditorConfig",
"DavidAnson.vscode-markdownlint",
"rvben.rumdl",
"wholroyd.jinja",
"mikestead.dotenv",
"redhat.vscode-yaml",
+1 -1
View File
@@ -91,7 +91,7 @@
},
"editor.unicodeHighlight.ambiguousCharacters": true,
"editor.unicodeHighlight.invisibleCharacters": true,
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
"editor.defaultFormatter": "rvben.rumdl",
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml",
"editor.quickSuggestions": {
+3 -5
View File
@@ -28,13 +28,11 @@ MAGIC Grants is our fiscal host, and their custom, open-source donation platform
<div class="mdx-specialthanks" markdown>
[![Power Up Privacy]](https://powerupprivacy.com){ target=_blank title="Power Up Privacy" }
[![DeleteMe]](https://joindeleteme.com){ target=_blank title="DeleteMe" }
[![Cape]](https://www.cape.co){ target=_blank title="Cape" }
[![Power Up Privacy]](https://powerupprivacy.com){ rel=nofollow target=_blank title="Power Up Privacy" }
[![DeleteMe]](https://joindeleteme.com){ rel=nofollow target=_blank title="DeleteMe" }
[Power Up Privacy]: ../assets/img/donors/power-up-privacy.webp
[DeleteMe]: ../assets/img/donors/deleteme.webp
[Cape]: ../assets/img/donors/cape.webp
</div>
@@ -85,7 +83,7 @@ You can become an organizational member by reaching out to <info@magicgrants.org
### How are organizational members recognized?
Organizational members that choose to be recognized publicly are included in our organizational members section (above), and occasionally at other opportunities where appropriate.
Organizational members that choose to be recognized publicly are included in our organizational members section (above), and occasionally at other opportunities where appropriate. Organizational member links include the `rel="nofollow"` attribute: We adopted this policy to screen out potential abuse of our program and site to raise the rank of third parties in search algorithms. Unfortunately, this is a growing problem for nonprofits. This was a complex decision since we know many of the sincere supporters behind these companies, but we decided that it was the best choice for us.
Organizational members have no ability to influence what content is recommended on the Privacy Guides website. Learn more about our [donation acceptance policy](donation-acceptance-policy.md).
+1 -1
View File
@@ -94,7 +94,7 @@ SELinux on [Fedora](https://docs.fedoraproject.org/en-US/quick-docs/selinux-gett
Most Linux distributions have an option within its installer for enabling [LUKS](../encryption.md#linux-unified-key-setup) FDE. If this option isnt set at installation time, you will have to back up your data and re-install, as encryption is applied after [disk partitioning](https://en.wikipedia.org/wiki/Disk_partitioning), but before [file systems](https://en.wikipedia.org/wiki/File_system) are formatted. We also suggest securely erasing your storage device:
- [Secure Data Erasure :material-arrow-right-drop-circle:](https://www.privacyguides.org/articles/2022/05/25/secure-data-erasure/)
- [Secure Data Erasure :material-arrow-right-drop-circle:](https://blog.privacyguides.org/2022/05/25/secure-data-erasure)
### Swap
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB