Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mziyut/honkit-plugin-hatena-bookmark-pageowner

HonKit plugin for HatenaBookmark pageowner
https://github.com/mziyut/honkit-plugin-hatena-bookmark-pageowner

gitbook gitbook-plugin hatena-bookmark hatenabookmark honkit honkit-plugin

Last synced: 20 days ago
JSON representation

HonKit plugin for HatenaBookmark pageowner

Awesome Lists containing this project

README

        

# honkit-plugin-hatena-bookmark-pageowner

HonKit plugin for HatenaBookmark pageowner

## How to install

```sh
npm install @mziyut/honkit-plugin-hatena-bookmark-pageowner
```

or

```sh
yarn add @mziyut/honkit-plugin-hatena-bookmark-pageowner
```

## How to usage

Add settings to book.json

hatenaID cannot be omitted.

```json
{
"plugins": ["@mziyut/honkit-plugin-hatena-bookmark-pageowner"],
"pluginsConfig": {
"hatena-bookmark-pageowner": {
"hateneID": "mziyut112"
}
}
}
```

## References

- [外部サイトをはてな ID と紐付ける(ページオーナー設定) - はてなブックマークヘルプ](https://b.hatena.ne.jp/help/entry/pageowner)