summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-08-29 14:27:19 +0200
committerLudovic Courtès <ludo@gnu.org>2016-08-29 14:27:19 +0200
commit927b2619ca668b7274e1c053116c31002f8c3343 (patch)
tree34279cc20eae0d2055bd930783a32e5613f8ce5c
parent1c39203ca78bb98ae6f9fdce2e38c5c7b8f7500c (diff)
downloadguix-artwork-927b2619ca668b7274e1c053116c31002f8c3343.tar
guix-artwork-927b2619ca668b7274e1c053116c31002f8c3343.tar.gz
help: Add GHM 2016 talks.
* website/www/help.scm (help-page): Add GHM talks.
-rw-r--r--website/www/help.scm16
1 files changed, 15 insertions, 1 deletions
diff --git a/website/www/help.scm b/website/www/help.scm
index c4c6d7f..e06b264 100644
--- a/website/www/help.scm
+++ b/website/www/help.scm
@@ -183,7 +183,21 @@ about the Nix package manager, which "
"more posts")))
(h2 (@ (id "talks")) "Talks")
- (ul (li "May 2016, DConf: "
+ (ul (li "August 2016, "
+ (a (@ (href ,(gnu-url "ghm/program.html")))
+ "GNU Hackers Meeting")
+ (ul (li (i "GNU Guix is 4 years old!")
+ " (Ludovic Courtès): "
+ (a (@ (href ,(slides-url "guix-ghm-20160818.pdf")))
+ "slides"))
+ (li (i "Using Guix and Emacs in perfect harmony")
+ " (Ludovic Courtès): "
+ " (demo)")
+ (li (i "Navigating the Guix subsystems")
+ " (Ludovic Courtès): "
+ (a (@ (href ,(slides-url "guix-ghm-20160819.pdf")))
+ "slides"))))
+ (li "May 2016, DConf: "
(a (@ (href ,(slides-url
"guix-dconf-20160505.pdf")))
"slides"))