Merge pull request #4 from Aroy-Art/dev

Dev
This commit is contained in:
Aroy-Art 2020-12-14 15:03:54 +01:00 committed by GitHub
commit a2e4ab0045
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 38 additions and 15 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
+++ +++
date = "2020-12-1" date = "2020-12-01"
fragment = "404" fragment = "404"
weight = 150 weight = 150

View file

@ -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

View file

@ -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"

View file

@ -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

View 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
+++

View file

@ -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]

View file

@ -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
+++ +++

View file

@ -0,0 +1 @@
{{ .Inner }}

File diff suppressed because one or more lines are too long