removal of authoring service
All checks were successful
Build Org Website / build (push) Successful in 50s
All checks were successful
Build Org Website / build (push) Successful in 50s
This commit is contained in:
@@ -6,9 +6,11 @@ The site is written using Emacs and Org-mode, and exported using the `org-publis
|
||||
|
||||
## Local authoring UI
|
||||
|
||||
Run `make author` to install and start the user systemd service, then open `http://127.0.0.1:8765` to create or edit blog and post Org files from a browser. When deployed behind the reverse proxy, use `https://author.zainezq.com`.
|
||||
The authoring UI now lives in `/home/zaine/master-folder/projects/authoring-service`.
|
||||
|
||||
The service unit is checked in at `systemd/user/org-web-authoring.service` and is installed to `~/.config/systemd/user/` by the Makefile. Useful service commands:
|
||||
Run `make author` from either repository to install and start the user systemd service, then open `http://127.0.0.1:8765` to create or edit blog and post Org files from a browser. When deployed behind the reverse proxy, use `https://author.zainezq.com`.
|
||||
|
||||
Useful service commands:
|
||||
|
||||
- `make author-restart` restarts the service and waits for the page API to respond
|
||||
- `make author-stop` stops the service
|
||||
@@ -24,4 +26,4 @@ The editor writes normal `.org` pages with the metadata used by the publishing p
|
||||
|
||||
Lima pages are Markdown files under `lima/`. Selecting the Lima page type shows a Markdown toolbar for common formatting and an attachment button. Uploaded images and videos are stored under `assets/images/hzone/YYYY/MM/` and inserted into the Markdown page.
|
||||
|
||||
Saves enqueue builds. The editor remains usable while publishing runs, and the queue section shows the current build, pending builds, and recent build results.
|
||||
Saves enqueue builds. The editor remains usable while publishing runs, and the queue section shows the current build, pending builds, and recent build results.
|
||||
|
||||
Reference in New Issue
Block a user