diff options
author | Justin Mayer <entroP@gmail.com> | 2014-09-11 01:36:50 -0400 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2014-09-11 01:36:50 -0400 |
commit | bca823e6492bc70a6faba7b2591f37c483afa30e (patch) | |
tree | 49cf6fd495a2fb0f11a741ad8efe11e6d9bde6ba /.gitmodules | |
parent | 47e80d3aad7c12de5f405d6f575940b59b519be0 (diff) | |
parent | d2b3531b3b8ccde5f1c6d9eb58aced3e4b4d6d0c (diff) | |
download | pelican-themes-bca823e6492bc70a6faba7b2591f37c483afa30e.tar.gz |
Merge pull request #248 from ingwinlu/patch-1
Add pelican-twitchy theme as submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index a135db1..b61d825 100644 --- a/.gitmodules +++ b/.gitmodules @@ -124,7 +124,9 @@ [submodule "twenty-html5up"] path = twenty-html5up url = git://github.com/frankV/twenty-pelican-html5up.git - [submodule "lazystrap"] path = lazystrap url = https://github.com/lazycoder-ru/lazystrap.git +[submodule "pelican-twitchy"] + path = pelican-twitchy + url = https://github.com/ingwinlu/pelican-twitchy.git |