Skip to content

lemmon/tablog-svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0434b9a Β· Jan 29, 2025

History

65 Commits
Jan 11, 2023
Jan 29, 2025
Jan 29, 2025
Mar 29, 2023
Dec 29, 2022
Dec 19, 2022
Dec 19, 2022
Jan 11, 2023
Nov 8, 2024
Dec 19, 2022
Nov 8, 2024
Dec 29, 2022
Nov 8, 2024
Dec 19, 2022
Jan 29, 2025
Jan 29, 2025
Nov 8, 2024
Nov 8, 2024

Repository files navigation

Tablog

A minimalistic blog theme built with SvelteKit.

πŸ“Ί Demo

Install

npx degit lemmon/tablog-svelte
npm install
npm run dev

Usage

Posts and pages are generated with mdsvex processor. All content is located in /content folder. If an entry has the date prop it is treated as a blog post. If not it is considered a static page. All pages containing draft: true prop are treated as drafts and therefore inaccessible.

General site configuration can be adjusted by editing the /src/config.js file.

You can easily upgrade this example project to hook to any blog api of your choice; render static or dynamic content and deploy to numerous production environemtns, with just few simple tweaks. See SvelteKit documentation for more info.

License

MIT

Releases

No releases published

Packages

No packages published