commit 46b0f3a14d25de4c1fc53f92881f731f2e37ccd4 Author: Matthew Dillon Date: Sat Oct 17 19:25:18 2020 -0700 Initialize gh-pages diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.nojekyll @@ -0,0 +1 @@ + diff --git a/README.html b/README.html new file mode 100644 index 0000000..737aa1f --- /dev/null +++ b/README.html @@ -0,0 +1,65 @@ +How to publish your own neuron site - Neuron Template

How to publish your own neuron site

neuron is a note-taking app optimized for publishing, and you can use this template repository to get started with publishing your own neuron site that looks like one of these.

GitHub will now build the site and serve it at: https://<yourgithubusername>.github.io/mynotes/.

For more information, see neuron documentation as well as the GitHub Pages guide.

Set your site metadata

  • In your new repository, edit the neuron.dhall file to set your site configuration (such as title, author, color theme) to suitable values.

How to edit and add notes

Assuming you have changed the editUrl configuration in neuron.dhall (see the above section), you can simply click the “edit” icon on the published site to edit any note (see Editing files in your repository and Creating new files). On every change, your site should eventually rebuild.

To understand how linking works, read the neuron guide on Linking.

For other ways to edit your notes (editors, web interface), see the neuron guide. In particular, Cerveau is the easiest way to edit your notes on the go.

Questions? Checkout the FAQ.

\ No newline at end of file diff --git a/faq.html b/faq.html new file mode 100644 index 0000000..31d5fdb --- /dev/null +++ b/faq.html @@ -0,0 +1,62 @@ +FAQ - Neuron Template

FAQ

How long does it take for the site to update?
The GitHub Actions 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.
Which environment is used to build and deploy the site?
From the Actions workflow file, it can be seen that we install neuron using GitHub’s artifact storage in Srid’s repo srid/neuron, as well as use the peaceiris/actions-gh-pages action to push the built site to the gh-pages branch, that in turn gets deployed to GitHub’s servers.
Can I use my own domain name?
Yes, you can set the CNAME in publish.yaml.
How can private repositories be published?
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. Cerveau’s Premium Plan, when it is ready, will be able to publish public and private repositories.
\ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..ab7f6d3 --- /dev/null +++ b/index.html @@ -0,0 +1,65 @@ +Neuron Template
\ No newline at end of file diff --git a/search.html b/search.html new file mode 100644 index 0000000..f855a40 --- /dev/null +++ b/search.html @@ -0,0 +1,98 @@ +Search - Neuron Template

Search

    \ No newline at end of file diff --git a/static/README.md b/static/README.md new file mode 100644 index 0000000..a594aee --- /dev/null +++ b/static/README.md @@ -0,0 +1 @@ +Put your [static files](https://neuron.zettel.page/2016401.html) (images, pdf, etc.) here. diff --git a/z-index.html b/z-index.html new file mode 100644 index 0000000..6a06bea --- /dev/null +++ b/z-index.html @@ -0,0 +1,62 @@ +Zettel Index - Neuron Template

    Zettel Index

    The zettelkasten has 3 zettels and 3 links. It has 1 cluster in its folgezettel graph. Each cluster's folgezettel heterarchy is rendered as a forest.

    \ No newline at end of file