aboutsummaryrefslogtreecommitdiff
path: root/static.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'static.mdwn')
-rw-r--r--static.mdwn13
1 files changed, 12 insertions, 1 deletions
diff --git a/static.mdwn b/static.mdwn
index eaab29b..105a0ae 100644
--- a/static.mdwn
+++ b/static.mdwn
@@ -34,7 +34,7 @@ It's a good pratice to keep your work under version control:
## Add a bit of sofistication
-* Use [this Makefile](/Makefile) as an starting point to refresh and publish your wiki by simply running `make`.
+* Use [this Makefile](/Makefile) as an starting point to refresh and publish your wiki by simply running `make web`.
* Use a [complete ikiwiki template](https://git.sarava.org/?p=templates.git;a=tree;f=ikiwiki;h=HEAD) and change to your needs.
* If you're a automation junkie, try the [puppet-ikiwiki](https://git.sarava.org/puppet-ikiwiki.git) module.
@@ -45,6 +45,17 @@ Currently using [Ikiwiki](http://ikiwiki.info) with [Bootstrap](http://twitter.g
* [Templates](https://github.com/tgpfeiffer/ikiwiki-bootstrap-template).
* [Bootswatch](http://bootswatch.com) themes.
+## Deployment
+
+You can create passwordless SSH keys and use [rrsync](http://www.guyrutenberg.com/2014/01/14/restricting-ssh-access-to-rsync/) ([2](http://wiki.hands.com/howto/passphraseless-ssh/)) to restrict access. Then add an entry into your `~/.ssh/config`:
+
+ Host blog.example.org blog
+ HostName blog.example.org
+ User blog
+ IdentityFile ~/.ssh/blog@blog.example.org
+
+Now simply run `make web_deploy` with the above mentioned `Makefile` do sync your static site!
+
## Ikiwiki references
* [Ikiwiki](http://ikiwiki.info).