Vyasa Static Site Generator

DeploymentURL copied

GitHub PagesURL copied

# Build the site
vyasa build demo -o docs

# Push to GitHub and enable GitHub Pages from /docs folder
git add docs
git commit -m "Build static site"
git push