Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thematten/cerveau-test
https://github.com/thematten/cerveau-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thematten/cerveau-test
- Owner: TheMatten
- Created: 2020-08-31T15:53:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T10:14:19.000Z (over 4 years ago)
- Last Synced: 2024-10-15T01:11:31.825Z (3 months ago)
- Language: Markdown
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to publish your own [neuron](https://neuron.zettel.page/) site
[neuron](https://neuron.zettel.page/) is a Zettelkasten-based notes manager, and you can use this template repository to get started with [publishing](https://neuron.zettel.page/778816d3.html) your own neuron site that looks like [one of these](https://neuron.zettel.page/2013101.html).
- Go to
- Give your new repository a name, say `mynotes`
- Select "*Include all branches*" ([necessary to get the site to publish](https://stackoverflow.com/a/47368231/55246))
- Click "Create repository from template"GitHub will now build the site, which will become available at `https://.github.io/mynotes/`.
For more information, see [neuron documentation](https://neuron.zettel.page/) as well as the [GitHub Pages guide](https://help.github.com/en/github/working-with-github-pages).
## 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](https://help.github.com/en/github/managing-files-in-a-repository/editing-files-in-your-repository) and [Creating new files](https://help.github.com/en/github/managing-files-in-a-repository/creating-new-files)). On every change, your site should eventually rebuild.
To understand how linking works, read [the neuron guide on Linking](https://neuron.zettel.page/2011504.html).
For other ways to edit your notes (editors, web interface), see the [neuron guide](https://neuron.zettel.page/2011406.html).
Questions? Checkout the [[faq]].