Artalk
Artalk is a clean self-hosted commenting system that you can easily deploy on your server and integrate into your front-end pages.
Deploy the Artalk comment box on your blog or any other page to add rich social functionality.
Install
npm i -D artalkDeploy Artalk Server
See the Artalk documentation.
Configuration
Please set provider: "Artalk" and pass your server link to server in the plugin options.
For other configuration items, see Artalk Config.
Tips
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.
Dark Mode
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.
