diff options
-rw-r--r-- | .gitmodules | 6 | ||||
-rw-r--r-- | README.rst | 6 | ||||
m--------- | elegant | 0 | ||||
m--------- | niu-x2 | 0 |
4 files changed, 9 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 413c484..da846e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,9 @@ [submodule "crowsfoot"] path = crowsfoot url = https://github.com/porterjamesj/crowsfoot.git +[submodule "elegant"] + path = elegant + url = git@github.com:talha131/pelican-elegant.git +[submodule "niu-x2"] + path = niu-x2 + url = http://github.com/wilbur-ma/niu-x2 @@ -27,14 +27,14 @@ To use one of the themes, edit your Pelican settings file to include this line: .. code-block:: python - THEME = "~/pelican-themes/theme-name" + THEME = "/home/user/pelican-themes/theme-name" -So, for instance, to use the ``mnmlst`` theme, you would edit your settings +So, for instance, to use the ``mnmlist`` theme, you would edit your settings file to include: .. code-block:: python - THEME = "~/pelican-themes/mnmlst" + THEME = "/home/user/pelican-themes/mnmlist" Save the changes to your settings file and then regenerate your site by using the Makefile you should already have set up using ``pelican-quickstart``: diff --git a/elegant b/elegant new file mode 160000 +Subproject 7e9c4882fe0d67eb19be1c70521cce7a4ef904b diff --git a/niu-x2 b/niu-x2 new file mode 160000 +Subproject 8d57b4674b2e5ea8ab724bdeb7592e05dff9047 |