Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 701 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 701 Bytes

blog

A clean and simple Markdown based blog created with SvelteKit.

Features

Getting started

  1. Clone the repository
  2. Install the dependencies with npm install
  3. Start the development server with npm run dev
  4. Open localhost:5173 in your browser
  5. Add some Markdown files with frontmatter to the src/lib/posts directory to create new blog posts

To do

  • [] Pagination
  • [] RSS feed
  • [] Code support
  • [] Search
  • [] Tags
  • [] Comments
  • [] Sitemap
  • [] Social media sharing
  • [] View transitions