From 7eb5576d7947126eeb7187c29e8a67cb7e2727ec Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sun, 21 Oct 2018 01:26:52 +0100 Subject: [PATCH] Sync Academic v3-dev --- config.toml | 2 +- content/home/contact.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index a72414f..d5a122d 100644 --- a/config.toml +++ b/config.toml @@ -98,7 +98,7 @@ enableGitInfo = false # SITE SETUP # Color theme. - # Choose from `default`, `ocean`, `forest`, `coffee`, `dark`, or `1950s`. + # Choose from `default`, `ocean`, `forest`, `dark`, `apogee`, `1950s`, `coffee`, `cupcake`. color_theme = "default" # Font style. diff --git a/content/home/contact.md b/content/home/contact.md index b5d311c..d8e684c 100644 --- a/content/home/contact.md +++ b/content/home/contact.md @@ -13,5 +13,10 @@ weight = 70 # Automatically link email and phone? autolink = true +# Email form provider +# 0: Disable email form +# 1: Netlify (requires that the site is hosted by Netlify) +# 2: formspree.io +email_form = 2 +++