-
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
32 changed files
with
450 additions
and
421 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 |
---|---|---|
|
@@ -87,6 +87,31 @@ 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] | ||
|
||
|
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{{ $image := .Page.Resources.GetMatch (printf "%s" (.Destination | safeURL)) }} | ||
{{ if .Title }} | ||
<figure> | ||
<img alt="{{ .Text }}" loading="lazy" src="{{ .Destination | safeURL }}" /> | ||
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" loading="lazy" /> | ||
<figcaption>{{ .Title | markdownify -}}</figcaption> | ||
</figure> | ||
{{ else }} | ||
<img alt="{{ .Text }}" src="{{ .Destination | safeURL }}" /> | ||
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" /> | ||
{{ end }} |
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
1 change: 1 addition & 0 deletions
1
page/resources/_gen/assets/scss/scss/main.scss_e86386c8bae1cd02295de71a1be078d6.content
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
page/resources/_gen/assets/scss/scss/main.scss_e86386c8bae1cd02295de71a1be078d6.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"Target":"css/main.min.9350283e6779ea7c9c8af1912b0e7ca9c590d09e3d7bb33d6db21beebbd59ef9.css","MediaType":"text/css","Data":{"Integrity":"sha256-k1AoPmd56nycivGRKw58qcWQ0J49e7M9bbIb7rvVnvk="}} |
1 change: 1 addition & 0 deletions
1
page/resources/_gen/assets/scss/scss/noscript.scss_1a7bc36f814a819e6a40952359533fd5.content
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
html{--accent:#1dbc91}.req-js{display:none} |
1 change: 1 addition & 0 deletions
1
page/resources/_gen/assets/scss/scss/noscript.scss_1a7bc36f814a819e6a40952359533fd5.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"Target":"css/noscript.min.3f3b95436b19eaeb9223fb12c0b86737d53ee0a47fdba271a886c244bc03975c.css","MediaType":"text/css","Data":{"Integrity":"sha256-PzuVQ2sZ6uuSI/sSwLhnN9U+4KR/26JxqIbCRLwDl1w="}} |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.