Tablog Svelte screenshot

Tablog Svelte

Author Avatar Theme by Lemmon
Updated: 15 Aug 2025
49 Stars

Tablog reimagined in Svelte/SvelteKit, a lightweight blogging setup powered entirely by Markdown.

Categories

Overview

Tablog is a minimalistic blog theme built with SvelteKit. It offers a clean and elegant design that prioritizes readability and simplicity. This theme is highly customizable and allows users to generate posts and pages using the mdsvex processor. With Tablog, users have the flexibility to create both blog posts and static pages, and also have the option to mark certain pages as drafts. The theme also provides a file for general site configuration, allowing users to easily customize their blog. Tablog is licensed under MIT.

Features

  • Clean and minimalistic design
  • Support for generating posts and pages using the mdsvex processor
  • Flexibility to create both blog posts and static pages
  • Ability to mark certain pages as drafts
  • Easy customization of general site configuration
  • Option to upgrade the example project to hook to any blog API
  • Compatibility with rendering static or dynamic content
  • Suitable for deployment to various production environments

Installation

To install the Tablog theme, follow these steps:

  1. Clone the repository: git clone https://github.com/tablog/tablog.git
  2. Navigate to the project folder: cd tablog
  3. Install dependencies: npm install
  4. Configure the site by editing the /src/config.js file as per your requirements.
  5. Generate content by placing all your content files in the /content folder. Posts should have a date prop, whereas pages can be considered static.
  6. Run the project: npm run dev
  7. Access the website on your local machine at http://localhost:5000

Summary

Tablog is a minimalistic blog theme for SvelteKit that offers a clean and elegant design. It provides users with the flexibility to create both blog posts and static pages, and also allows for marking pages as drafts. With easy customization of general site configuration and the option to upgrade to any blog API, Tablog is a versatile theme suitable for various production environments.