Build with VitePress and Tailwind CSS
I love building elegant websites, especially when both design and css are taken care of 😜. Inspired by vuejs/blog.
As you can see on the website, many functionalities and styles are not implemented for simplicity.
Put your document inside docs
folder. Note: nested directories are not supported.
And then edit .vitepress/config.js
module.exports = {
...
themeConfig: {
...
collections: {
'New category': [
'your document',
],
...
},
},
}
Take a look at VitePress's documentation might help you further understand the structure.