Artalk

Artalk is a neat self-hosted commenting system that you can easily deploy on your server and put into your front-end page.

Come to your blog, or anywhere, place the Artalk comment box, so that the page has rich social functions.

Install

npm i -D artalk

Deploy Artalk Server

See the Artalk documentationopen in new window.

Configuration

Please set provider: "Artalk" and pass your server link to server in the plugin options.

For other configuration items, see Artalk Config.

TIP

The plugin retains the el option and inserts Artalk itself on the page. At the same time, the plugin will automatically set the pageTitle, pageKey and site options for you according to the VuePress information.

Darkmode

To let Artalk apply the correct theme, you need to pass a boolean value to <CommentService /> through darkmode prop, representing whether the dark mode is currently enabled.