update from sparkleup
This commit is contained in:
parent
30f6ed65ac
commit
dd6ae9554a
|
@ -0,0 +1,44 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | The Elevation of Unknown Things</title>
|
||||
<link rel="stylesheet" type="text/css" href="/style.css" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta charset="utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<header>
|
||||
<h1>Zk | The Elevation of Unknown Things</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<h1 id="the-elevation-of-unknown-things">The Elevation of Unknown Things</h1>
|
||||
<p>A personal essay on spirituality and religion; basically a more conventional take on the spirituality section of <em>ally</em>.</p>
|
||||
<h2 id="sections">Sections</h2>
|
||||
<p>In no particular order</p>
|
||||
<ul>
|
||||
<li class="done0"> <a href="prayer.html">Prayer</a> - The alignment of the self with God in all things</li>
|
||||
<li class="done0"> <a href="kingdom.html">The Kingdom of God</a> - The alignment of all with God in all things</li>
|
||||
<li class="done0"> <a href="frameworks.html">Frameworks of language</a> - Framing the numinous in the language of spirituality</li>
|
||||
<li class="done0"> <a href="hierarchies.html">Hierarchies</a> - The appeal of Quakerism</li>
|
||||
<li class="done0"> <a href="numenous.html">The numinous</a> - The elevation of unknown things</li>
|
||||
<li class="done0"> <a href="all-things.html">Should all things be known</a> - If there is nothing unknown left, what then? (viz Universal Paperclips)</li>
|
||||
<li class="done0"> <a href="fractal.html">The fractal nature of God</a> - Infinitely nested nature of physicality mirrored in the divine (incl Ground)</li>
|
||||
<li class="done0"> <a href="charismatics.html">Lapsed charismatics</a> - Quakers as lapsed charismatics</li>
|
||||
<li class="done0"> <a href="ens.html">Eschatology and soteriology</a> - The subtle importance of E&S</li>
|
||||
<li class="done0"> <a href="mme.html">Magic, mystery, and ecstasy</a> - Journey through PF/Phoenix spirituality, the importance thereof</li>
|
||||
</ul>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2021-11-28</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
document.querySelectorAll('.tag').forEach(tag => {
|
||||
let text = tag.innerText;
|
||||
tag.innerText = '';
|
||||
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue