diff options
author | Security Workgroup <seguranca@sarava.org> | 2015-06-20 11:54:28 -0300 |
---|---|---|
committer | Security Workgroup <seguranca@sarava.org> | 2015-06-20 11:54:28 -0300 |
commit | cbbfc794af1c6c01fa6f5229538bbd23fd5f5118 (patch) | |
tree | 9f486b2d8a6015fffaf69a04da292e7dfa5e3834 | |
parent | 754d643ab70ebfc6c8025d5e67a678e2c0f747bf (diff) | |
download | seguranca-cbbfc794af1c6c01fa6f5229538bbd23fd5f5118.tar.gz seguranca-cbbfc794af1c6c01fa6f5229538bbd23fd5f5118.tar.bz2 |
Config static site generation
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | ikiwiki.setup | 14 |
2 files changed, 8 insertions, 8 deletions
@@ -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", |