DEV Community

Discussion on: What was your win this week?

Collapse
 
anuraghazra profile image
Anurag Hazra

Currently building a static site generator called "Statyk"
I'm happy with it so far, and excited for further development.

GitHub logo statykjs / statyk

Dead simple statyk site generator

statyk

Dead simple statyk site generator

coming soon™

for the impatient: Clone repo -> run yarn -> run yarn dev --watch

TODOS

  • Content folders support
  • JS API for creating pages
  • Compile scripts with AST
  • Support extrating scripts to external js script
  • Support for <style> tag



This week i implemented