aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSecurity Workgroup <seguranca@sarava.org>2015-06-20 11:54:28 -0300
committerSecurity Workgroup <seguranca@sarava.org>2015-06-20 11:54:28 -0300
commitcbbfc794af1c6c01fa6f5229538bbd23fd5f5118 (patch)
tree9f486b2d8a6015fffaf69a04da292e7dfa5e3834
parent754d643ab70ebfc6c8025d5e67a678e2c0f747bf (diff)
downloadseguranca-cbbfc794af1c6c01fa6f5229538bbd23fd5f5118.tar.gz
seguranca-cbbfc794af1c6c01fa6f5229538bbd23fd5f5118.tar.bz2
Config static site generation
-rw-r--r--Makefile2
-rw-r--r--ikiwiki.setup14
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&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",