Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 843 Bytes

File metadata and controls

27 lines (19 loc) · 843 Bytes

dkdc.sh

Install scripts for dkdc projects. Built with Zorto.

Commands

  • zorto preview --open: Start dev server (or bin/preview.sh)
  • zorto build: Build site to public/

Scripts

Scripts live in static/ and are served as raw files:

  • /bookmarks/install.sh — install bookmarks from source
  • /db/install.sh — install db via uv
  • /imessage-plugin/install.sh — install dkdc-io-imessage via rustup + cargo
  • /lm/install.sh — install lm via uv
  • /md-cli/install.sh — install md-cli from source
  • /zorto/install.sh — install zorto from source

Adding a new script

  1. Create static/<name>/install.sh
  2. Add a shortcode call to content/_index.md:
    {{ install(name="<name>", display_name="<Name>", url="<homepage>", github="<org/repo>", description="<desc>") }}