Installation

Gungnir
2020-10-18
1 min

Create a new project blog (or any other name you want):

mkdir blog && cd blog
yarn init  # or: npm init

Install VuePress and theme Gungnir:

Build your directory structure follow the guide of VuePress's official documentation and specify this theme in .vuepress/config.js:



 


module.exports = {
    ...
    theme: 'gungnir'
}