How to publish your own neuron site
- Go to https://github.com/srid/neuron-template and click the “Use this template” button
- Give your repository a name, say
mynotes
- Select “Include all branches” (necessary to get the site to publish)
- Give your repository a name, say
GitHub will now build the site, which will become available at https://<yourgithubusername>.github.io/mynotes/
.
For more information, see the GitHub Pages guide.
Set your site metadata
- In your new repository, edit the
neuron.dhall
file and update the neuron configuration 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.
For other ways to edit your notes, see the neuron guide. Etc.