7 Commits

Author SHA1 Message Date
3e1be7519e initial netlify form test 2020-10-18 14:50:16 -04:00
db7255c3c1 fixed include section 2020-10-07 19:34:54 -04:00
308fc94ed9 analytics includes 2020-10-07 19:31:12 -04:00
1ea489227e analytics 2020-10-07 19:25:39 -04:00
9d9e0525e5 plausible analytics trial 2020-10-07 19:22:10 -04:00
a556126ba0 new favicon 2020-10-07 19:13:14 -04:00
skoobasteeve
6b5525a071 Merge pull request #2 from skoobasteeve/nas-ubuntu
Nas ubuntu
2020-10-07 19:03:45 -04:00
4 changed files with 27 additions and 5 deletions

View File

@@ -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:

View 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
View 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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 31 KiB