2020-12-01 12:33:47 +01:00
|
|
|
+++
|
|
|
|
fragment = "hero"
|
|
|
|
#disabled = true
|
2020-12-02 08:59:30 +01:00
|
|
|
date = "2020-12-01"
|
2020-12-01 12:33:47 +01:00
|
|
|
weight = 50
|
|
|
|
background = "light" # can influence the text color
|
|
|
|
particles = true
|
|
|
|
|
2020-12-02 08:59:30 +01:00
|
|
|
title = "Aroy"
|
|
|
|
subtitle = "I am a hobby programmer and artist."
|
2020-12-01 12:33:47 +01:00
|
|
|
|
|
|
|
[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]]
|
2020-12-02 08:59:30 +01:00
|
|
|
text = "Portfolio"
|
|
|
|
url = "/portfolio"
|
2020-12-01 12:33:47 +01:00
|
|
|
color = "info" # primary, secondary, success, danger, warning, info, light, dark, link - default: primary
|
|
|
|
|
2020-12-02 08:59:30 +01:00
|
|
|
#[[buttons]]
|
|
|
|
# text = "Download"
|
|
|
|
# url = "https://github.com/okkur/syna/releases"
|
|
|
|
# color = "primary"
|
2020-12-01 12:33:47 +01:00
|
|
|
|
|
|
|
[[buttons]]
|
2020-12-02 08:59:30 +01:00
|
|
|
text = "Blog"
|
|
|
|
url = "/blog"
|
|
|
|
color = "primary"
|
2020-12-01 12:33:47 +01:00
|
|
|
+++
|