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
|
||||
|
||||
[[menu.footer]]
|
||||
url = "#"
|
||||
name = "Link"
|
||||
url = "/portfolio"
|
||||
name = "Portfolio"
|
||||
weight = 10
|
||||
|
||||
[[menu.footer]]
|
||||
url = "#"
|
||||
name = "Long Link"
|
||||
url = "/blog"
|
||||
name = "Blog"
|
||||
weight = 30
|
||||
|
||||
[[menu.footer]]
|
||||
url = "#"
|
||||
name = "Tiny Link"
|
||||
url = "/about"
|
||||
name = "About Me"
|
||||
weight = 30
|
||||
|
||||
[[menu.copyright_footer]]
|
||||
|
@ -125,7 +125,7 @@ lastmod = ["lastmod", ":git", "date"]
|
|||
weight = 20
|
||||
name = "GitHub"
|
||||
pre = "fab fa-github"
|
||||
url = "https://github.com/EDUDD22"
|
||||
url = "https://github.com/Aroy-Art"
|
||||
|
||||
[[menu.footer_social]]
|
||||
weight = 30
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
date = "2020-12-1"
|
||||
date = "2020-12-01"
|
||||
fragment = "404"
|
||||
weight = 150
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
fragment = "copyright"
|
||||
#disabled = true
|
||||
date = "2020-12-1"
|
||||
date = "2020-12-01"
|
||||
weight = 1250
|
||||
|
||||
copyright = "" # default: Copyright $Year .Site.params.name
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
+++
|
||||
fragment = "footer"
|
||||
#disabled = true
|
||||
date = "2020-12-1"
|
||||
date = "2020-12-01"
|
||||
weight = 1200
|
||||
background = "secondary"
|
||||
|
||||
menu_title = "Link Title"
|
||||
menu_title = "Index"
|
||||
|
||||
[asset]
|
||||
title = "Logo Title"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
fragment = "nav"
|
||||
disabled = false
|
||||
date = "2020-12-1"
|
||||
date = "2020-12-01"
|
||||
weight = 0
|
||||
background = "dark"
|
||||
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
|
||||
email = "mail@example.com"
|
||||
button = "Send Button" # defaults to theme default
|
||||
#netlify = false
|
||||
netlify = true
|
||||
|
||||
# Optional google captcha
|
||||
#[recaptcha]
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
+++
|
||||
fragment = "sample-custom-fragment"
|
||||
#disabled = false
|
||||
disabled = true
|
||||
date = "2020-12-01"
|
||||
weight = 1000
|
||||
|
||||
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