Kushiyaki
Installation
- Create a project directory
bun initbun add kushiyakibun add hastxcurl https://codeberg.org/trickyni/kushiyaki/raw/branch/main/bunfig.toml > bunfig.tomlbunx kushiyaki
usage
- Create
inputfolder in the project’s root directory, and populate it with markdown files and assets - Use
bunx kushiyakito process the files into anoutfolder
local server
bunx kushiyaki run devto deploy a local version of the website using caddy at https://localhost:3001
- Use
caddy stopto remove the server (will be changed to an autoreload)
write to personal website
- Replace
!<URL OF WEBSITE>inpackage.jsonscripts: "deploy"with the ssh path for the server in which your website is hosted bunx kushiyaki run deplywill automaticallyrsyncthe newly written “out” folder into that path