From ab3f0a888fa714767d302864f85d804413d6a602 Mon Sep 17 00:00:00 2001 From: Shai Zarka Date: Sun, 4 May 2025 14:40:20 +0300 Subject: [PATCH 1/5] added Try Valkey support Signed-off-by: Shai Zarka --- content/try-valkey/index.md | 5 + templates/default.html | 1 + templates/valkey-try-me.html | 277 +++++++++++++++++++++++++++++++++++ 3 files changed, 283 insertions(+) create mode 100644 content/try-valkey/index.md create mode 100644 templates/valkey-try-me.html diff --git a/content/try-valkey/index.md b/content/try-valkey/index.md new file mode 100644 index 00000000..bc1b04ba --- /dev/null +++ b/content/try-valkey/index.md @@ -0,0 +1,5 @@ ++++ +title = "Try Valkey" +template = "valkey-try-me.html" ++++ + diff --git a/templates/default.html b/templates/default.html index 5bbb2b9c..c82e63b4 100644 --- a/templates/default.html +++ b/templates/default.html @@ -36,6 +36,7 @@ Blog Community Participants + Try Valkey diff --git a/templates/valkey-try-me.html b/templates/valkey-try-me.html new file mode 100644 index 00000000..60c3eccd --- /dev/null +++ b/templates/valkey-try-me.html @@ -0,0 +1,277 @@ +{% extends "fullwidth.html" %} +{%- block head -%} + Try Valkey + + + + + + + + + + + +{%- endblock -%} +{% block main_content %} +

This is an in-browser Valkey server and CLI that runs directly within your browser using a V86 emulator, requiring no external installations.

+

Try it out below:

+ + +
+ +

This emulator will download approximately 50MB of data.

+
+ + + + + + +{% endblock main_content %} \ No newline at end of file From fcc7829321f176f87576517cef31218219ba8923 Mon Sep 17 00:00:00 2001 From: Shai Zarka Date: Wed, 28 May 2025 12:18:52 +0300 Subject: [PATCH 2/5] "refactored style to a separate css file" Signed-off-by: Shai Zarka --- templates/valkey-try-me.html | 63 +++++++----------------------------- 1 file changed, 11 insertions(+), 52 deletions(-) diff --git a/templates/valkey-try-me.html b/templates/valkey-try-me.html index 60c3eccd..1afc0bf7 100644 --- a/templates/valkey-try-me.html +++ b/templates/valkey-try-me.html @@ -3,56 +3,15 @@ Try Valkey - - - - + + + + - - - {%- endblock -%} {% block main_content %}

This is an in-browser Valkey server and CLI that runs directly within your browser using a V86 emulator, requiring no external installations.

@@ -75,7 +34,7 @@ - - - + + + + - - + + {%- endblock -%} {% block main_content %} @@ -34,7 +34,7 @@ @@ -11,17 +9,17 @@ - -{%- endblock -%} -{% block main_content %} -

This is an in-browser Valkey server and CLI that runs directly within your browser using a V86 emulator, requiring no external installations.

+ + + Try Valkey +

This is an in-browser Valkey server and CLI that runs directly within your browser using a V86 emulator, requiring no external installations.

Try it out below:

- +

This emulator will download approximately 50MB of data.

@@ -29,8 +27,6 @@

Preparing to load...

- -