Skip to content

nomi-san/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A lightweight blog that is built from zero.

  • JSX + Tailwind
  • Markdown based (with more comlex syntax)
  • Full SSR, no SPA
  • Run on Deno (without build steps)

Dependencies:

  • nano-jsx
  • twind (fast css-in-js + tailwind preset)
  • oak (deno web server)
  • marked (markdown parser)
  • refractor (code highlighting, prismjs based)

Run dev:

deno task dev

Run production:

deno task start