Axi Theme 使用文档

1. Deploy Waline Server#

Follow the full walkthrough (server deployment + config explanation):

After deployment, you should get a server URL, e.g.:

https://waline.example.com/
txt

2. Enable Waline in the Theme#

Edit src/site.config.ts:

  • integ.waline.enable: set to true
  • integ.waline.server: your Waline Server URL

Example:

waline: {
  enable: true,
  server: 'https://waline.example.com/',
}
ts

3. Notes#

  • Comment component: src/components/advanced/Comment.astro
  • Pageview/comment count: some pages load Waline pageview stats (see src/pages/*)
  • Per-post toggle: frontmatter comment (default true)
Waline Comments: Deploy & Integrate
https://theme.axi404.top/en/blog/waline
Author Axi Theme
Published at January 11, 2026