Static site that renders the markdown essays in contents/ to HTML with a small Node build script.
- Requirements: Node 14+ (uses
marked). - Install dependencies:
npm ci - Build static site:
npm run build - Open
dist/index.htmlin a browser to view the homepage; posts live underdist/posts/<slug>/.
- A workflow at
.github/workflows/pages.ymlbuilds frommainand deploysdist/to GitHub Pages. - Pages URL: check the workflow output or repo settings after the first successful run.