From 3bbd7c7d9b9b25c10ecab3ea23e32e1e7f922b86 Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Fri, 19 Apr 2024 11:12:17 +0200 Subject: [PATCH] website: mention "mox localserve" as a good way to get a feeling for mox --- website/index.md | 9 +++++++-- website/website.go | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/website/index.md b/website/index.md index 06d409b841..36f8a86290 100644 --- a/website/index.md +++ b/website/index.md @@ -48,14 +48,19 @@ or see [all releases](https://github.com/mjl-/mox/releases). ## Quickstart demo Mox is real easy to set up. Get a machine, download the mox binary, run the -quickstart, add the printed DNS records, and you're good to go. See the demo -below, or continue reading at [Install](install/). +quickstart, add the printed DNS records, and you've got a working modern mail +server. See the demo below, or continue reading at [Install](install/). +Not ready for a full setup yet? Try mox in less than a minute: +[download](https://beta.gobuilds.org/github.com/mjl-/mox) and run "mox +localserve". It serves a local-only SMTP/IMAP/Webmail/etc for testing and +development. No setup required. + ## Background Work on mox started in 2021. Admins were migrating their emails to just a few diff --git a/website/website.go b/website/website.go index 14f562dcc5..7f12a68c79 100644 --- a/website/website.go +++ b/website/website.go @@ -407,7 +407,7 @@ dt { font-weight: bold; margin-bottom: .5ex; } dd { max-width: 50em; padding-left: 2em; margin-bottom: 1em; } table { margin-bottom: 2ex; } -video { display: block; max-width: 100%; box-shadow: 0 0 20px 0 #ddd; margin: 0 auto; } +video { display: block; max-width: 100%; box-shadow: 0 0 20px 0 #ddd; margin: 2ex auto; } .img1 { width: 1050px; max-width: 100%; box-shadow: 0 0 20px 0 #bbb; } .img2 { width: 1500px; max-width: 100%; box-shadow: 0 0 20px 0 #bbb; }