aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-01-14 16:42:08 -0800
committerBryan Newbold <bnewbold@archive.org>2021-01-14 16:42:10 -0800
commit9748332db9433e81b34586792c33411f05ddd4c0 (patch)
tree08e2aa43f4c4a59038ed58919ed0d2f19c806990
parent4c2c7f4e08442ba7013e202c1529abb7da7c4cb9 (diff)
downloadfatcat-scholar-9748332db9433e81b34586792c33411f05ddd4c0.tar.gz
fatcat-scholar-9748332db9433e81b34586792c33411f05ddd4c0.zip
update logo PNGs
These are legit (paid) exports from placeit.net, to replace the previous demo ones which had watermarks half-removed. The formal PNG download images did not have the same "glow" effect on the red "scholar" text, so I extracted from the browser base64 PNG as before. Used gimp to "crop to selection", then cropped out the lowest "start" background and saved. For small, resized to 200px, retaining ratio. Also ran both files through pngquant to reduce size; I can't visually notice any artifacts or anything from this. It is noticable that placeit.net changed the blue font and has less "depth" to the 3D effect, which also makes the logo appear lighter overall. Very noticble when flipping back and forth, don't think it is a big deal otherwise.
-rw-r--r--fatcat_scholar/static/scholar-vaporwave-logo-small.pngbin37905 -> 7789 bytes
-rw-r--r--fatcat_scholar/static/scholar-vaporwave-logo.pngbin97637 -> 22072 bytes
-rw-r--r--settings.toml2
3 files changed, 2 insertions, 0 deletions
diff --git a/fatcat_scholar/static/scholar-vaporwave-logo-small.png b/fatcat_scholar/static/scholar-vaporwave-logo-small.png
index c5c826e..c40f7ec 100644
--- a/fatcat_scholar/static/scholar-vaporwave-logo-small.png
+++ b/fatcat_scholar/static/scholar-vaporwave-logo-small.png
Binary files differ
diff --git a/fatcat_scholar/static/scholar-vaporwave-logo.png b/fatcat_scholar/static/scholar-vaporwave-logo.png
index 2a981d9..1e17341 100644
--- a/fatcat_scholar/static/scholar-vaporwave-logo.png
+++ b/fatcat_scholar/static/scholar-vaporwave-logo.png
Binary files differ
diff --git a/settings.toml b/settings.toml
index 0a9a95e..e78fad5 100644
--- a/settings.toml
+++ b/settings.toml
@@ -23,6 +23,8 @@ ENABLE_PROMETHEUS = false
[test]
SCHOLAR_ENV = "test"
FATCAT_API_HOST = "http://disabled-during-tests-bogus.xyz:3333"
+ELASTICSEARCH_FRONTEND = "http://disabled-during-tests-bogus.xyz:3333"
+ELASTICSEARCH_BACKEND = "http://disabled-during-tests-bogus.xyz:3333"
SCHOLAR_ISSUEDB_PATH = ":memory:"
[development]