guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: website: media: Move graphical installer demo away from front pag


From: Ludovic Courtès
Subject: 02/02: website: media: Move graphical installer demo away from front page.
Date: Mon, 16 Nov 2020 12:40:56 -0500 (EST)

civodul pushed a commit to branch master
in repository guix-artwork.

commit f2463368f15c38d1d4b6e2377843cd903c460a7b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Nov 16 18:29:00 2020 +0100

    website: media: Move graphical installer demo away from front page.
    
    This is a followup to 4146d95ac01252e940618e77fadd8d0265ec48d5.
    
    * website/apps/media/data.scm (playlists): Move graphical installer demo
    out of the front page.
---
 website/apps/media/data.scm | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/website/apps/media/data.scm b/website/apps/media/data.scm
index 9e66f5c..9b1e2c5 100644
--- a/website/apps/media/data.scm
+++ b/website/apps/media/data.scm
@@ -29,16 +29,7 @@
 GNU Guix."))
      #:url "https://guix.gnu.org/guix-videos/01-installation-from-script.webm";
      #:poster (guix-url "static/videos/img/installation-from-script.png")
-     #:last-updated (string->date "2020-03-28T16:00:00" "~Y-~m-~dT~H:~M:~S"))
-    (video
-     #:title (C_ "video title"
-                 "Demonstration of the Guix System graphical installer")
-     #:page-subpath "system-graphical-installer"
-     #:description
-     (G_ '(p "Walks you through the graphical installer of GNU Guix System."))
-     #:url "https://guix.gnu.org/guix-videos/guix-system-install-1.1.0.webm";
-     #:poster (guix-url "static/videos/img/guix-system-install.png")
-     #:last-updated (string->date "2020-04-15T16:00:00" "~Y-~m-~dT~H:~M:~S")))
+     #:last-updated (string->date "2020-03-28T16:00:00" "~Y-~m-~dT~H:~M:~S")))
 
    (list
     (video
@@ -58,6 +49,18 @@ generations."))
      #:url "https://guix.gnu.org/guix-videos/02-everyday-use-part-two.webm";
      #:poster (guix-url "static/videos/img/everyday-use-02.png")
      #:last-updated (string->date "2020-03-28T16:00:00" "~Y-~m-~dT~H:~M:~S")))
+
+   (list
+    (video
+     #:title (C_ "video title"
+                 "Demonstration of the Guix System graphical installer")
+     #:page-subpath "system-graphical-installer"
+     #:description
+     (G_ '(p "Walks you through the graphical installer of GNU Guix System."))
+     #:url "https://guix.gnu.org/guix-videos/guix-system-install-1.1.0.webm";
+     #:poster (guix-url "static/videos/img/guix-system-install.png")
+     #:last-updated (string->date "2020-04-15T16:00:00" "~Y-~m-~dT~H:~M:~S")))
+
    (list
     (video
      #:title (C_ "video title" "Asking for help")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]