Skip to main content

Pure Mode

Less than 1 minuteInterfaceInterface

If your site is a documentation-only site, and you prefer a clean style, you can enable pure mode by setting pure: true in theme options.

import { hopeTheme } from "vuepress-theme-hope";

export default {
  theme: hopeTheme({
    pure: true,
  }),
};




 


In this mode, we disable some fancy animations and some colors and just provide functionality.