Skip to content

mildronize/blog-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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