From cbbfc794af1c6c01fa6f5229538bbd23fd5f5118 Mon Sep 17 00:00:00 2001 From: Security Workgroup Date: Sat, 20 Jun 2015 11:54:28 -0300 Subject: Config static site generation --- Makefile | 2 +- ikiwiki.setup | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 343817b..63d7901 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,4 @@ wiki: @ikiwiki --setup ikiwiki.setup wiki_deploy: - @rsync -avz --delete www/ blog:/var/sites/blog/www/ + @rsync -avz --delete www/ seguranca:/var/sites/seguranca/www/ diff --git a/ikiwiki.setup b/ikiwiki.setup index a02e05b..bd586a2 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -6,16 +6,16 @@ # Remember to re-run ikiwiki --setup any time you edit this file. use IkiWiki::Setup::Standard { - wikiname => "Hello World!", - adminuser => ["user", ], - adminemail => 'user@example.org', + wikiname => "Segurança e Privacidade", + adminuser => ["seguranca", ], + adminemail => 'seguranca@sarava.org', # Be sure to customise these.. srcdir => ".", destdir => "www", - url => "https://user.example.org", - cgiurl => "https://user.example.org/ikiwiki.cgi", + url => "https://seguranca.sarava.org", + cgiurl => "https://seguranca.sarava.org/ikiwiki.cgi", #templatedir => "/usr/share/ikiwiki/templates", #underlaydir => "/usr/share/ikiwiki/basewiki", @@ -28,8 +28,8 @@ use IkiWiki::Setup::Standard { # Git stuff. rcs => "git", - historyurl => "https://git.example.org/?p=user.git;a=history;f=[[file]]", - diffurl => "https://git.example.org/?p=user.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]", + historyurl => "https://git.seguranca.org/?p=seguranca.git;a=history;f=[[file]]", + diffurl => "https://git.seguranca.org/?p=seguranca.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]", #gitorigin_branch => "origin", #gitmaster_branch => "master", -- cgit v1.2.3