Org Mode Wiki example
This repo is an example of how you can build and publish a wiki with Org Mode.
Thanks to SystemCrafters and this great post on their website: https://systemcrafters.net/publishing-websites-with-org-mode/building-the-site/ and OlMon for this repository full of themes: https://olmon.gitlab.io/org-themes/
How to build?
First, make build.sh
an executable:
chmod +x build.sh
Now, run ./build.sh
:
./build.sh
To generate the menu
Go to ./content/menu.org and run the code block. On the "RESULTS" section, remove the :
at the begining
of the result.
Deploy
This package is self deployable, ready to run behind a proxy (like NGINX Proxy Manager)
Make sure you have Emacs installed on the destination server.
First, make deploy.sh
an executable:
chmod +x deploy.sh
Now run ./deploy.sh
:
NAME="org-wiki" PORT=8080 ./deploy.sh
License
This project is licensed under the GNU General Public License, version 3.0. For more details, see LICENSE.