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

View file

@ -0,0 +1,11 @@
+++
fragment = "copyright"
#disabled = true
date = "2020-12-1"
weight = 1250
#background = ""
copyright = "" # default: Copyright $Year .Site.params.name
attribution = true # enable attribution by setting it to true
background = "dark"
+++

21
content/_global/footer.md Normal file
View file

@ -0,0 +1,21 @@
+++
fragment = "footer"
#disabled = true
date = "2020-12-1"
weight = 1200
background = "secondary"
menu_title = "Link Title"
[asset]
title = "Logo Title"
image = "logo.svg"
text = "Logo Subtext"
url = "#"
+++
#### Description Title
Project description such as:
Open source theme for your next project
Provided by Okkur Labs

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

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

19
content/_global/nav.md Normal file
View file

@ -0,0 +1,19 @@
+++
fragment = "nav"
disabled = false
date = "2020-12-1"
weight = 0
background = "dark"
search = true
sticky = true
#[repo_button]
# url = "https://github.com/okkur/syna"
# text = "Star" # default: "Star"
# icon = "fab fa-github" # defaults: "fab fa-github"
# Branding options
[asset]
image = "logo.svg"
text = "EDUDD22"
+++