A custom IxDF theme for Vuepress.
yarn add @interaction_design_foundation/vuepress-theme-ixdf --dev
Open your .vuepress/config.js
, and then add VuePress theme reference code:
module.exports = {
theme: '@interaction_design_foundation/ixdf'
}
You can get help here: Using a theme.