From ca88b751e9bf683689acc59c11f38421dee1f026 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 10 Jul 2022 08:01:31 -0500 Subject: [add] writefreely config for read.cicadas.surf --- init-el.org | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'init-el.org') diff --git a/init-el.org b/init-el.org index 331aeea..4d62fff 100644 --- a/init-el.org +++ b/init-el.org @@ -1477,6 +1477,28 @@ mu index #+RESULTS: markdown-editing +** Writefreely + +Writefreely is a federated blogging service. The [[https://github.com/dangom/writefreely.el][writefreely.el]] +package lets you publish to writefreely blogs from the comfort of +emacs. + +#+name: writefreely-config +#+begin_src elisp :noweb no-export +(package-install 'writefreely) +(require 'writefreely) + +(setq writefreely-instance-url "https://read.cicadas.surf/" + writefreely-instance-api-endpoint "https://read.cicadas.surf/api" + writefreely-auth-token (read-file-into-string "~/.cicadas-wf.token")) + + + +#+end_src + +#+RESULTS: writefreely-config +: a3ad2101-4c09-4c41-4520-9079f6bd346b + * Software Development #+name: software-development-config -- cgit v1.2.3