add toot visibility keyword to cache
parent
b400ddcfd5
commit
9693b4871e
|
@ -23,6 +23,7 @@ A page doesn't require much metadata to render or be found, really. The org-mode
|
|||
#+begin_src emacs-lisp
|
||||
(add-to-list 'arroyo-db-keywords "ARCOLOGY_KEY")
|
||||
(add-to-list 'arroyo-db-keywords "ARCOLOGY_FEED")
|
||||
(add-to-list 'arroyo-db-keywords "ARCOLOGY_TOOT_VISIBILITY")
|
||||
(add-to-list 'arroyo-db-keywords "ARCOLOGY_ALLOW_CRAWL")
|
||||
#+end_src
|
||||
|
||||
|
|
|
@ -309,6 +309,7 @@ All of this becomes much simpler with a [[id:arcology/arroyo-page][Arroyo Arcolo
|
|||
(key :not-null)
|
||||
(title :not-null)
|
||||
(site :not-null)
|
||||
(post-visibility :not-null)
|
||||
(hash :not-null)])
|
||||
#+end_src
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
;; [[file:arcology-arroyo.org::+begin_src emacs-lisp][No heading:1]]
|
||||
(add-to-list 'arroyo-db-keywords "ARCOLOGY_KEY")
|
||||
(add-to-list 'arroyo-db-keywords "ARCOLOGY_FEED")
|
||||
(add-to-list 'arroyo-db-keywords "ARCOLOGY_TOOT_VISIBILITY")
|
||||
(add-to-list 'arroyo-db-keywords "ARCOLOGY_ALLOW_CRAWL")
|
||||
;; No heading:1 ends here
|
||||
|
||||
|
|
Loading…
Reference in New Issue