Skip to content

Releases: btnguyen2k/docms

Release v0.4.0

28 Jun 12:17
Compare
Choose a tag to compare

Runtime v0.4.0:

  • New backend API to return feeds.
  • Extend media MINE types to support attached audios, videos, documents, and more.
  • Bug fixes & enhancements.
  • Support videos:
    • With tag ```video
    • Videos from Youtube

Release v0.3.1

11 May 07:42
a7a3e28
Compare
Choose a tag to compare

Runtime v0.3.1:

  • Add Google Analytics support.
  • Add site mode blog.
  • New FE template Blogy.
  • Add diagram support using mermaid.
  • Bug fixes & enhancements.

CLI v0.3.1.3:

  • Bug fixes & enhancements.

Release v0.3.0

26 Apr 01:11
133869a
Compare
Choose a tag to compare

Runtime v0.3.0:

  • Support tags at site metadata level
  • Support tags at document metadata level
  • Render site's tags with syntax [[do-tag
  • Support Bootstrap components:
    • Cards with syntax ```bs-cards, support lightbox.

CLI v0.3.0.1:

  • Pre-process tags, to be in-sync with the runtime.

Release v0.2.0

18 Apr 15:11
Compare
Choose a tag to compare

Runtime v0.2.0:

  • Support KaTeX block with syntax ```katex_
  • Links to external websites will open new windows/tabs.
  • Embed GitHub Gist with syntax ```gh-gist
  • Support Bootstrap components:
    • Alerts with syntax ```bs-alert
    • Tabs with syntax ```bs-tabs

Release v0.1.1

13 Apr 14:49
Compare
Choose a tag to compare

CLI v0.1.1:

  • Command new - helper to create assets with default metadata.
    • new site: Create new site content metadata
    • new topic: Create new topic metadata
    • new document: Create new document metadata

Runtime v0.1.1:

  • Bug fixes.

Release v0.1.0

11 Apr 14:27
Compare
Choose a tag to compare

CLI:

  • Pre-process website content with command docli build.
  • Build fulltext index while pre-processing website content.

Runtime:

  • Render website content, supporting 3 themes: bootstrap (default), coderdocs and prettydocs.
  • Fulltext search.
  • Multi-languages support.