Current Version (V.6): https://thadaw.com (Gatsby)
- Using React & TypeScript
- Static site generators
- lowest dependecies as much as possible
- lightweight
- using
markdown
is enough. no needMDX
- Resolve image locally not from static path
- When dev mode, serve static
_posts
- Remap image location with post directory
- When dev mode, serve static
- Auto Generate UUID (in dev mode)
- Short URL Mapping
- Auto-refresh when markdown content changed
main
for content onlypreview
for next version of blog (new release)
make npm target=dev
# or using make dev
- Hugo theme with mildronize.github.io (next branch)
- Hugo theme hugo-theme-mild using webpack5 to render CSS and JS.
using next-mdx-remote
- https://github.com/vercel/next.js/tree/canary/examples/with-mdx-remote
- https://www.youtube.com/watch?v=J_0SBJMxmcw, https://github.com/leighhalliday/next-blog
- Most complete Next.js Starter with windtail