mirror of
https://github.com/skoobasteeve/skoobasteeve.github.io.2.git
synced 2026-03-20 07:58:57 +00:00
Compare commits
7 Commits
nas-ubuntu
...
form-test
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e1be7519e | |||
| db7255c3c1 | |||
| 308fc94ed9 | |||
| 1ea489227e | |||
| 9d9e0525e5 | |||
| a556126ba0 | |||
|
|
6b5525a071 |
@@ -85,11 +85,7 @@ social:
|
||||
|
||||
# Analytics
|
||||
analytics:
|
||||
provider : false # false (default), "google", "google-universal", "google-gtag", "custom"
|
||||
google:
|
||||
tracking_id :
|
||||
anonymize_ip : # true, false (default)
|
||||
|
||||
provider : "custom"
|
||||
|
||||
# Site Author
|
||||
author:
|
||||
|
||||
1
_includes/analytics-providers/custom.html
Normal file
1
_includes/analytics-providers/custom.html
Normal file
@@ -0,0 +1 @@
|
||||
<script async defer data-domain="rayagainstthemachine.net" src="https://plausible.io/js/plausible.js"></script>
|
||||
25
_pages/contact.md
Normal file
25
_pages/contact.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
layout: single
|
||||
title: Contact
|
||||
permalink: /contact/
|
||||
---
|
||||
<form name="contact" netlify>
|
||||
<p>
|
||||
<label>Name <input type="text" name="name" /></label>
|
||||
</p>
|
||||
<p>
|
||||
<label>Email <input type="email" name="email" /></label>
|
||||
</p>
|
||||
<p>
|
||||
<label>Phone <input type="text" name="phone" /></label>
|
||||
</p>
|
||||
<p>
|
||||
<label>+1 (If applicable) <input type="text" name="plusone" /></label>
|
||||
</p>
|
||||
<p>
|
||||
<label>Comments <input type="text" name="comments" /></label>
|
||||
</p>
|
||||
<p>
|
||||
<button type="submit">Send</button>
|
||||
</p>
|
||||
</form>
|
||||
BIN
favicon.ico
BIN
favicon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 31 KiB |
Reference in New Issue
Block a user