aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordave <dave@web>2012-01-02 23:51:35 -0400
committeradmin <admin@branchable.com>2012-01-02 23:51:35 -0400
commitbd2056ee95fb1bc623fa4eadd23b420ea1e4fd4e (patch)
tree8cc4a1217eb824e2fea1177c4a3c7ddc2e74fb4e
parent335ffd06763dffa7de733f0e45304edcc7249f87 (diff)
downloadikiwiki-bd2056ee95fb1bc623fa4eadd23b420ea1e4fd4e.tar
ikiwiki-bd2056ee95fb1bc623fa4eadd23b420ea1e4fd4e.tar.gz
-rw-r--r--doc/forum/Perhaps_I__39__m_doing_it_wrong_-_tracking_non-post_files_in_a_blog.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/Perhaps_I__39__m_doing_it_wrong_-_tracking_non-post_files_in_a_blog.mdwn b/doc/forum/Perhaps_I__39__m_doing_it_wrong_-_tracking_non-post_files_in_a_blog.mdwn
new file mode 100644
index 000000000..383ae17cc
--- /dev/null
+++ b/doc/forum/Perhaps_I__39__m_doing_it_wrong_-_tracking_non-post_files_in_a_blog.mdwn
@@ -0,0 +1,7 @@
+I've been searching on this topic for a while and haven't found a solution, so I'd like to ask here.
+
+I have a blog which I mostly use as a tech-note reminder system for myself (how did I setup my server, etc). Occasionally I find it useful to include files which are not posts, and links to those files.
+
+Right now, I scp the files to the server to get them in a place accessible by the web server, then use a relative link within the post. This works, but it strikes me that the files are as much a part of the post as the post itself, and therefore should be tracked. The problem with tracking the files is the inline directive gives those files their own entries as posts in the blog. I do not want them to have their own entries, but I *do* want them co-located with the file containing the post from which they are referenced.
+
+So, is there a way to have *only* `*.mdwn` files be picked up as posts by the inline directive (I tried using a PageSpec of `*.mdwn`, but that didn't work)? Or, conversely, to exclude other files from being picked up as posts? Or am I not seeing another way to go about this task?