diff --git a/.gitmodules b/.gitmodules index ca13566..1a3cb07 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "pelican-plugins/pelican-toc"] path = pelican-plugins/pelican-toc url = https://github.com/ingwinlu/pelican-toc.git +[submodule "theme"] + path = theme + url = ssh://gitea@gitea.gitu.be:2222/masq/pelican-papyrus.git diff --git a/theme b/theme new file mode 160000 index 0000000..04762f8 --- /dev/null +++ b/theme @@ -0,0 +1 @@ +Subproject commit 04762f8e4fe25be62e354aff979f89f8b98eddbf diff --git a/theme/static b/theme/static deleted file mode 120000 index 54be291..0000000 --- a/theme/static +++ /dev/null @@ -1 +0,0 @@ -../../pelican-papyrus/static/ \ No newline at end of file diff --git a/theme/templates b/theme/templates deleted file mode 120000 index c4d3484..0000000 --- a/theme/templates +++ /dev/null @@ -1 +0,0 @@ -../../pelican-papyrus/templates/ \ No newline at end of file