| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Source for aetel.org, built with Eleventy.
Requirements: Node.js 20 or later.
npm install
npm run serveThis starts a local dev server (default http://localhost:8080) that rebuilds and live-reloads as you edit files under src/. Stop it with Ctrl+C.
To build the static site without serving it (output goes to _site/, which is gitignored):
npm run buildPushing to main triggers .github/workflows/deploy.yml, which builds the site and publishes it to GitHub Pages.
| Back | FazBrowse Home | New Git URL |