From 7f1f3b6446e958729f1227d9b1351cee9e951681 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 21 May 2021 17:25:16 +0300 Subject: [PATCH] Revert "Replace upstream seafoam theme with my fork." This reverts commit 10288047b2658cac1bac4c9b01f944b7f046563c. I think that those JS scripts were needed (show all posts needs that I think). --- Pipfile | 2 +- Pipfile.lock | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Pipfile b/Pipfile index b4fdf45..3712525 100644 --- a/Pipfile +++ b/Pipfile @@ -6,10 +6,10 @@ name = "pypi" [packages] pelican = "*" pelican-minification = "*" +seafoam = "*" pelican-image-process = "*" pelican-jinja-filters = "*" lxml = "*" -seafoam = {ref = "no_js", git = "https://github.com/adarnimrod/seafoam.git"} [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index 0083b20..2e9b812 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "5479dc4bb239101c4b89ef8c7faa605724f7806f1cc2ed78a384b34d8306b7f0" + "sha256": "21d3db4873e19e6a466fc53cab4eda15197def11a396825aff8ad465cb74dd72" }, "pipfile-spec": 6, "requires": { @@ -297,8 +297,12 @@ "version": "==2021.4.4" }, "seafoam": { - "git": "https://github.com/adarnimrod/seafoam.git", - "ref": "8ce3449fd5ef573ff024eb1d59fb59f939eb8901" + "hashes": [ + "sha256:8b5a7a92fded1898de27a27fe12bb7f7ca2b86f709c5fa2b4af7969c871655ad", + "sha256:f86a4b83bdcccae0ce2c71d2a379a44272fdc8c16662e915c52bb86723270330" + ], + "index": "pypi", + "version": "==2.5.0" }, "six": { "hashes": [ -- GitLab