Skip to content

Commit

Permalink
merc quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Nelson committed Aug 18, 2023
1 parent 5f0171a commit 252f4f3
Show file tree
Hide file tree
Showing 17 changed files with 90 additions and 94 deletions.
8 changes: 4 additions & 4 deletions src/content/about/-index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Hey, I am Jane Doe!"
meta_title: "About"
description: "this is meta description"
image: "/images/avatar.png"
title: Hey, I am Jane Doe!
meta_title: About
description: this is meta description
image: /images/avatar.png
draft: false
---

Expand Down
6 changes: 3 additions & 3 deletions src/content/authors/-index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Authors"
meta_title: ""
description: "this is meta description"
title: Authors
meta_title: Authors
description: this is meta description
---
2 changes: 1 addition & 1 deletion src/content/authors/john-doe.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Jane Doe
email: [email protected]
image: "/images/avatar.png"
image: /images/avatar.png
description: this is meta description
social:
- name: github
Expand Down
2 changes: 1 addition & 1 deletion src/content/authors/sam-wilson.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Sam Wilson
email: [email protected]
image: "/images/avatar.png"
image: /images/avatar.png
description: this is meta description
social:
- name: github
Expand Down
2 changes: 1 addition & 1 deletion src/content/authors/william-jacob.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: William Jacob
email: [email protected]
image: "/images/avatar.png"
image: /images/avatar.png
description: this is meta description
social:
- name: github
Expand Down
6 changes: 3 additions & 3 deletions src/content/blog/-index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Blog Posts"
meta_title: ""
description: "this is meta description"
title: Blog Posts
meta_title: Blog Posts
description: this is meta description
---
14 changes: 7 additions & 7 deletions src/content/blog/post-1.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "How to build an Application with modern Technology"
meta_title: ""
description: "this is meta description"
title: How to build an Application with modern Technology
meta_title: How to build an Application with modern Technology
description: this is meta description
date: 2022-04-04T05:00:00Z
image: "/images/image-placeholder.png"
categories: ["Application", "Data"]
author: "Jane Doe"
tags: ["nextjs", "tailwind"]
image: /images/image-placeholder.png
categories: [Application, Data]
author: Jane Doe
tags: [nextjs, tailwind]
draft: false
---

Expand Down
14 changes: 7 additions & 7 deletions src/content/blog/post-2.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "How to build an Application with modern Technology"
meta_title: ""
description: "this is meta description"
title: How to build an Application with modern Technology
meta_title: How to build an Application with modern Technology
description: this is meta description
date: 2022-04-04T05:00:00Z
image: "/images/image-placeholder.png"
categories: ["Technology", "Data"]
author: "Sam Wilson"
tags: ["technology", "tailwind"]
image: /images/image-placeholder.png
categories: [Technology, Data]
author: Sam Wilson
tags: [technology, tailwind]
draft: false
---

Expand Down
14 changes: 7 additions & 7 deletions src/content/blog/post-3.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "How to build an Application with modern Technology"
meta_title: ""
description: "this is meta description"
title: How to build an Application with modern Technology
meta_title: How to build an Application with modern Technology
description: this is meta description
date: 2022-04-04T05:00:00Z
image: "/images/image-placeholder.png"
categories: ["Software"]
author: "Jane Doe"
tags: ["software", "tailwind"]
image: /images/image-placeholder.png
categories: [Software]
author: Jane Doe
tags: [software, tailwind]
draft: false
---

Expand Down
14 changes: 7 additions & 7 deletions src/content/blog/post-4.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "How to build an Application with modern Technology"
meta_title: ""
description: "this is meta description"
title: How to build an Application with modern Technology
meta_title: How to build an Application with modern Technology
description: this is meta description
date: 2022-04-04T05:00:00Z
image: "/images/image-placeholder.png"
categories: ["Architecture"]
author: "Jane Doe"
tags: ["silicon", "technology"]
image: /images/image-placeholder.png
categories: [Architecture]
author: Jane Doe
tags: [silicon, technology]
draft: false
---

Expand Down
12 changes: 4 additions & 8 deletions src/content/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,13 @@ const authorsCollection = defineCollection({
email: z.string().optional(),
image: z.string().optional(),
description: z.string().optional(),
social: z
.array(
z
.object({
social: z.array(
z.object({
name: z.string().optional(),
icon: z.string().optional(),
link: z.string().optional(),
})
.optional(),
)
.optional(),
}).optional(),
).optional(),
draft: z.boolean().optional(),
}),
});
Expand Down
32 changes: 16 additions & 16 deletions src/content/homepage/-index.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
---
# Banner
banner:
title: "Pages"
content: "A starter template for a blog and things."
image: "/images/banner.png"
title: Pages
content: A starter template for a blog and things.
image: /images/banner.png
button:
enable: true
label: "Get Started"
link: "https://github.com/reednel/pages"
label: Get Started
link: https://github.com/reednel/pages

# Features
features:
- title: "What's Included"
image: "/images/service-1.png"
content: "This template is"
- title: What's Included
image: /images/service-1.png
content: This template is
bulletpoints:
- "Built with Astro and TailwindCSS"
- "Fully responsive on all devices"
- "SEO-optimized"
- Built with Astro and TailwindCSS
- Fully responsive on all devices
- SEO-optimized
button:
enable: false
label: "Get Started Now"
label: Get Started Now
link: "#"

- title: "Discover the Key Features Of Astro"
image: "/images/service-2.png"
- title: Discover the Key Features Of Astro
image: /images/service-2.png
content: "Astro is an all-in-one web framework for building fast, content-focused websites. It offers a range of exciting features for developers and website creators. Some of the key features are:"
bulletpoints:
- "Zero JS, by default: No JavaScript runtime overhead to slow you down."
- "Customizable: Tailwind, MDX, and 100+ other integrations to choose from."
- "UI-agnostic: Supports React, Preact, Svelte, Vue, Solid, Lit and more."
button:
enable: true
label: "Get Started Now"
link: "https://github.com/reednel/pages"
label: Get Started Now
link: https://github.com/reednel/pages

---
6 changes: 3 additions & 3 deletions src/content/pages/elements.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Elements"
meta_title: ""
description: "this is meta description"
title: Elements
meta_title: Elements
description: this is meta description
draft: false
---

Expand Down
10 changes: 5 additions & 5 deletions src/content/sections/call-to-action.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
enable: true
title: "Ready to build your next project with Astro?"
image: "/images/call-to-action.png"
description: "Experience the future of web development with Astro. Build lightning-fast static sites with ease and flexibility."
title: Ready to build your next project with Astro?
image: /images/call-to-action.png
description: Experience the future of web development with Astro. Build lightning-fast static sites with ease and flexibility.
button:
enable: true
label: "Get Started Now"
link: "https://github.com/reednel/pages"
label: Get Started Now
link: https://github.com/reednel/pages
---
36 changes: 18 additions & 18 deletions src/content/sections/testimonial.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
---
enable: true
title: "What Users Are Saying About Pages"
description: "Don't just take our word for it - hear from some of our satisfied users!"
title: What Users Are Saying About Pages
description: Don't just take our word for it - hear from some of our satisfied users!

# Testimonials
testimonials:
- name: "Marvin McKinney"
designation: "Web Designer"
avatar: "/images/avatar-sm.png"
content: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam."
- name: Marvin McKinney
designation: Web Designer
avatar: /images/avatar-sm.png
content: Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam.

- name: "Marvin McKinney"
designation: "Web Designer"
avatar: "/images/avatar-sm.png"
content: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam."
- name: Marvin McKinney
designation: Web Designer
avatar: /images/avatar-sm.png
content: Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam.

- name: "Marvin McKinney"
designation: "Web Designer"
avatar: "/images/avatar-sm.png"
content: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam."
- name: Marvin McKinney
designation: Web Designer
avatar: /images/avatar-sm.png
content: Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam.

- name: "Marvin McKinney"
designation: "Web Designer"
avatar: "/images/avatar-sm.png"
content: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam."
- name: Marvin McKinney
designation: Web Designer
avatar: /images/avatar-sm.png
content: Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui iusto illo molestias, assumenda expedita commodi inventore non itaque molestiae voluptatum dolore, facilis sapiente, repellat veniam.
---
4 changes: 2 additions & 2 deletions src/content/terms/-index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Terms & Conditions"
meta_title: "Terms & Conditions"
title: Terms & Conditions
meta_title: Terms & Conditions
draft: false
---

Expand Down
2 changes: 1 addition & 1 deletion src/layouts/BlogSingle.astro
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const { title, description, author, categories, image, date, tags } = post.data;
<li class="inline-block">
<a
class="m-1 block rounded bg-theme-light px-3 py-1 hover:bg-primary hover:text-white dark:bg-darkmode-theme-light dark:hover:bg-darkmode-primary dark:hover:text-dark"
href={`blog/tags/${slugify(tag)}`}
href={`/blog/tags/${slugify(tag)}`}
>
{tag}
</a>
Expand Down

0 comments on commit 252f4f3

Please sign in to comment.