diff options
author | Justin Mayer <entroP@gmail.com> | 2013-09-09 23:56:30 -0700 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2013-09-09 23:56:30 -0700 |
commit | b062b010425416601f9b623136d42cb88db09dc5 (patch) | |
tree | 13834f5057e9fafd3e5dd2d664f900fd8e6bb2a0 | |
parent | 88d2c5e687662e3c6a60f3b8d8773cb35e6a1a94 (diff) | |
parent | a3180ed925c0583c44a77af589a474d5d71d6418 (diff) | |
download | pelican-themes-b062b010425416601f9b623136d42cb88db09dc5.tar.gz |
Merge pull request #141 from danclaudiupop/master
adding pure theme. theme based on purecss.io
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | pure | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2c08aff..96f07d7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,3 +67,6 @@ [submodule "storm"] path = storm url = git@github.com:redVi/storm.git +[submodule "pure"] + path = pure + url = https://github.com/danclaudiupop/pure.git diff --git a/pure b/pure new file mode 160000 +Subproject b37c988b40d789e964db5acfca59c21f9fc49a3 |