src/
βββ _includes/ # Layout templates
β βββ default.html # Base layout
β βββ post.html # Post layout
β βββ home.html # Homepage layout
β βββ head.html # Head partial
β βββ footer.html # Footer partial
β βββ nav.html # Navigation partial
βββ _data/ # Data files
βββ posts/ # Blog posts (migrated from Jekyll)
βββ css/ # Stylesheets
β βββ main.css # Main stylesheet
β βββ custom/ # Custom post stylesheets
βββ images/ # Images and assets
βββ javascript/ # JavaScript files
βββ index.html # Homepage
dist/ # Built site (generated)
Use gh-pages to deploy to Github.