diff options
author | Ken <kingle@gmail.com> | 2013-07-10 11:31:40 -0400 |
---|---|---|
committer | Ken <kingle@gmail.com> | 2013-07-10 11:31:40 -0400 |
commit | 1dd0d8ef47ad60723d4b475bbf198d9e69de113a (patch) | |
tree | 463f0abc92df662c4d3ff5cf2ece0dcfc58111fe /.gitmodules | |
parent | 376467725ab3d14e1d59e20a74b54be84ed805a8 (diff) | |
download | pelican-themes-1dd0d8ef47ad60723d4b475bbf198d9e69de113a.tar.gz |
Added a new theme called Sundown
Added a theme called sundown based on the theme provided by GitHub Pages.
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 |