Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 2.24 KB

README.md

File metadata and controls

59 lines (41 loc) · 2.24 KB

My Site

.github/workflows/test.yaml Coverage Status

Current Version (V.6): https://thadaw.com (Gatsby)

Philosophy

  • Using React & TypeScript
  • Static site generators
  • lowest dependecies as much as possible
  • lightweight
  • using markdown is enough. no need MDX

Feature

  • Resolve image locally not from static path
    • When dev mode, serve static _posts
    • Remap image location with post directory
  • Auto Generate UUID (in dev mode)
  • Short URL Mapping
  • Auto-refresh when markdown content changed

Branch

  • main for content only
  • preview for next version of blog (new release)

Start

make npm target=dev
# or using make dev

My Next version trial

Good Example with MD & MDX Blogging

using next-mdx-remote

Optimization

https://github.com/cyrilwanner/next-optimized-images

Write Test for I/O