Compare commits
No commits in common. "fb1caf483f80b3c1b41477b8ced0cc49bff574fc" and "a110bbc0a3c399a52ac76bc2a39afbbe7d0906fb" have entirely different histories.
fb1caf483f
...
a110bbc0a3
4 changed files with 5 additions and 33 deletions
|
@ -189,7 +189,6 @@ module.exports = function(eleventyConfig) {
|
|||
eleventyConfig.addPassthroughCopy({"js":"assets/js"});
|
||||
eleventyConfig.addPassthroughCopy("css");
|
||||
eleventyConfig.addPassthroughCopy("CNAME");
|
||||
eleventyConfig.addPassthroughCopy({"did.json":".well-known/did.json"});
|
||||
|
||||
eleventyConfig.addPlugin(pluginRss);
|
||||
|
||||
|
@ -202,4 +201,4 @@ module.exports = function(eleventyConfig) {
|
|||
htmlTemplateEngine: "njk",
|
||||
templateFormats: ["md","html","njk"]
|
||||
}
|
||||
};
|
||||
};
|
2
CNAME
2
CNAME
|
@ -1 +1 @@
|
|||
www.death.id.au
|
||||
death.id.au
|
|
@ -2,7 +2,7 @@
|
|||
layout: layout-main.njk
|
||||
eleventyExcludeFromCollections: true
|
||||
---
|
||||
<div class="h-entry">
|
||||
<div>
|
||||
<h1>
|
||||
Privacy Policy
|
||||
</h1>
|
||||
|
@ -18,7 +18,7 @@ eleventyExcludeFromCollections: true
|
|||
collection, use, and disclosure of Personal Information for those that
|
||||
play my GAME(S).</p>
|
||||
|
||||
<h2>Information Collection and Use</h2>
|
||||
<h2>Information Collection and Use</div>
|
||||
|
||||
<p>No information about you is directly collected by me. My GAME(S) do
|
||||
not require elevated privileges, or require any connection to the Internet.</p>
|
||||
|
@ -34,9 +34,8 @@ eleventyExcludeFromCollections: true
|
|||
<li><a href="https://policies.google.com/privacy">Google Services</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Contact</h2>
|
||||
<h2>Contact</div>
|
||||
|
||||
<p>If you have any questions or suggestions about my Privacy Policy,
|
||||
reach out to me at death.au@death.id.au</p>
|
||||
<p><small>P.S. This template was mostly copied from http://amirrajan.net/privacy/ (Thanks Amir!)</small></p>
|
||||
</div>
|
||||
|
|
26
did.json
26
did.json
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
"@context": [
|
||||
"https://www.w3.org/ns/did/v1",
|
||||
"https://w3id.org/security/suites/jws-2020/v1"
|
||||
],
|
||||
"id": "did:web:death.id.au",
|
||||
"verificationMethod": [
|
||||
{
|
||||
"id": "did:web:death.id.au#main-key",
|
||||
"type": "JsonWebKey2020",
|
||||
"controller": "did:web:death.id.au",
|
||||
"publicKeyJwk": {
|
||||
"crv": "P-521",
|
||||
"kty": "EC",
|
||||
"x": "AV7Zc8WzwXPuedOESKP3qovXfqynZoysd0ppnR12gAVdMF0Hs_tCtc2N_C77oHm5KYcIW1qE_75CZO1dTCm2a9aU",
|
||||
"y": "AXC_ELu67FGfZUA7RNwDrKEmyfvzvKNnjLcZ4X70-uD29o5NHGAQ1AUZcnLG-LUQywMCSSeH_7YijrEGrvAJbeoi"
|
||||
}
|
||||
}
|
||||
],
|
||||
"authentication": [
|
||||
"did:web:death.id.au#main-key"
|
||||
],
|
||||
"assertionMethod": [
|
||||
"did:web:death.id.au#main-key"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue