From e3a458fee3e155d8ec79f78d951fdb122c42e5f7 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 24 Aug 2020 00:22:47 -0400 Subject: 2020/cfp: s/deter/detract/ --- 2020/cfp.md | 2 +- 2020/emacsconf-2020-cfp.org | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/2020/cfp.md b/2020/cfp.md index 133e76f9..8621cc2f 100644 --- a/2020/cfp.md +++ b/2020/cfp.md @@ -95,7 +95,7 @@ will be happy to work something out with you. To help minimize disruptions in case of potential technical issues that may arise during the conference, we ask that our speakers either schedule a short tech-check with us, or submit a prerecording of their -talk (especially for Lightning talks, where the allotted time slot is +talk (especially for lightning talks, where the allotted time slot is rather small and any issues that cannot be resolved quickly will greatly detract from the presentation). We will send an email about this with more details further down the line. diff --git a/2020/emacsconf-2020-cfp.org b/2020/emacsconf-2020-cfp.org index a20edf98..2b150053 100644 --- a/2020/emacsconf-2020-cfp.org +++ b/2020/emacsconf-2020-cfp.org @@ -75,9 +75,9 @@ will be happy to work something out with you. To help minimize disruptions in case of potential technical issues that may arise during the conference, we ask that our speakers either schedule a short tech-check with us, or submit a prerecording of their -talk (especially for Lightning talks, where the allotted time slot is +talk (especially for lightning talks, where the allotted time slot is rather small and any issues that cannot be resolved quickly will -greatly deter from the presentation). We will send an email about +greatly detract from the presentation). We will send an email about this with more details further down the line. Keynote speaker(s) for EmacsConf 2020 will be introduced in a future @@ -86,7 +86,7 @@ announcement. * Topic ideas Not sure what to talk about? You might find some neat ideas on the -[[https://emacsconf.org/2020/ideas/][ideas]] page (feel free to add yours there too)! If you're still not +[[https://emacsconf.org/2020/ideas/][ideas]] page. Feel free to add yours there too! If you're still not sure, come by our IRC channel =#emacsconf= on =chat.freenode.net= and say hi. You can join the chat using [[ircs://chat.freenode.net:6697/emacsconf][your favourite IRC client]], or by pointing your web browser to [[https://chat.emacsconf.org][chat.emacsconf.org]] which runs our -- cgit v1.2.3 From 4f3e4530a3044e756ec50a9b858104869aa737e4 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 24 Aug 2020 05:57:28 -0400 Subject: 2020/cfp: remove "talks" from the opening summary --- 2020/cfp.md | 2 +- 2020/emacsconf-2020-cfp.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2020/cfp.md b/2020/cfp.md index 8621cc2f..85c5ecca 100644 --- a/2020/cfp.md +++ b/2020/cfp.md @@ -3,7 +3,7 @@ **EmacsConf 2020 | November 28 and 29, 2020 | Online Conference** -The Call for Proposals for EmacsConf 2020 talks is now open, until +The Call for Proposals for EmacsConf 2020 is now open, until **September 30, 2020**. After a successful [[EmacsConf 2019|2019]], we are back again this diff --git a/2020/emacsconf-2020-cfp.org b/2020/emacsconf-2020-cfp.org index 2b150053..8a889c43 100644 --- a/2020/emacsconf-2020-cfp.org +++ b/2020/emacsconf-2020-cfp.org @@ -5,7 +5,7 @@ # Copyright (C) 2020 Amin Bandali, Sacha Chua, David Bremner -The [[https://emacsconf.org/2020/cfp/][Call for Proposals]] for [[https://emacsconf.org/2020/][EmacsConf 2020]] talks is now open, until +The [[https://emacsconf.org/2020/cfp/][Call for Proposals]] for [[https://emacsconf.org/2020/][EmacsConf 2020]] is now open, until *September 30, 2020*. After a successful EmacsConf 2019, we are back again this year and are -- cgit v1.2.3 From a67e1d6febdd576b27ab47313f1cf58cff2548f1 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 24 Aug 2020 08:13:06 -0400 Subject: experiment with narrower widths to improve readability --- local.css | 10 +++++++++- templates/page.tmpl | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/local.css b/local.css index 757863e4..b712bf4d 100644 --- a/local.css +++ b/local.css @@ -1,6 +1,14 @@ /* ikiwiki local style sheet */ -#content { line-height: 1.5 } +.pageheader, .pagebody, .pagefooter { + max-width: 60rem; + margin: 0 auto; +} + +#content { + max-width: 38rem; + line-height: 1.5; +} video { max-width: 100% } diff --git a/templates/page.tmpl b/templates/page.tmpl index f741a107..0569cf23 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -123,6 +123,8 @@ +
+