]> gitweb.fluxo.info Git - seguranca.git/commitdiff
Config static site generation
authorSecurity Workgroup <seguranca@sarava.org>
Sat, 20 Jun 2015 14:54:28 +0000 (11:54 -0300)
committerSecurity Workgroup <seguranca@sarava.org>
Sat, 20 Jun 2015 14:54:28 +0000 (11:54 -0300)
Makefile
ikiwiki.setup

index 343817bf7672c632da4c6c0305cd5af6e4b9d12b..63d7901f328504a2f0c473f07e5198d1c74b0265 100644 (file)
--- 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/
index a02e05b878a5126bded7f34cbd0c3b4d77dfebf9..bd586a2fe841695d6949f04c21ce34e59a9eb84c 100644 (file)
@@ -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&ccedil;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",