aboutsummaryrefslogtreecommitdiff
path: root/init-el.org
diff options
context:
space:
mode:
Diffstat (limited to 'init-el.org')
-rw-r--r--init-el.org22
1 files changed, 22 insertions, 0 deletions
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