aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2017-02-10 19:06:57 -0800
committerAdam Mathes <adam@trenchant.org>2017-02-10 19:06:57 -0800
commit9068ecc65cfdb52b059cf4441e1f26a122b232ce (patch)
treee38caa093fb1f6272deda107c817f5a9360209b7 /README.md
parenta7a2bb88ad79668176d5990231fe59aa353854b2 (diff)
downloadsnkt-9068ecc65cfdb52b059cf4441e1f26a122b232ce.tar.gz
snkt-9068ecc65cfdb52b059cf4441e1f26a122b232ce.tar.bz2
snkt-9068ecc65cfdb52b059cf4441e1f26a122b232ce.zip
docs docs docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/README.md b/README.md
index 7c8d773..9410af7 100644
--- a/README.md
+++ b/README.md
@@ -131,19 +131,19 @@ For most purposes, it should just be a listing of attribute : value
Configuration options --
-| name | value | default |
---------------------------
-| `input_dir` | absolute path of directory for text input files | |
-| `output_dir` | absolute path of directory for html output files | |
-| `tmpl_dir` | absolute path of directory for template files | |
-| `site_title` | string for the site's title (used in templates) | |
-| `site_url` | absolute URL for the site (used in templates) | |
-| `filters` | search/replace regular expressions executed on all posts | |
-| `permalink_fmt` | format string for permalinks (see #permalinks) | /%F/ |
-| `post_file_fmt` | format string for post filenames (see #permalinks) | /%F/index.html |
-| `show_future` | include posts with dates in the future or hide them | false |
-| `preview_server` | host:port to spawn the preview server | localhost:8000 |
-| `preview_dir` | root directory of preview server | `output_dir` |
+| name | value | default |
+----------------------------------------------------------------------------------------
+| `input_dir` | absolute path of directory for text input files | |
+| `output_dir` | absolute path of directory for html output files | |
+| `tmpl_dir` | absolute path of directory for template files | |
+| `site_title` | string for the site's title (used in templates) | |
+| `site_url` | absolute URL for the site (used in templates) | |
+| `filters` | list of search/replace regex's to run on posts | |
+| `permalink_fmt` | format string for permalinks | /%F/ |
+| `post_file_fmt` | format string for post filenames | /%F/index.html |
+| `show_future` | include posts with dates in the future | false |
+| `preview_server` | host:port to spawn the preview server | localhost:8000 |
+| `preview_dir` | root directory of preview server | `output_dir` |
## Posts