diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 14:38:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 14:38:42 -0300 |
commit | 9bb4c5d713bcbeeb2a4bb7e571e6802aeae5b801 (patch) | |
tree | 18f5d585b1584118d54ca0b08e387d18ed5facd4 | |
parent | 46d292dbf89c812e504811e5442df4bbba921e7c (diff) | |
download | blog-9bb4c5d713bcbeeb2a4bb7e571e6802aeae5b801.tar.gz blog-9bb4c5d713bcbeeb2a4bb7e571e6802aeae5b801.tar.bz2 |
Fix listing (2)
-rw-r--r-- | static.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static.mdwn b/static.mdwn index 761e32d..664d1c9 100644 --- a/static.mdwn +++ b/static.mdwn @@ -4,10 +4,10 @@ Currently [ikiwiki](http://ikiwiki.info) is adopted by the following reasons: -1. There is a [Debian package](https://packages.debian.org/stable/ikiwiki). +1. There is a [Debian package](https://packages.debian.org/stable/ikiwiki). 2. It's flexible enough to support both local or remote side static compilation: - * Local compilation by calling the `ikiwiki` command directly. - * Remotelly by using a [git hook](http://ikiwiki.info/rcs/git/). + * Local compilation by calling the `ikiwiki` command directly. + * Remotelly by using a [git hook](http://ikiwiki.info/rcs/git/). When it's said **both** it means that you don't need to choose either of the two options: you can choose or both simultaneously. |