diff options
author | Ken I <kingle@gmail.com> | 2013-07-10 11:47:37 -0400 |
---|---|---|
committer | Ken I <kingle@gmail.com> | 2013-07-10 11:47:37 -0400 |
commit | 9a06148d8b49a478b136b380ce127a2b28c56944 (patch) | |
tree | 44045a6c725596263ec1a137249542b6141c2d9e /.gitmodules | |
parent | 9bf237bc668ef18caf1080c412e9bb61d251fadf (diff) | |
download | pelican-themes-9a06148d8b49a478b136b380ce127a2b28c56944.zip pelican-themes-9a06148d8b49a478b136b380ce127a2b28c56944.tar.gz pelican-themes-9a06148d8b49a478b136b380ce127a2b28c56944.tar.bz2 |
Added a new theme - sundown - based on the GitHub Pages theme
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a36eda8..6821003 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "plumage"] path = plumage url = git@github.com:kdeldycke/plumage.git +[submodule "sundown"] + path = sundown + url = https://github.com/keningle/pelican-sundown.git |