Skip to content

yood2/stadik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Stadik

A simple static site generator where you can dynamically render your markdown files as blog posts. Based in Typescript and Next.js. Styled with shadcn/ui components.

Quickstart

  1. cd stadik
  2. npm install
  3. npm run dev
    • npm run build & npm run start

Screenshots

default homepage Dynamically render your markdown files as a list of posts.

default post Parses and renders your markdown content.

To-do List

  • Markdown syntax rendering
    • Ordered Lists
    • Unordered Lists
    • Blockquotes
    • Bold and Italics
    • Code blocks
    • Horizontal Rules
    • Links
    • Tables
  • Refactoring Markdown Rendering Component
  • Homepage Config File

About

Static Site Generator (SSG) template using Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors