Skip to content

Tags: irskep/djockey

Tags

v0.2.7

Toggle v0.2.7's commit message
Probably fix front matter detection for files written on Windows

v0.2.6

Toggle v0.2.6's commit message
v0.2.6

- Minor bug fixes in the default theme

v0.2.5

Toggle v0.2.5's commit message
v0.2.5

- Static file improvements

  - Static files can be added from outside the doc source directory
  - WOFF2 files are preloaded

- Many changes to the default theme

- Bug fixes

  - Search results no longer contain duplicated text
  - Fixed some issues with custom markup and how it's documented
  - Probably fixed more Windows bugs

v0.2.4

Toggle v0.2.4's commit message
v0.2.4

- Djockey can now run on Windows
- Improvements to link resolution behavior

v0.2.3

Toggle v0.2.3's commit message
v0.2.3

- Search box can be dismissed by clicking anywhere in the backdrop and not just by pressing Esc

v0.2.2

Toggle v0.2.2's commit message
v0.2.2

- Stop publishing Bun lockfiles, docs, and other unnecessary things

v0.2.1

Toggle v0.2.1's commit message
v0.2.1

- Stop publishing Yarn cache files

v0.2.0

Toggle v0.2.0's commit message
v0.2.0

- Markup features

  - [Typedoc integration](#typedoc-integration)
  - Allow putting custom links in the header

- HTML improvements
  - OpenGraph and Twitter Card metadata
  - Site-wide search using [lunr](https://lunrjs.com)
  - Move "On this page" to a header bar on mobile instead of just disappearing

- Plugin API improvements
  - Plugins can provide static files, perhaps based on site content (this powers search)
  - More methods can be async
  - Plugins can mark nodes as "special" and not to be touched by other plugins

v0.1.1

Toggle v0.1.1's commit message
v0.1.1

- Fix assorted small CSS issues

v0.1.0

Toggle v0.1.0's commit message
v0.1.0

- Overhaul logging and error reporting
- Support `.dj` file extension in addition to `.djot`
- Configuration
  - Switch from camel case to snake case for config keys
  - Remove or refactor many config options
- Markup features
  - Code blocks with multiple tabs
  - Allow configuring a default syntax highlighting language for code blocks and inline verbatims
  - Support GitHub Flavored Markdown syntax for alerts
  - Markup in headings appears in "next" and "previous" links