aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/patches/0001-Making-bootstrap-as-default-theme-not-bootstrap3.patch21
-rw-r--r--debian/patches/series1
2 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/0001-Making-bootstrap-as-default-theme-not-bootstrap3.patch b/debian/patches/0001-Making-bootstrap-as-default-theme-not-bootstrap3.patch
new file mode 100644
index 0000000..38f381e
--- /dev/null
+++ b/debian/patches/0001-Making-bootstrap-as-default-theme-not-bootstrap3.patch
@@ -0,0 +1,21 @@
+From: Agustin Henze <tin@sluc.org.ar>
+Date: Mon, 18 Nov 2013 19:05:59 -0300
+Subject: Making bootstrap as default theme, not bootstrap3
+
+---
+ nikola/plugins/command/init.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/nikola/plugins/command/init.py b/nikola/plugins/command/init.py
+index 1873ec4..59a27e0 100644
+--- a/nikola/plugins/command/init.py
++++ b/nikola/plugins/command/init.py
+@@ -64,7 +64,7 @@ class CommandInit(Command):
+ 'BLOG_EMAIL': "joe@demo.site",
+ 'BLOG_DESCRIPTION': "This is a demo site for Nikola.",
+ 'DEFAULT_LANG': "en",
+- 'THEME': 'bootstrap3',
++ 'THEME': 'bootstrap',
+
+ 'POSTS': """(
+ ("posts/*.rst", "posts", "post.tmpl"),
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b980a36
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Making-bootstrap-as-default-theme-not-bootstrap3.patch