Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 363 Bytes

challenge2.md

File metadata and controls

8 lines (7 loc) · 363 Bytes

Frontend Challenge 2: Static Site Generation

  • Decription
    Build a simple website rendered at compile time and deploy it to Arweave.
  • Why?
    Because it fits Arweave’s permanent storage model, and AR.IO gateways can’t execute server-side code. Use SSG for content-heavy websites that don’t change often.
  • Tools
    Arx, Hexo, Eleventy, etc.