Static website for the Jik programming language.
Open index.html in a browser.
Shared navigation and footer live in src/partials/.
After changing them, run:
node scripts/build-site.jsOn Windows PowerShell, this also works:
npm.cmd run buildAfter publishing a new Jik release, regenerate the website content:
npm.cmd run updateThis updates the generated documentation pages, latest release card, and the package
list on packages.html. The package list is read from the ## Packages
section of the
jik-packages README.
To test the flow with fixtures:
npm.cmd run update:testCommit install.html, packages.html, and the generated docs/ HTML files
after regenerating them.
index.html- homepageinstall.html- install instructions and generated latest release cardpackages.html- official package setup and usage instructionsdocs/- generated documentation pagesstyles.css- site stylingscript.js- syntax highlighting and examples dropdownassets/- logo imagessrc/partials/- shared header and footerscripts/- build and release generation scriptstest/fixtures/- fake documentation, release, and package data for local testing