mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2025-05-09 21:27:27 +02:00
Added content/
This commit is contained in:
parent
206d05dc72
commit
1f37f4029a
15 changed files with 212 additions and 0 deletions
11
content/_global/copyright.md
Normal file
11
content/_global/copyright.md
Normal 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
21
content/_global/footer.md
Normal 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
3
content/_global/index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
+++
|
||||
headless = true
|
||||
+++
|
19
content/_global/nav.md
Normal file
19
content/_global/nav.md
Normal 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"
|
||||
+++
|
Loading…
Add table
Add a link
Reference in a new issue