typedoc-hugo-theme
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

typedoc-hugo-theme

A Hugo compatible compatible TypeDoc theme.

npm CI

What is does?

Installation

npm install typedoc typedoc-plugin-markdown typedoc-hugo-theme --save-dev

Usage

$ npx typedoc --theme hugo [args]

Options

Please refer to typedoc-plugin-markdown.

Output

Example page

---
title: "Class: SomeClass"
slug: "module.someclass"
linkTitle: "SomeClass"
---

+ page contents

Example directory

classes
└─── _index.md
└─── ClassA.md
└─── ClassB.md

License

MIT

Dependents (0)

Package Sidebar

Install

npm i typedoc-hugo-theme

Weekly Downloads

492

Version

1.0.0

License

MIT

Unpacked Size

6.94 kB

Total Files

7

Last publish

Collaborators

  • tgreyuk