This commit is contained in:
thermokarst 2020-10-18 02:40:39 +00:00
parent db0ebdb971
commit 57bac4fa45
5 changed files with 6 additions and 9 deletions

File diff suppressed because one or more lines are too long

View file

@ -59,4 +59,4 @@ code span.st { color: #4e9a06; } /* String */
code span.va { color: #000000; } /* Variable */
code span.vs { color: #4e9a06; } /* VerbatimString */
code span.wa { color: #8f5902; font-weight: bold; font-style: italic; } /* Warning */
</style></head><body><div class="ui fluid container" id="neuron-theme-default-teal"><nav class="top-menu"><div class="ui inverted compact neuron icon menu teal"><a class="left item" href="." title="Home"><i class="home icon"></i></a><a class="left item" href="search.html" title="Search Zettels"><i class="search icon"></i></a><a class="center item" href="https://github.com/thermokarst/zettel/edit/main/faq.md" title="Edit this Zettel"><i class="edit icon"></i></a><a class="right item" href="z-index.html" title="All Zettels (z-index)"><i class="tree icon"></i></a></div></nav><nav class="flipped tree deemphasized" id="zettel-uptree" style="transform-origin: 50%"><ul class="root"><li><ul><li><div class="forest-link"><span class="zettel-link-container"><span class="zettel-link" data-inverted="" data-position="right center" data-tooltip="Tags: home"><a href=".">Neuron Template</a></span></span></div></li></ul></li></ul></nav><div class="ui text container" id="zettel-container" style="position: relative"><div id="zettel-container-anchor" style="position: absolute; top: -24px; left: 0"></div><div class="zettel-view"><article class="ui raised attached segment zettel-content"><div class="pandoc"><h1 id="faq">FAQ</h1><dl><dt>How long does it take for the site to update?</dt><dd>The <a href="https://github.com/features/actions">GitHub Actions</a> build itself takes about ~25 seconds to run. It is generally expected for your site to update around that duration, and take no more than a minute.</dd><dt>Which environment is used to build and deploy the site?</dt><dd>From the <a href="https://github.com/srid/neuron-template/blob/master/.github/workflows/publish.yaml">Actions workflow file</a>, it can be seen that we install <a href="https://neuron.zettel.page/">neuron</a> using GitHubs artifact storage in Srids repo <a href="https://github.com/srid/neuron">srid/neuron</a>, as well as use the <a href="https://github.com/peaceiris/actions-gh-pages">peaceiris/actions-gh-pages</a> action to push the built site to the <code>gh-pages</code> branch, that in turn gets deployed to GitHubs servers.</dd><dt>Can I use my own domain name?</dt><dd>Yes, you can <a href="https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-add-cname-file-cname">set the CNAME in publish.yaml</a>.</dd><dt>How can private repositories be published?</dt><dd>You will need a GitHub paid plan to publish private repositories. Public repositories on the other hand can be published in the GitHub free plan. <a href="https://www.cerveau.app/">Cerveau</a>s Premium Plan, when it is ready, will be able to publish public and private repositories.</dd></dl></div></article><nav class="ui bottom attached segment deemphasized"><div class="ui grid"><div class="fourteen wide column"><div class="ui header" title="Zettels that link here (branching or not)">Backlinks</div><ul><li><span class="zettel-link-container cf"><span class="zettel-link"><a href="README.html">How to publish your own neuron site</a></span></span></li><li><span class="zettel-link-container folgezettel"><span class="zettel-link" data-inverted="" data-position="right center" data-tooltip="Tags: home"><a href=".">Neuron Template</a><span data-nosnippet=""><sup title="Branching link (folgezettel)"></sup></span></span></span></li></ul></div><div class="two wide column"><span class="ui right ribbon label zettel-tag" title="Tag"><a class="tag-inner" href="search.html?tag=other" title="See all zettels tagged &#39;other&#39;">other</a></span><p></p></div></div></nav></div></div><script>if (window.scrollY == 0) { document.getElementById("zettel-container-anchor").scrollIntoView({behavior: "smooth", block: "start"}); }</script><div class="ui one column grid footer-version"><div class="center aligned column"><div class="ui tiny image"><a href="https://neuron.zettel.page"><img alt="logo" src="https://raw.githubusercontent.com/srid/neuron/master/assets/neuron.svg" title="Generated by Neuron" /></a></div></div></div></div></body></html>
</style></head><body><div class="ui fluid container" id="neuron-theme-default-teal"><nav class="top-menu"><div class="ui inverted compact neuron icon menu teal"><a class="left item" href="." title="Home"><i class="home icon"></i></a><a class="left item" href="search.html" title="Search Zettels"><i class="search icon"></i></a><a class="center item" href="https://github.com/thermokarst/zettel/edit/main/faq.md" title="Edit this Zettel"><i class="edit icon"></i></a><a class="right item" href="z-index.html" title="All Zettels (z-index)"><i class="tree icon"></i></a></div></nav><nav class="flipped tree deemphasized" id="zettel-uptree" style="transform-origin: 50%"><ul class="root"><li><ul><li><div class="forest-link"><span class="zettel-link-container"><span class="zettel-link" data-inverted="" data-position="right center" data-tooltip="Tags: home"><a href=".">Neuron Template</a></span></span></div></li></ul></li></ul></nav><div class="ui text container" id="zettel-container" style="position: relative"><div id="zettel-container-anchor" style="position: absolute; top: -24px; left: 0"></div><div class="zettel-view"><article class="ui raised attached segment zettel-content"><div class="pandoc"><h1 id="faq">FAQ</h1><dl><dt>How long does it take for the site to update?</dt><dd>The <a href="https://github.com/features/actions">GitHub Actions</a> build itself takes about ~25 seconds to run. It is generally expected for your site to update around that duration, and take no more than a minute.</dd><dt>Which environment is used to build and deploy the site?</dt><dd>From the <a href="https://github.com/srid/neuron-template/blob/master/.github/workflows/publish.yaml">Actions workflow file</a>, it can be seen that we install <a href="https://neuron.zettel.page/">neuron</a> using GitHubs artifact storage in Srids repo <a href="https://github.com/srid/neuron">srid/neuron</a>, as well as use the <a href="https://github.com/peaceiris/actions-gh-pages">peaceiris/actions-gh-pages</a> action to push the built site to the <code>gh-pages</code> branch, that in turn gets deployed to GitHubs servers.</dd><dt>Can I use my own domain name?</dt><dd>Yes, you can <a href="https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-add-cname-file-cname">set the CNAME in publish.yaml</a>.</dd><dt>How can private repositories be published?</dt><dd>You will need a GitHub paid plan to publish private repositories. Public repositories on the other hand can be published in the GitHub free plan. <a href="https://www.cerveau.app/">Cerveau</a>s Premium Plan, when it is ready, will be able to publish public and private repositories.</dd></dl></div></article><nav class="ui bottom attached segment deemphasized"><div class="ui grid"><div class="fourteen wide column"><div class="ui header" title="Zettels that link here (branching or not)">Backlinks</div><ul><li><span class="zettel-link-container folgezettel"><span class="zettel-link" data-inverted="" data-position="right center" data-tooltip="Tags: home"><a href=".">Neuron Template</a><span data-nosnippet=""><sup title="Branching link (folgezettel)"></sup></span></span></span></li></ul></div><div class="two wide column"><span class="ui right ribbon label zettel-tag" title="Tag"><a class="tag-inner" href="search.html?tag=other" title="See all zettels tagged &#39;other&#39;">other</a></span><p></p></div></div></nav></div></div><script>if (window.scrollY == 0) { document.getElementById("zettel-container-anchor").scrollIntoView({behavior: "smooth", block: "start"}); }</script><div class="ui one column grid footer-version"><div class="center aligned column"><div class="ui tiny image"><a href="https://neuron.zettel.page"><img alt="logo" src="https://raw.githubusercontent.com/srid/neuron/master/assets/neuron.svg" title="Generated by Neuron" /></a></div></div></div></div></body></html>

View file

@ -62,4 +62,4 @@ code span.st { color: #4e9a06; } /* String */
code span.va { color: #000000; } /* Variable */
code span.vs { color: #4e9a06; } /* VerbatimString */
code span.wa { color: #8f5902; font-weight: bold; font-style: italic; } /* Warning */
</style></head><body><div class="ui fluid container" id="neuron-theme-default-teal"><nav class="top-menu"><div class="ui inverted compact neuron icon menu teal"><a class="left item" href="." title="Home"><i class="home icon"></i></a><a class="left item" href="search.html" title="Search Zettels"><i class="search icon"></i></a><a class="center item" href="https://github.com/thermokarst/zettel/edit/main/index.md" title="Edit this Zettel"><i class="edit icon"></i></a><a class="right item" href="z-index.html" title="All Zettels (z-index)"><i class="tree icon"></i></a></div></nav><div class="ui text container" id="zettel-container" style="position: relative"><div id="zettel-container-anchor" style="position: absolute; top: -24px; left: 0"></div><div class="zettel-view"><article class="ui raised attached segment zettel-content"><div class="pandoc"><h1 id="neuron-template">Neuron Template</h1><p>You are viewing a template site, generated from <a href="https://github.com/srid/neuron-template">neuron-template</a> and published by <a href="https://neuron.zettel.page/">neuron</a>. <a href="https://pages.github.com/">GitHub Pages</a> is used to automatically publish this site every time the underlying Git repository gets updated.</p><p>Get started by reading <span class="zettel-link-container folgezettel"><span class="zettel-link"><a href="README.html">How to publish your own neuron site</a><span data-nosnippet=""><sup title="Branching link (folgezettel)"></sup></span></span></span>.</p><p>Other pages on this zettelkasten (this demonstrates how to use <a href="https://neuron.zettel.page/link-query.html">link queries</a>):</p><p><section><div class="ui horizontal divider" title="Neuron ZettelQuery"><span class="ui basic pointing below black label" title="Zettels tagged &#39;other&#39;"><i class="tags icon"></i>other</span></div><ul><li><span class="zettel-link-container folgezettel"><span class="zettel-link" data-inverted="" data-position="right center" data-tooltip="Tags: other"><a href="faq.html">FAQ</a><span data-nosnippet=""><sup title="Branching link (folgezettel)"></sup></span></span></span></li></ul></section></p></div></article><nav class="ui bottom attached segment deemphasized"><div class="ui grid"><div class="fourteen wide column"></div><div class="two wide column"><span class="ui right ribbon label zettel-tag" title="Tag"><a class="tag-inner" href="search.html?tag=home" title="See all zettels tagged &#39;home&#39;">home</a></span><p></p></div></div></nav></div></div><div class="ui one column grid footer-version"><div class="center aligned column"><div class="ui tiny image"><a href="https://neuron.zettel.page"><img alt="logo" src="https://raw.githubusercontent.com/srid/neuron/master/assets/neuron.svg" title="Generated by Neuron" /></a></div></div></div></div></body></html>
</style></head><body><div class="ui fluid container" id="neuron-theme-default-teal"><nav class="top-menu"><div class="ui inverted compact neuron icon menu teal"><a class="left item" href="." title="Home"><i class="home icon"></i></a><a class="left item" href="search.html" title="Search Zettels"><i class="search icon"></i></a><a class="center item" href="https://github.com/thermokarst/zettel/edit/main/index.md" title="Edit this Zettel"><i class="edit icon"></i></a><a class="right item" href="z-index.html" title="All Zettels (z-index)"><i class="tree icon"></i></a></div></nav><div class="ui text container" id="zettel-container" style="position: relative"><div id="zettel-container-anchor" style="position: absolute; top: -24px; left: 0"></div><div class="zettel-view"><article class="ui raised attached segment zettel-content"><div class="pandoc"><h1 id="neuron-template">Neuron Template</h1><p>You are viewing a template site, generated from <a href="https://github.com/srid/neuron-template">neuron-template</a> and published by <a href="https://neuron.zettel.page/">neuron</a>. <a href="https://pages.github.com/">GitHub Pages</a> is used to automatically publish this site every time the underlying Git repository gets updated.</p><p>Get started by reading <span class="zettel-link-container folgezettel"><span class="zettel-link"><a href="README.html">zettel.thermokar.st</a><span data-nosnippet=""><sup title="Branching link (folgezettel)"></sup></span></span></span>.</p><p>Other pages on this zettelkasten (this demonstrates how to use <a href="https://neuron.zettel.page/link-query.html">link queries</a>):</p><p><section><div class="ui horizontal divider" title="Neuron ZettelQuery"><span class="ui basic pointing below black label" title="Zettels tagged &#39;other&#39;"><i class="tags icon"></i>other</span></div><ul><li><span class="zettel-link-container folgezettel"><span class="zettel-link" data-inverted="" data-position="right center" data-tooltip="Tags: other"><a href="faq.html">FAQ</a><span data-nosnippet=""><sup title="Branching link (folgezettel)"></sup></span></span></span></li></ul></section></p></div></article><nav class="ui bottom attached segment deemphasized"><div class="ui grid"><div class="fourteen wide column"></div><div class="two wide column"><span class="ui right ribbon label zettel-tag" title="Tag"><a class="tag-inner" href="search.html?tag=home" title="See all zettels tagged &#39;home&#39;">home</a></span><p></p></div></div></nav></div></div><div class="ui one column grid footer-version"><div class="center aligned column"><div class="ui tiny image"><a href="https://neuron.zettel.page"><img alt="logo" src="https://raw.githubusercontent.com/srid/neuron/master/assets/neuron.svg" title="Generated by Neuron" /></a></div></div></div></div></body></html>

File diff suppressed because one or more lines are too long

View file

@ -59,4 +59,4 @@ code span.st { color: #4e9a06; } /* String */
code span.va { color: #000000; } /* Variable */
code span.vs { color: #4e9a06; } /* VerbatimString */
code span.wa { color: #8f5902; font-weight: bold; font-style: italic; } /* Warning */
</style></head><body><div class="ui fluid container" id="neuron-theme-default-teal"><nav class="top-menu"><div class="ui inverted compact neuron icon menu teal"><a class="left item" href="." title="Home"><i class="home icon"></i></a><a class="left item" href="search.html" title="Search Zettels"><i class="search icon"></i></a><a class="right item" href="z-index.html" title="All Zettels (z-index)"><i class="tree icon"></i></a></div></nav><div class="ui text container"><h1 class="header">Zettel Index</h1><div class="z-index"><div class="ui teal segment"><ul><li><span class="zettel-link-container"><span class="zettel-link" data-inverted="" data-position="right center" data-tooltip="Tags: home"><a href=".">Neuron Template</a></span></span><ul><li><span class="zettel-link-container"><span class="zettel-link" data-inverted="" data-position="right center" data-tooltip="Tags: other"><a href="faq.html">FAQ</a></span></span></li><li><span class="zettel-link-container"><span class="zettel-link"><a href="README.html">How to publish your own neuron site</a></span></span></li></ul></li></ul></div><p>The zettelkasten has 3 zettels and 3 links. It has 1 cluster in its folgezettel graph. Each cluster&#39;s <a href="https://neuron.zettel.page/folgezettel-heterarchy.html">folgezettel heterarchy</a> is rendered as a forest.</p></div><div class="ui one column grid footer-version"><div class="center aligned column"><div class="ui tiny image"><a href="https://neuron.zettel.page"><img alt="logo" src="https://raw.githubusercontent.com/srid/neuron/master/assets/neuron.svg" title="Generated by Neuron 1.0.4.0" /></a></div></div></div></div></div></body></html>
</style></head><body><div class="ui fluid container" id="neuron-theme-default-teal"><nav class="top-menu"><div class="ui inverted compact neuron icon menu teal"><a class="left item" href="." title="Home"><i class="home icon"></i></a><a class="left item" href="search.html" title="Search Zettels"><i class="search icon"></i></a><a class="right item" href="z-index.html" title="All Zettels (z-index)"><i class="tree icon"></i></a></div></nav><div class="ui text container"><h1 class="header">Zettel Index</h1><div class="z-index"><div class="ui teal segment"><ul><li><span class="zettel-link-container"><span class="zettel-link" data-inverted="" data-position="right center" data-tooltip="Tags: home"><a href=".">Neuron Template</a></span></span><ul><li><span class="zettel-link-container"><span class="zettel-link" data-inverted="" data-position="right center" data-tooltip="Tags: other"><a href="faq.html">FAQ</a></span></span></li><li><span class="zettel-link-container"><span class="zettel-link"><a href="README.html">zettel.thermokar.st</a></span></span></li></ul></li></ul></div><p>The zettelkasten has 3 zettels and 2 links. It has 1 cluster in its folgezettel graph. Each cluster&#39;s <a href="https://neuron.zettel.page/folgezettel-heterarchy.html">folgezettel heterarchy</a> is rendered as a forest.</p></div><div class="ui one column grid footer-version"><div class="center aligned column"><div class="ui tiny image"><a href="https://neuron.zettel.page"><img alt="logo" src="https://raw.githubusercontent.com/srid/neuron/master/assets/neuron.svg" title="Generated by Neuron 1.0.4.0" /></a></div></div></div></div></div></body></html>