An open API service indexing awesome lists of open source software.

https://github.com/mskian/svelte-sandy

A simple and minimal Markdown blog theme built using Svelte and Bulma CSS.
https://github.com/mskian/svelte-sandy

blog bulma css javascript markdown minimal svelte svelte-bulma svelte-components svelte-themes svelte5 sveltekit sveltekit-template sveltetheme

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 🦊 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

```bash
pnpm install
```

- Start Development Server

```bash
pnpm dev
```

- Generate Blog List Content API

```bash
pnpm generate
```

- Build for Production

```bash
pnpm build
```

- Add Post

**post content on `src/content/posts`**

## LICENSE

MIT