forked from raviriley/agency-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempting to add formspree_path site variable
Solution may work for raviriley#10 Should maintain backwards compatibility if `formspree_form_path` is not set in older `_config.yml` installations. Tested only locally, may need additional testing. comment out formspree_form_path for backwards compatibility
- Loading branch information
1 parent
ec6be0a
commit a69b55b
Showing
3 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# This config file is meant for settings that affect your whole blog, values | ||
# which you are expected to set up once and rarely edit after that. | ||
# This file is *NOT* reloaded automatically when you use 'bundle exec jekyll serve'. | ||
# This file is *NOT* reloaded automatically when you use 'bundle exec jekyll serve'. | ||
# If you change this file, please restart the server process. | ||
|
||
# Site settings | ||
|
@@ -16,7 +16,7 @@ theme: jekyll-agency | |
url : "" # the base hostname & protocol for your site, e.g. http://example.com | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
|
||
title : Your Awesome Website | ||
title : Your Awesome Website | ||
email : [email protected] #this is also the email contact forms will go to | ||
description: "Site description" | ||
author : Your Name | ||
|
@@ -30,4 +30,8 @@ analytics: | |
collections: | ||
portfolio: | ||
|
||
markdown: kramdown | ||
markdown: kramdown | ||
|
||
# Uncomment following line to use Formspree form ID based URL instead of email based URL | ||
# Details: https://help.formspree.io/hc/en-us/articles/360017735154-How-to-prevent-spam | ||
# formspree_form_path: "f/a_form_id" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters