diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-01-13 12:17:46 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-01-21 16:15:30 -0800 |
commit | ccb7a6c2cd22689d363a03da2c7a2bcf4e27a0c8 (patch) | |
tree | adc45f9bb09a5a9fe28ba9d02a35e956e0ef1e20 /sites/main/blog.rst | |
parent | 7d56ecb1a7d1654ae971e9896aa26e938454d3ea (diff) |
Start fleshing out two-site setup
Diffstat (limited to 'sites/main/blog.rst')
-rw-r--r-- | sites/main/blog.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sites/main/blog.rst b/sites/main/blog.rst new file mode 100644 index 00000000..af9651e4 --- /dev/null +++ b/sites/main/blog.rst @@ -0,0 +1,16 @@ +==== +Blog +==== + +.. blog-posts directive gets replaced with an ordered list of blog posts. + +.. blog-posts:: + + +.. The following toctree ensures blog posts get processed. + +.. toctree:: + :hidden: + :glob: + + blog/* |