Follow these steps to get started with Emanote.
- Install Emanote
- Use your existing notebook, or create one from emanote-template 1 .
-
Run
emanote run --port=8080
(or justemanote
) in terminal aftercd
’ing to that notebook folder; this will launch the live server.-
Or, if you only want to generate the HTML files (for deployment), run
mkdir /tmp/output; emanote gen /tmp/output
.
-
Or, if you only want to generate the HTML files (for deployment), run
- Visit Guide to learn more about Emanote, or Examples to get inspired first. 2
emanote-template also includes the GitHub Pages workflow for static site deployment.
If you are Haskell developer, see Architecture.