Skip to content

A simple and minimal Markdown blog theme built using Svelte and Bulma CSS.

License

Notifications You must be signed in to change notification settings

mskian/svelte-sandy

Repository files navigation

🦊 Sandy

A simple and minimal Markdown blog theme built using Svelte and Bulma CSS.

I named this theme 🦊 Sandy because most people and friends call Santhosh "Sandy" 😂.

Note

"It’s a simple and minimal Svelte markdown theme (consider it a Bulma CSS starter Svelte theme), free to use. You can modify the theme’s features and UI according to your needs."

Features

  • Latest version of Bulma CSS 💅
  • Latest version of Svelte ⚡
  • Blog Page
  • Pagination
  • Bulma navbar with dropdown support on mobile
  • Marddown Content
  • 404 error page
  • Basic meta tags for SEO
  • Full static HTML generation 🔥

Usage and Setup

  • Download or Clone the Repository
  • install dependencies
pnpm install
  • Start Development Server
pnpm dev
  • Generate Blog List Content API
pnpm generate
  • Build for Production
pnpm build
  • Add Post

post content on src/content/posts

LICENSE

MIT