-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
1 addition
and
30 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 |
---|---|---|
|
@@ -49,7 +49,7 @@ paginate = 3 | |
description = "BPE for Symbolic Music" | ||
|
||
# Author | ||
author = "John Doe" | ||
author = "Nathan Fradet" | ||
authorDesc = "BPE for Symbolic Music" | ||
|
||
# Footer text | ||
|
@@ -87,31 +87,6 @@ paginate = 3 | |
# You can disabled it PER PAGE by using "disableTitleSeparator" at front | ||
# matter or disable it entirely by commenting the line below | ||
titleSeparator = "|" | ||
|
||
# Contact form shortcode | ||
[params.contact] | ||
|
||
# formspree.io Form ID | ||
formspreeFormId = "example" | ||
|
||
# Autocomplete [on/off] and min character length for message | ||
autoComplete = false # Default is false | ||
messageMinLength = 140 # Default is 140 | ||
|
||
# Subject | ||
# You can set a single value below (and it will cease to be a dropdown), | ||
# BUT KEEP IT AS AN ARRAY | ||
# It can also be disabled entirely (and it will turn into a text field) | ||
subject = [ 'Just saying "hi"', "I know what you did last winter", "... Is that a sloth?", "お前はもう死んでいる。" ] | ||
|
||
# Text placeholders. As usual, comment the lines if you don't want use them | ||
# The "subject" below will only be used if the "subject" above doesn't exist (ie.: commented/deleted) | ||
[params.contact.placeholder] | ||
name = "Jane Doe" | ||
email = "[email protected]" | ||
subject = 'Just saying "hi"' | ||
message = "Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla nullam quis risus." | ||
|
||
|
||
[params.search] | ||
|
||
|
Oops, something went wrong.