From 94ace2758cb2960569ea0294e60f497d196bec14 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Thu, 10 Dec 2020 19:41:42 +0000
Subject: [PATCH] Added instructions for Formspree and the static homepage

---
 exampleSite/config.toml |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index be0a4db..530dc8f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -25,14 +25,16 @@
 profilePicture = "images/profile.jpg"
 keywords = ""
 favicon = "favicons/"
-customCss = [] # ie ["css/custom.css"]
-customJs = [] # ie ["js/custom.js"]
+# example ["css/custom.css"]
+customCss = []
+# example ["js/custom.js"]
+customJs = [] 
 mainSections = ["post"]
 images = ["images/site-feature-image.png"]
 doNotLoadAnimations = false
-contactFormAction = "https://formspree.io/f/your-form-hash-here"
-
-# Google Site Verification
+# Form Spree Contact Form
+#contactFormAction = "https://formspree.io/f/your-form-hash-here"
+# Google Site Verify
 #googleSiteVerify = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
 
 ## Math settings

--
Gitblit v1.10.0