forked from renard/o-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebug_blog.html
19 lines (19 loc) · 2.16 KB
/
debug_blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="debug blog">
<table>
<caption><lisp>(ob:gettext :debug-blog)</lisp></caption>
<thead><tr><th><lisp>(ob:gettext :debug-property)</lisp></th><th><lisp>(ob:gettext :debug-value)</lisp></th></tr></thead>
<tbody>
<tr><td class="property"><code>file</code></td><td class="value"><pre><lisp>(htmlize-protect-string (format "%S" (ob:blog-file BLOG)))</lisp></pre></td></tr>
<tr><td class="property"><code>buffer</code></td><td class="value"><pre><lisp>(htmlize-protect-string (format "%S" (ob:blog-buffer BLOG)))</lisp></pre></td></tr>
<tr><td class="property"><code>publish-dir</code></td><td class="value"><pre><lisp>(htmlize-protect-string (format "%S" (ob:blog-publish-dir BLOG)))</lisp></pre></td></tr>
<tr><td class="property"><code>template-dir</code></td><td class="value"><pre><lisp>(htmlize-protect-string (format "%S" (ob:blog-template-dir BLOG)))</lisp></pre></td></tr>
<tr><td class="property"><code>style-dir</code></td><td class="value"><pre><lisp>(htmlize-protect-string (format "%S" (ob:blog-style-dir BLOG)))</lisp></pre></td></tr>
<tr><td class="property"><code>posts-filter</code></td><td class="value"><pre><lisp>(htmlize-protect-string (format "%S" (ob:blog-posts-filter BLOG)))</lisp></pre></td></tr>
<tr><td class="property"><code>static-filter</code></td><td class="value"><pre><lisp>(htmlize-protect-string (format "%S" (ob:blog-static-filter BLOG)))</lisp></pre></td></tr>
<tr><td class="property"><code>snippet-filter</code></td><td class="value"><pre><lisp>(htmlize-protect-string (format "%S" (ob:blog-snippet-filter BLOG)))</lisp></pre></td></tr>
<tr><td class="property"><code>title</code></td><td class="value"><pre><lisp>(htmlize-protect-string (format "%S" (ob:blog-title BLOG)))</lisp></pre></td></tr>
<tr><td class="property"><code>description</code></td><td class="value"><pre><lisp>(htmlize-protect-string (format "%S" (ob:blog-description BLOG)))</lisp></pre></td></tr>
<tr><td class="property"><code>post-build-shell</code></td><td class="value"><pre><lisp>(htmlize-protect-string (format "%S" (ob:blog-post-build-shell BLOG)))</lisp></pre></td></tr>
</tbody>
</table>
</div>