Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

SMILE documentation website (Eleventy)

Develop

npm install
npm run serve

Build

npm run build   # Tailwind → site.css, then Eleventy → _site/

Stack

  • Eleventy 3 static site
  • Tailwind CSS 4 (src/css/input.csssrc/css/site.css)
  • Light default + dark theme toggle (localStorage key smile-theme)
  • Prism (vendored) + command palette (search-index.json)
  • Code playgrounds with Copy / Edit (Monaco) / Open in Binder