add list of other articles

This commit is contained in:
geemus 2011-03-31 22:08:29 -04:00
parent ede73c9fd2
commit 8515a5d4f5
2 changed files with 6 additions and 3 deletions

View File

@ -11,7 +11,7 @@ future: true
lsi: false
pygments: false
markdown: maruku
permalink: date
permalink: none
maruku:
use_tex: false
@ -36,4 +36,4 @@ kramdown:
coderay_line_numbers_start: 1
coderay_tab_width: 4
coderay_bold_every: 10
coderay_css: style
coderay_css: style

View File

@ -17,4 +17,7 @@ With a rapidly expanding community and codebase the advantages of fog just keep
fog.io is very much a work in progress. In the meantime there are some great details available in the <a href="https://github.com/geemus/fog/blob/master/README.rdoc">README</a>.
{{ site.posts }}
## See Also:
{% for post in site.posts %}
* [{{ post.title }}]({{ post.url }})
{% endfor %}