From 38f22af18a139cc95e5538109750e65e776617db Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 28 Feb 2022 09:01:29 +0100 Subject: [PATCH] Remove: old _global & _index content --- content/_global/404.md | 16 -------- content/_global/copyright.md | 10 ----- content/_global/footer.md | 20 ---------- content/_global/index.md | 3 -- content/_global/nav.md | 19 --------- content/_index/blog-news.md | 21 ---------- content/_index/contact.md | 51 ------------------------ content/_index/discord-info.md | 11 ----- content/_index/hero.md | 34 ---------------- content/_index/index.md | 3 -- content/_index/sample-custom-fragment.md | 9 ----- 11 files changed, 197 deletions(-) delete mode 100644 content/_global/404.md delete mode 100644 content/_global/copyright.md delete mode 100644 content/_global/footer.md delete mode 100644 content/_global/index.md delete mode 100644 content/_global/nav.md delete mode 100644 content/_index/blog-news.md delete mode 100644 content/_index/contact.md delete mode 100644 content/_index/discord-info.md delete mode 100644 content/_index/hero.md delete mode 100644 content/_index/index.md delete mode 100644 content/_index/sample-custom-fragment.md diff --git a/content/_global/404.md b/content/_global/404.md deleted file mode 100644 index 0055402..0000000 --- a/content/_global/404.md +++ /dev/null @@ -1,16 +0,0 @@ -+++ -date = "2020-12-01" -fragment = "404" -weight = 150 - -#title = "" # default i18n "404.title" -#subtitle = "" # default i18n "404.subtitle" -redirect_text = "You can always go back to my main page" # default i18n "404.direction" -#button_text = "" # default i18n "404.button" -#redirect_url = "" # default / - -[asset] - image = "logo.svg" - width = "500px" # optional - will default to image width - #height = "150px" # optional - will default to image height -+++ \ No newline at end of file diff --git a/content/_global/copyright.md b/content/_global/copyright.md deleted file mode 100644 index 0c42eb1..0000000 --- a/content/_global/copyright.md +++ /dev/null @@ -1,10 +0,0 @@ -+++ -fragment = "copyright" -#disabled = true -date = "2020-12-01" -weight = 1250 - -copyright = "" # default: Copyright $Year .Site.params.name -attribution = true # enable attribution by setting it to true -background = "dark" -+++ diff --git a/content/_global/footer.md b/content/_global/footer.md deleted file mode 100644 index 6ec2e99..0000000 --- a/content/_global/footer.md +++ /dev/null @@ -1,20 +0,0 @@ -+++ -fragment = "footer" -#disabled = true -date = "2020-12-01" -weight = 1200 -background = "secondary" - -menu_title = "Index" - -[asset] - title = "Logo Title" - image = "logo.svg" - text = "Logo Subtext" - url = "#" -+++ - -#### I am also on ---- -[![](/images/logo-sketchfab-grey.png "https://sketchfab.com/Aroy-Art")](https://sketchfab.com/Aroy-Art) ---- diff --git a/content/_global/index.md b/content/_global/index.md deleted file mode 100644 index 2ae2541..0000000 --- a/content/_global/index.md +++ /dev/null @@ -1,3 +0,0 @@ -+++ -headless = true -+++ \ No newline at end of file diff --git a/content/_global/nav.md b/content/_global/nav.md deleted file mode 100644 index bb7955b..0000000 --- a/content/_global/nav.md +++ /dev/null @@ -1,19 +0,0 @@ -+++ -fragment = "nav" -disabled = false -date = "2020-12-01" -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" -+++ \ No newline at end of file diff --git a/content/_index/blog-news.md b/content/_index/blog-news.md deleted file mode 100644 index c6576f0..0000000 --- a/content/_index/blog-news.md +++ /dev/null @@ -1,21 +0,0 @@ -+++ -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 -+++ \ No newline at end of file diff --git a/content/_index/contact.md b/content/_index/contact.md deleted file mode 100644 index 82c0438..0000000 --- a/content/_index/contact.md +++ /dev/null @@ -1,51 +0,0 @@ -+++ -fragment = "contact" -#disabled = true -date = "2020-12-01" -weight = 1100 -#background = "light" -form_name = "defaultContact" - -title = "Contact Me" -# subtitle = "*not working on demo page*" - -# PostURL can be used with backends such as mailout from caddy -post_url = "https://example.com/mailout" #default: formspree.io -email = "mail@example.com" -button = "Send Button" # defaults to theme default -netlify = true - -# Optional google captcha -#[recaptcha] -# sitekey = "" - -[message] - success = "" # defaults to theme default - #error = "" # defaults to theme default - -# Only defined fields are shown in contact form -[fields.name] - text = "Your Name *" - #error = "" # defaults to theme default - -[fields.email] - text = "Your Email *" - #error = "" # defaults to theme default - -#[fields.phone] -# text = "Your Phone *" -# #error = "" # defaults to theme default - -[fields.message] - text = "Your Message *" - #error = "" # defaults to theme default - -# Optional hidden form fields -# Fields "page" and "site" will be autofilled -[[fields.hidden]] - name = "page" - -[[fields.hidden]] - name = "someID" - value = "example.com" -+++ diff --git a/content/_index/discord-info.md b/content/_index/discord-info.md deleted file mode 100644 index ad92f0c..0000000 --- a/content/_index/discord-info.md +++ /dev/null @@ -1,11 +0,0 @@ -+++ -fragment = "discord-fragment" -#disabled = false -align = "center" -background = "secondary" - -title = "Discord Info" -weight = 180 - -date = 2021-01-20 -+++ diff --git a/content/_index/hero.md b/content/_index/hero.md deleted file mode 100644 index fa62a16..0000000 --- a/content/_index/hero.md +++ /dev/null @@ -1,34 +0,0 @@ -+++ -fragment = "hero" -#disabled = true -date = "2020-12-01" -weight = 50 -background = "light" # can influence the text color -particles = true - -title = "Aroy" -subtitle = "I am a hobby programmer and artist." - -[header] - image = "header.jpg" - -[asset] - image = "logo.svg" - width = "500px" # optional - will default to image width - #height = "150px" # optional - will default to image height - -[[buttons]] - text = "Portfolio" - url = "/portfolio" - color = "info" # primary, secondary, success, danger, warning, info, light, dark, link - default: primary - -#[[buttons]] -# text = "Download" -# url = "https://github.com/okkur/syna/releases" -# color = "primary" - -[[buttons]] - text = "Blog" - url = "/blog" - color = "primary" -+++ diff --git a/content/_index/index.md b/content/_index/index.md deleted file mode 100644 index cbb7365..0000000 --- a/content/_index/index.md +++ /dev/null @@ -1,3 +0,0 @@ -+++ -headless = true -+++ diff --git a/content/_index/sample-custom-fragment.md b/content/_index/sample-custom-fragment.md deleted file mode 100644 index 15f5a5e..0000000 --- a/content/_index/sample-custom-fragment.md +++ /dev/null @@ -1,9 +0,0 @@ -+++ -fragment = "sample-custom-fragment" -disabled = true -date = "2020-12-01" -weight = 1000 - -background = "light" -draft = true -+++