···11+# miriscient.org
22+33+A simple website for defining a word I created to express a human attribute I admire.
44+55+## Build & deploy
66+77+This static website is hosted with [IPFS](https://ipfs.io), pinned by [pinata.cloud](https://pinata.cloud), and fronted by [Cloudflare](https://www.cloudflare-ipfs.com). IPFS is a distributed network, so anyone can help to host by running:
88+99+```
1010+$ ipfs pin add /ipns/www.miriscient.org
1111+```
1212+1313+A merge to the `main` branch of this repo will trigger a Github Action that will:
1414+1515+1. Compile the site
1616+2. Add the resulting files to a temporary IPFS instance
1717+3. Pin the resulting IPFS multihash to pinata.cloud
1818+4. Update Cloudflare's DNS entry to point to the new hash
···11+<!DOCTYPE html>
22+<html>
33+<head>
44+ <meta charset="utf-8">
55+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
66+ <title>Miriscient</title>
77+ <meta name="description" content="Of people; those in awe and wonder of all they learn and discover.">
88+ <meta property="og:title" content="Miriscient">
99+ <meta property="og:description" content="Of people; those in awe and wonder of all they learn and discover.">
1010+ <meta property="og:image" content="https://www.miriscient.org/miriscient.png">
1111+ <meta property="og:url" content="https://www.miriscient.org/">
1212+ <meta name="twitter:card" content="summary_large_image">
1313+ <link rel="stylesheet" href="css/define.css">
1414+</head>
1515+<body>
1616+ <div class="definition">
1717+ <p class="header">
1818+ <strong class="word">miriscient</strong> <span class="type">(adjective)</span><br/>
1919+ <span class="pronunciation">mi·RI·see·ent, <span class="ipa">/mɪ'ɹɪsiːɛnt/</span></span>
2020+ </p>
2121+ <p>Of people; those in awe and wonder of all they learn and discover.</p>
2222+2323+ <p class="example">Sir David Attenborough's <a href="https://www.youtube.com/watch?v=iYXBJmrsxZU" target="_blank">constant amazement at nature</a> shows he is a deeply miriscient person.</p>
2424+2525+ <p class="origin">Roots: Mirus (latin): marvelous, wonderful, amazing; Sméyros (proto-indo-european): laughing/smiling; Scio/Scient (latin): to know, to be aware.</p>
2626+2727+ <p class="explain"><a href="https://medium.com/miriscient/miriscience-5e342ff198f5">Learn more about why this word exists.</a></p>
2828+ </div>
2929+ <img class="logo" src="miriscient.svg"/>
3030+</body>
3131+</html>