sveltekit markdown blog
1.0.0
บล็อกง่ายๆ ที่สร้างแบบคงที่จากไฟล์มาร์กดาวน์ สร้างด้วย SvelteKit
ดูการสาธิตสดที่นี่
# Clone the repository
git clone https://github.com/edde746/sveltekit-markdown-blog.git
# Navigate to the project directory
cd sveltekit-markdown-blog
# Install dependencies with pnpm
pnpm install
# Run the development server
pnpm run dev
# Generate the static site
pnpm run build
หากต้องการเพิ่มโพสต์ใหม่ ให้สร้างไฟล์มาร์กดาวน์ในไดเร็กทอรี posts
ไฟล์ควรมีส่วนหน้าดังต่อไปนี้ที่ด้านบน:
<!--
Title: <title of the post>
Author: <your name here>
Published: <date in YYYY-MM-DD HH:MM format>
Categories: <comma-separated list of categories>
Thumbnail: <url, e.g. images/image.webp then put that image in the static/images folder>
-->
หากต้องการปรับใช้บล็อกของคุณ คุณสามารถอัปโหลดเนื้อหาของไดเร็กทอรี build
ไปยังเว็บเซิร์ฟเวอร์ของคุณได้ หรือคุณสามารถใช้บริการโฮสต์เว็บไซต์แบบคงที่ เช่น Cloudflare Pages
ใช้มันตามที่คุณต้องการ