From 10288047b2658cac1bac4c9b01f944b7f046563c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 17 May 2021 20:04:08 +0300 Subject: [PATCH] Replace upstream seafoam theme with my fork. Removes the JS in the theme. --- Pipfile | 2 +- Pipfile.lock | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Pipfile b/Pipfile index 3712525..b4fdf45 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 2e9b812..0083b20 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "21d3db4873e19e6a466fc53cab4eda15197def11a396825aff8ad465cb74dd72" + "sha256": "5479dc4bb239101c4b89ef8c7faa605724f7806f1cc2ed78a384b34d8306b7f0" }, "pipfile-spec": 6, "requires": { @@ -297,12 +297,8 @@ "version": "==2021.4.4" }, "seafoam": { - "hashes": [ - "sha256:8b5a7a92fded1898de27a27fe12bb7f7ca2b86f709c5fa2b4af7969c871655ad", - "sha256:f86a4b83bdcccae0ce2c71d2a379a44272fdc8c16662e915c52bb86723270330" - ], - "index": "pypi", - "version": "==2.5.0" + "git": "https://github.com/adarnimrod/seafoam.git", + "ref": "8ce3449fd5ef573ff024eb1d59fb59f939eb8901" }, "six": { "hashes": [ -- GitLab