M .gitignore => .gitignore +4 -0
@@ 23,3 23,7 @@ elpa/gnupg/
# Personal/sensitive files
email-accounts.el
+immich-config.el
+calendar-secrets.el
+.org-gcal-token
+site-lisp/
M org-structure.org => org-structure.org +1 -1
@@ 204,7 204,7 @@
:PROPERTIES:
:KEY: c
:HEADLINE: 课程笔记
- :TEMPLATE: * %? \n %U
+ :TEMPLATE: * Placeholder
:END:
** 文章笔记
:PROPERTIES:
M reading-feeds.el => reading-feeds.el +5 -5
@@ 6,14 6,14 @@
;;; Code:
(setq my/reading-config
- '(:freshrss
- (:url "http://192.168.1.119:8096" ; FreshRSS server URL
+ `(:freshrss
+ (:url "https://rss.cytrogen.icu" ; FreshRSS server URL
:api-path "/api/fever.php" ; Fever API path (usually this)
- :user "Cytrogen" ; Your username
- :password "ocMUdYxRdtDJo__3haEs") ; Raw API password (elfeed-protocol computes MD5)
+ :user "cytrogen" ; Your username
+ :password ,(string-trim (shell-command-to-string "pass show services/freshrss")))
:opds
- (:url "http://192.168.1.119:8080/opds" ; Calibre OPDS URL
+ (:url "http://100.122.141.36:8080/opds" ; Calibre OPDS URL
:user nil ; Username if authentication required
:password nil) ; Password if authentication required