aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.DS_Storebin12292 -> 0 bytes
-rw-r--r--.gitignore1
-rw-r--r--.gitmodules6
-rw-r--r--README.rst28
m---------chunk0
m---------neat0
m---------relapse0
7 files changed, 7 insertions, 28 deletions
diff --git a/.DS_Store b/.DS_Store
deleted file mode 100644
index 81d7607..0000000
--- a/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e43b0f9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.DS_Store
diff --git a/.gitmodules b/.gitmodules
index c7cec5f..5d24a12 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,9 @@
[submodule "iris"]
path = iris
url = https://github.com/slok/iris.git
+[submodule "relapse"]
+ path = relapse
+ url = git@github.com:wamonite/relapse.git
+[submodule "neat"]
+ path = neat
+ url = git@github.com:BYK/pelican-neat.git
diff --git a/README.rst b/README.rst
index 3340aa6..df79148 100644
--- a/README.rst
+++ b/README.rst
@@ -1,31 +1,3 @@
-This fork adds the *waterspill-en* (as seen on `this blog`_).
-
-.. _this blog: https://dubiousdod.org/blog/
-
-Differences from *waterspill* are:
-
-* Language is English
-* Font is larger (I have bad eyesight :) )
-* Tags aren't mentioned if you have none (both at the article level and on the sidebar)
-* It's possible to suppress category display
-* It's possible to add custom items before/after the main menu
-
-Example pelicanconf.py snippet:
-::
-
- BEFORE_MENU = [
- {'name':"Main site", 'url':'/'},
- ]
-
- AFTER_MENU = [
- {'name':"Gallery", 'url':'http://example.com/galleries/mygallery'},
- ]
-
- SUPPRESS_CATEGORIES_ON_MENU = True
- SUPPRESS_ITEM_CATEGORIES = True
-
--------------------------------
-
Pelican themes
##############
diff --git a/chunk b/chunk
-Subproject d9cf8afc0f9dcb3c5d4542e211eeb88aa0aa05f
+Subproject a0912db69c4f35b844bcc9b6558d3dfc2ebb922
diff --git a/neat b/neat
new file mode 160000
+Subproject fc3cb804f2e433a515fefdcaff6f3db1851483b
diff --git a/relapse b/relapse
new file mode 160000
+Subproject 6c8c52244a6b9102883814d825420d3f7a99f11