Skip to content
View jooybee's full-sized avatar

Block or report jooybee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jooybee/README.md

JOOYBEE — Neo-Brutalist Astro Blog

Blog JOOYBEE · Enjoy Being Everything
Design system ala Slab (border 3px, hard shadow, press buttons).

Fitur

  • Homepage + sections (Hero, Marquee, Features, Pricing, FAQ, CTA)
  • Blog index max 6 posts / halaman + pagination
  • Search box (client-side filter by title/tag/author)
  • Single post page dengan typography Neo-Brutalist
  • 7 contoh post (Markdown, lorem ipsum panjang)
  • No-image placeholder geometris jika post tanpa cover
  • Contact form Formspree → https://formspree.io/f/mnpabvbn
  • Config satu file: src/config/site.ts

Setup

npm create astro@latest my-jooybee
cd my-jooybee
npx astro add tailwind
npm install @fontsource/archivo @fontsource/space-mono

# Copy seluruh folder src/ dan public/ dari paket ini
npm run dev

Pastikan Astro 5+ (content layer / content.config.ts).

Struktur penting

src/
  config/site.ts
  content.config.ts
  content/blog/*.md          ← 7 posts
  components/…               ← UI Neo-Brutalist
  pages/
    index.astro
    contact.astro
    blog/index.astro         ← page 1 (6 posts)
    blog/page/[page].astro   ← page 2+
    blog/[...slug].astro     ← single post

Posts tanpa gambar

3 post punya cover SVG di /public/images/posts/.
4 post tanpa image di frontmatter → otomatis render NoImage.astro.

Formspree

Form di /contact POST ke endpoint di site.formspree.

Popular repositories Loading

  1. ccntwtr.github.io ccntwtr.github.io Public

    CSS

  2. uppy.github.io uppy.github.io Public

  3. nextjs-ai-chatbot nextjs-ai-chatbot Public

    TypeScript

  4. momenajidanayu momenajidanayu Public

    TypeScript 1

  5. jooybee jooybee Public

    Astro