diff options
author | Giulio Fidente <gfidente@redhat.com> | 2013-06-04 18:48:01 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2013-06-04 18:48:01 +0200 |
commit | c5d45eea6adeeab5cead8c0dc40d30843bc96205 (patch) | |
tree | 45de363de45b0495c3fee0887be787be42db150d | |
parent | 28e4ad3299958fd8e377d6969ba016610ed75544 (diff) | |
download | pelican-themes-c5d45eea6adeeab5cead8c0dc40d30843bc96205.tar.gz |
add svbhack responsive theme
svbhack is a svbtle inspired responsive theme for pelican, it does
not want to be a close copy but rather a svbtle-like theme; CSS is
rewritten completely, it also uses LESS and is rather lighweight
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | svbhack | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 471d878..1854289 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "irfan"] path = irfan url = https://github.com/erfaan/pelican-theme-irfan.git +[submodule "svbhack"] + path = svbhack + url = git@github.com:giulivo/pelican-svbhack.git diff --git a/svbhack b/svbhack new file mode 160000 +Subproject 35812c20ef2721e90abaad548300656ccbca7d3 |