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.
- Host: GitHub
- URL: https://github.com/mskian/svelte-sandy
- Owner: mskian
- License: mit
- Created: 2025-01-16T04:45:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T05:37:00.000Z (4 months ago)
- Last Synced: 2025-03-06T06:29:14.642Z (4 months ago)
- Topics: blog, bulma, css, javascript, markdown, minimal, svelte, svelte-bulma, svelte-components, svelte-themes, svelte5, sveltekit, sveltekit-template, sveltetheme
- Language: Svelte
- Homepage: https://santhoshkumar.pages.dev/
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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