2024-02-08 20:20:46 -03:00
2024-02-08 20:20:46 -03:00
2024-02-08 19:13:27 -03:00
2024-02-08 18:21:09 -03:00
2024-02-08 18:21:09 -03:00
2024-02-08 19:13:27 -03:00
2024-02-08 20:20:46 -03:00
2024-02-08 18:21:09 -03:00
2024-02-08 19:13:27 -03:00

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.

Description
No description provided
Readme GPL-3.0 54 KiB
Languages
Emacs Lisp 94.2%
Dockerfile 3.7%
Shell 2.1%