sveltekit markdown blog
1.0.0
Sebuah blog sederhana yang dihasilkan secara statis dari file penurunan harga. Dibangun dengan SvelteKit.
Lihat demo langsung di sini
# 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
Untuk menambahkan postingan baru, buat file penurunan harga di direktori posts
. File tersebut harus memiliki bagian depan berikut di bagian atas:
<!--
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>
-->
Untuk menyebarkan blog Anda, Anda cukup mengunggah konten direktori build
ke server web Anda. Alternatifnya, Anda dapat menggunakan layanan hosting situs statis seperti Cloudflare Pages.
Gunakan sesuka Anda.