summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config.yml4
-rw-r--r--documentation/crash/index.html3
-rw-r--r--documentation/design/index.html3
-rw-r--r--documentation/manual/index.html3
-rw-r--r--documentation/perl/index.html3
-rw-r--r--documentation/signals/index.html3
-rw-r--r--documentation/special_vars/index.html3
-rw-r--r--documentation/startup/index.markdown1
8 files changed, 23 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 02de85a..ed05366 100644
--- a/_config.yml
+++ b/_config.yml
@@ -16,6 +16,10 @@ gems:
- jekyll-redirect-from
- jekyll-sitemap
+whitelist:
+ - jekyll-redirect-from
+ - jekyll-sitemap
+
paginate: 8
paginate_path: "news/:num/"
diff --git a/documentation/crash/index.html b/documentation/crash/index.html
new file mode 100644
index 0000000..283928d
--- /dev/null
+++ b/documentation/crash/index.html
@@ -0,0 +1,3 @@
+---
+redirect_to: https://github.com/irssi/irssi/blob/master/docs/crash.txt
+---
diff --git a/documentation/design/index.html b/documentation/design/index.html
new file mode 100644
index 0000000..93689e9
--- /dev/null
+++ b/documentation/design/index.html
@@ -0,0 +1,3 @@
+---
+redirect_to: https://github.com/irssi/irssi/blob/master/docs/design.txt
+---
diff --git a/documentation/manual/index.html b/documentation/manual/index.html
new file mode 100644
index 0000000..de77fe9
--- /dev/null
+++ b/documentation/manual/index.html
@@ -0,0 +1,3 @@
+---
+redirect_to: https://github.com/irssi/irssi/blob/master/docs/manual.txt
+---
diff --git a/documentation/perl/index.html b/documentation/perl/index.html
new file mode 100644
index 0000000..b74a4ac
--- /dev/null
+++ b/documentation/perl/index.html
@@ -0,0 +1,3 @@
+---
+redirect_to: https://github.com/irssi/irssi/blob/master/docs/perl.txt
+---
diff --git a/documentation/signals/index.html b/documentation/signals/index.html
new file mode 100644
index 0000000..33046fa
--- /dev/null
+++ b/documentation/signals/index.html
@@ -0,0 +1,3 @@
+---
+redirect_to: https://github.com/irssi/irssi/blob/master/docs/signals.txt
+---
diff --git a/documentation/special_vars/index.html b/documentation/special_vars/index.html
new file mode 100644
index 0000000..799ef89
--- /dev/null
+++ b/documentation/special_vars/index.html
@@ -0,0 +1,3 @@
+---
+redirect_to: https://github.com/irssi/irssi/blob/master/docs/special_vars.txt
+---
diff --git a/documentation/startup/index.markdown b/documentation/startup/index.markdown
index a009a29..0fe1692 100644
--- a/documentation/startup/index.markdown
+++ b/documentation/startup/index.markdown
@@ -2,6 +2,7 @@
layout: page
title: Startup How-To
permalink: documentation/startup/
+redirect_from: /beginner/
---
### To new Irssi users (not to new IRC users ..)