diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | ikiwiki.setup | 2 | ||||
-rw-r--r-- | sidebar.mdwn | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -19,3 +19,5 @@ web: web_deploy: @rsync -avz --delete www/ padrao:/var/sites/padrao/www/ + +publish: web web_deploy diff --git a/ikiwiki.setup b/ikiwiki.setup index d229693..38c8bc0 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -6,7 +6,7 @@ # Remember to re-run ikiwiki --setup any time you edit this file. use IkiWiki::Setup::Standard { - wikiname => "Padrão Saravá", + wikiname => "Padrão Fluxo", adminuser => ["rhatto", ], adminemail => 'rhatto@fluxo.info', diff --git a/sidebar.mdwn b/sidebar.mdwn index b5d56b7..fabe3e2 100644 --- a/sidebar.mdwn +++ b/sidebar.mdwn @@ -1 +1 @@ -<img class="logo" src="https://images.sarava.org/sarava-lapis-simples.png" alt="Padrão Saravá" /> +<img class="logo" src="https://fluxo.info/images/fluxo.png" alt="Padrão Fluxo" /> |