mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
add list of other articles
This commit is contained in:
parent
ede73c9fd2
commit
8515a5d4f5
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue