mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 21:04:23 +01:00
commit
a2e4ab0045
10 changed files with 38 additions and 15 deletions
14
config.toml
14
config.toml
|
@ -91,18 +91,18 @@ lastmod = ["lastmod", ":git", "date"]
|
||||||
weight = 50
|
weight = 50
|
||||||
|
|
||||||
[[menu.footer]]
|
[[menu.footer]]
|
||||||
url = "#"
|
url = "/portfolio"
|
||||||
name = "Link"
|
name = "Portfolio"
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
[[menu.footer]]
|
[[menu.footer]]
|
||||||
url = "#"
|
url = "/blog"
|
||||||
name = "Long Link"
|
name = "Blog"
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
[[menu.footer]]
|
[[menu.footer]]
|
||||||
url = "#"
|
url = "/about"
|
||||||
name = "Tiny Link"
|
name = "About Me"
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
[[menu.copyright_footer]]
|
[[menu.copyright_footer]]
|
||||||
|
@ -125,7 +125,7 @@ lastmod = ["lastmod", ":git", "date"]
|
||||||
weight = 20
|
weight = 20
|
||||||
name = "GitHub"
|
name = "GitHub"
|
||||||
pre = "fab fa-github"
|
pre = "fab fa-github"
|
||||||
url = "https://github.com/EDUDD22"
|
url = "https://github.com/Aroy-Art"
|
||||||
|
|
||||||
[[menu.footer_social]]
|
[[menu.footer_social]]
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
+++
|
+++
|
||||||
date = "2020-12-1"
|
date = "2020-12-01"
|
||||||
fragment = "404"
|
fragment = "404"
|
||||||
weight = 150
|
weight = 150
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
+++
|
+++
|
||||||
fragment = "copyright"
|
fragment = "copyright"
|
||||||
#disabled = true
|
#disabled = true
|
||||||
date = "2020-12-1"
|
date = "2020-12-01"
|
||||||
weight = 1250
|
weight = 1250
|
||||||
|
|
||||||
copyright = "" # default: Copyright $Year .Site.params.name
|
copyright = "" # default: Copyright $Year .Site.params.name
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
+++
|
+++
|
||||||
fragment = "footer"
|
fragment = "footer"
|
||||||
#disabled = true
|
#disabled = true
|
||||||
date = "2020-12-1"
|
date = "2020-12-01"
|
||||||
weight = 1200
|
weight = 1200
|
||||||
background = "secondary"
|
background = "secondary"
|
||||||
|
|
||||||
menu_title = "Link Title"
|
menu_title = "Index"
|
||||||
|
|
||||||
[asset]
|
[asset]
|
||||||
title = "Logo Title"
|
title = "Logo Title"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
+++
|
+++
|
||||||
fragment = "nav"
|
fragment = "nav"
|
||||||
disabled = false
|
disabled = false
|
||||||
date = "2020-12-1"
|
date = "2020-12-01"
|
||||||
weight = 0
|
weight = 0
|
||||||
background = "dark"
|
background = "dark"
|
||||||
search = true
|
search = true
|
||||||
|
|
21
content/_index/blog-news.md
Normal file
21
content/_index/blog-news.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
+++
|
||||||
|
fragment = "list"
|
||||||
|
weight = 150
|
||||||
|
|
||||||
|
title = "New posts"
|
||||||
|
subtitle = " "
|
||||||
|
title_align = "center" # Default is center, can be left, right or center
|
||||||
|
|
||||||
|
background = "secondary"
|
||||||
|
count = 2 # Default value is 10
|
||||||
|
section = "/blog" # Default value is current section
|
||||||
|
#summary = true # Default value is true
|
||||||
|
images = true # Default value is true
|
||||||
|
#read_more = true # Default value is empty (empty: show when content is truncated, false to never show, true to always show)
|
||||||
|
tiled = true # Default value is false
|
||||||
|
display_date = true # Default is false
|
||||||
|
collapsible = false # Default value is false
|
||||||
|
|
||||||
|
subsections = true # Default to true. Shows subsection branch pages
|
||||||
|
subsection_leaves = true # Default to false. Shows subsection leaf pages
|
||||||
|
+++
|
|
@ -13,7 +13,7 @@ title = "Contact Me"
|
||||||
post_url = "https://example.com/mailout" #default: formspree.io
|
post_url = "https://example.com/mailout" #default: formspree.io
|
||||||
email = "mail@example.com"
|
email = "mail@example.com"
|
||||||
button = "Send Button" # defaults to theme default
|
button = "Send Button" # defaults to theme default
|
||||||
#netlify = false
|
netlify = true
|
||||||
|
|
||||||
# Optional google captcha
|
# Optional google captcha
|
||||||
#[recaptcha]
|
#[recaptcha]
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
+++
|
+++
|
||||||
fragment = "sample-custom-fragment"
|
fragment = "sample-custom-fragment"
|
||||||
#disabled = false
|
disabled = true
|
||||||
date = "2020-12-01"
|
date = "2020-12-01"
|
||||||
weight = 1000
|
weight = 1000
|
||||||
|
|
||||||
background = "light"
|
background = "light"
|
||||||
|
draft = true
|
||||||
+++
|
+++
|
||||||
|
|
1
layouts/shortcodes/md.html
Normal file
1
layouts/shortcodes/md.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{{ .Inner }}
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue