Tablog is a minimalistic blog theme built using SvelteKit, offering a straightforward approach to creating blogs. Key features include:
- mdsvex Support: Utilizes mdsvex for processing posts and pages, enabling the use of Markdown with Svelte components.
- Content Organization: Content is stored in the
/content
directory, differentiating between blog posts (with adate
property) and static pages. - Draft Management: Supports draft posts via the
draft: true
property, making them inaccessible until published. - Customization: General site configuration can be adjusted in the
/src/config.js
file. - SvelteKit Integration: Leverages SvelteKit for static or dynamic content rendering and deployment to various environments.
Tablog is suitable for developers seeking a simple, customizable blog template with SvelteKit.