Added content/

This commit is contained in:
EDUDD22 2020-12-01 12:33:47 +01:00
parent 206d05dc72
commit 1f37f4029a
15 changed files with 212 additions and 0 deletions

51
content/_index/contact.md Normal file
View file

@ -0,0 +1,51 @@
+++
fragment = "contact"
#disabled = true
date = "2017-09-10"
weight = 1100
#background = "light"
form_name = "defaultContact"
title = "Contact fragment"
subtitle = "*not working on demo page*"
# PostURL can be used with backends such as mailout from caddy
post_url = "https://example.com/mailout" #default: formspree.io
email = "mail@example.com"
button = "Send Button" # defaults to theme default
#netlify = false
# Optional google captcha
#[recaptcha]
# sitekey = ""
[message]
success = "" # defaults to theme default
#error = "" # defaults to theme default
# Only defined fields are shown in contact form
[fields.name]
text = "Your Name *"
#error = "" # defaults to theme default
[fields.email]
text = "Your Email *"
#error = "" # defaults to theme default
#[fields.phone]
# text = "Your Phone *"
# #error = "" # defaults to theme default
[fields.message]
text = "Your Message *"
#error = "" # defaults to theme default
# Optional hidden form fields
# Fields "page" and "site" will be autofilled
[[fields.hidden]]
name = "page"
[[fields.hidden]]
name = "someID"
value = "example.com"
+++

34
content/_index/hero.md Normal file
View file

@ -0,0 +1,34 @@
+++
fragment = "hero"
#disabled = true
date = "2016-09-07"
weight = 50
background = "light" # can influence the text color
particles = true
title = "Syna Theme"
subtitle = "Showcase your next project"
[header]
image = "header.jpg"
[asset]
image = "logo.svg"
width = "500px" # optional - will default to image width
#height = "150px" # optional - will default to image height
[[buttons]]
text = "Button"
url = "#"
color = "info" # primary, secondary, success, danger, warning, info, light, dark, link - default: primary
[[buttons]]
text = "Download"
url = "https://github.com/okkur/syna/releases"
color = "primary"
[[buttons]]
text = "Button"
url = "#"
color = "success"
+++

3
content/_index/index.md Normal file
View file

@ -0,0 +1,3 @@
+++
headless = true
+++

View file

@ -0,0 +1,8 @@
+++
fragment = "sample-custom-fragment"
#disabled = false
date = "2017-09-09"
weight = 1000
background = "light"
+++