From d30fca8d964c88ec8f60405b261b8b52ba3a1c80 Mon Sep 17 00:00:00 2001 From: BeardedTek Date: Wed, 23 Apr 2025 11:40:51 -0800 Subject: [PATCH] Move navbar config to /data/navbar.yml Move footer config to /data/footer.yml Remove unused blog --- config.yml | 34 ----------------------- data/footer.yml | 16 +++++++++++ data/navbar.yml | 12 ++++++++ layouts/partials/footer/main.html | 2 +- layouts/partials/nav/main.html | 2 +- static/images/blog/blog-thumbnail-1.png | Bin 566366 -> 0 bytes static/images/blog/blog-thumbnail-10.png | Bin 560512 -> 0 bytes static/images/blog/blog-thumbnail-2.png | Bin 695793 -> 0 bytes static/images/blog/blog-thumbnail-3.png | Bin 404067 -> 0 bytes static/images/blog/blog-thumbnail-4.png | Bin 24610 -> 0 bytes static/images/blog/blog-thumbnail-5.png | Bin 230993 -> 0 bytes static/images/blog/blog-thumbnail-6.png | Bin 396882 -> 0 bytes static/images/blog/blog-thumbnail-7.png | Bin 566317 -> 0 bytes static/images/blog/blog-thumbnail-8.png | Bin 533681 -> 0 bytes static/images/blog/blog-thumbnail-9.png | Bin 487574 -> 0 bytes static/images/blog/image-1.jpg | Bin 374521 -> 0 bytes static/images/blog/image-2.jpg | Bin 302257 -> 0 bytes static/images/blog/image-3.jpg | Bin 326069 -> 0 bytes 18 files changed, 30 insertions(+), 36 deletions(-) create mode 100644 data/footer.yml create mode 100644 data/navbar.yml delete mode 100644 static/images/blog/blog-thumbnail-1.png delete mode 100644 static/images/blog/blog-thumbnail-10.png delete mode 100644 static/images/blog/blog-thumbnail-2.png delete mode 100644 static/images/blog/blog-thumbnail-3.png delete mode 100644 static/images/blog/blog-thumbnail-4.png delete mode 100644 static/images/blog/blog-thumbnail-5.png delete mode 100644 static/images/blog/blog-thumbnail-6.png delete mode 100644 static/images/blog/blog-thumbnail-7.png delete mode 100644 static/images/blog/blog-thumbnail-8.png delete mode 100644 static/images/blog/blog-thumbnail-9.png delete mode 100644 static/images/blog/image-1.jpg delete mode 100644 static/images/blog/image-2.jpg delete mode 100644 static/images/blog/image-3.jpg diff --git a/config.yml b/config.yml index 4251441..5ee0787 100644 --- a/config.yml +++ b/config.yml @@ -8,20 +8,6 @@ canonifyURLs: true params: format: date: "January 02, 2006" - navbar: - enable: true - links: - - name: Home - link: / - - name: Rates - link: /rates/ - - name: Contact - link: /contact/ - - name: About Us - link: /about/ - - name: "(907) 519-8577" - phone: 19075198577 - logo: text: The Bearded Tek svg: /images/logo/no-padding.svg @@ -31,26 +17,6 @@ params: authors: William Kenny social_image_path: /marketing-ui/demo/images/og-image.jpg - footer: - enable: true - links: - - name: About - href: "/about/" - - name: Support - href: "/contact?topic=support" - - name: Contact Us - href: "/contact" - - name: Blog - href: "/blog/" - - name: Terms - href: "/terms/" - - name: Privacy Policy - href: "/privacy/" - - name: Cookie Policy - href: "/cookies/" - - name: "(907) 519-8577" - href: "tel:9075198577" - markup: goldmark: renderer: diff --git a/data/footer.yml b/data/footer.yml new file mode 100644 index 0000000..0430321 --- /dev/null +++ b/data/footer.yml @@ -0,0 +1,16 @@ +enable: true +links: + - name: About + href: "/about/" + - name: Support + href: "/contact?topic=support" + - name: Contact Us + href: "/contact" + - name: Terms + href: "/terms/" + - name: Privacy Policy + href: "/privacy/" + - name: Cookie Policy + href: "/cookies/" + - name: "(907) 519-8577" + href: "tel:9075198577" \ No newline at end of file diff --git a/data/navbar.yml b/data/navbar.yml new file mode 100644 index 0000000..6f95e39 --- /dev/null +++ b/data/navbar.yml @@ -0,0 +1,12 @@ +enable: true +links: + - name: Home + link: / + - name: Rates + link: /rates/ + - name: Contact + link: /contact/ + - name: About Us + link: /about/ + - name: "(907) 519-8577" + phone: 19075198577 \ No newline at end of file diff --git a/layouts/partials/footer/main.html b/layouts/partials/footer/main.html index f7e23ee..8e6be65 100644 --- a/layouts/partials/footer/main.html +++ b/layouts/partials/footer/main.html @@ -17,7 +17,7 @@