You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text: `Jan 01, ${newDate().getFullYear()} • ${i} min read`
744
+
})),
745
+
recommended: Array
746
+
.from({length: 3},(_,i)=>i+9)
747
+
.map(i=>({
748
+
href: '#',
749
+
img: {
750
+
src: `/img/placeholder${i}.png`,
751
+
alt: 'img',
752
+
width: 200,
753
+
height: 150
754
+
},
755
+
title: `Recommended Post #${i-8}`,
756
+
text: `Jan 01, ${newDate().getFullYear()} • ${i} min read<br />Add a short description to cards to improve engagement.`,
757
+
secondary: true
758
+
})),
759
+
author: {
760
+
img: {
761
+
src: '/img/avatar1.png',
762
+
alt: 'avatar',
763
+
size: 50
764
+
},
765
+
name: 'Jake Brown',
766
+
role: 'Astro developer',
767
+
description: 'A short description about the author. Should be concise yet engaging, giving readers a quick insight into who you are and why they should trust your content. For example: <i>"Frontend developer passionate about building fast, accessible web experiences. Sharing insights on React, Astro, and web performance."</i>',
<p>This is your main content. You can add components and HTML inside your <code>Blog</code> component. Consider adding additional engaging content to improve user experience and SEO, for example:</p>
11
+
<ul>
12
+
<li><b>Author Highlights:</b> Introduce yourself or key contributors to create a personal connection with the audience.</li>
13
+
<li><b>Popular Topics / Tags:</b> Display trending topics or commonly searched tags to help users explore related content.</li>
14
+
<li><b>Newsletter Signup:</b> Encourage visitors to subscribe for updates, which helps with retention and audience building.</li>
15
+
<li><b>Reader Testimonials or Comments:</b> Show recent comments or feedback to build trust and community engagement.</li>
16
+
<li><b>Call-to-Action:</b> Guide users toward an action, like exploring a specific topic, signing up, or following on social media.</li>
17
+
<li><b>Social Proof / Community Engagement:</b> Display stats like total reads, shares, or community discussions to reinforce credibility.</li>
<p>This is your main content. You can add components and HTML inside your <code>Blog</code> component. Consider adding additional engaging content to improve user experience and SEO, for example:</p>
11
+
<ul>
12
+
<li><b>Author Highlights:</b> Introduce yourself or key contributors to create a personal connection with the audience.</li>
13
+
<li><b>Popular Topics / Tags:</b> Display trending topics or commonly searched tags to help users explore related content.</li>
14
+
<li><b>Newsletter Signup:</b> Encourage visitors to subscribe for updates, which helps with retention and audience building.</li>
15
+
<li><b>Reader Testimonials or Comments:</b> Show recent comments or feedback to build trust and community engagement.</li>
16
+
<li><b>Call-to-Action:</b> Guide users toward an action, like exploring a specific topic, signing up, or following on social media.</li>
17
+
<li><b>Social Proof / Community Engagement:</b> Display stats like total reads, shares, or community discussions to reinforce credibility.</li>
<p>This is your main content. You can add components and HTML inside your <code>Blog</code> component. Consider adding additional engaging content to improve user experience and SEO, for example:</p>
11
+
<ul>
12
+
<li><b>Author Highlights:</b> Introduce yourself or key contributors to create a personal connection with the audience.</li>
13
+
<li><b>Popular Topics / Tags:</b> Display trending topics or commonly searched tags to help users explore related content.</li>
14
+
<li><b>Newsletter Signup:</b> Encourage visitors to subscribe for updates, which helps with retention and audience building.</li>
15
+
<li><b>Reader Testimonials or Comments:</b> Show recent comments or feedback to build trust and community engagement.</li>
16
+
<li><b>Call-to-Action:</b> Guide users toward an action, like exploring a specific topic, signing up, or following on social media.</li>
17
+
<li><b>Social Proof / Community Engagement:</b> Display stats like total reads, shares, or community discussions to reinforce credibility.</li>
0 commit comments