saber-theme-saiwin
v1.1.1
Published
A starter template for creating a minimal, elegant and customizable blog in Saber.
Downloads
7
Maintainers
Readme
saber-theme-saiwin
module.exports = {
theme: 'saiwin',
plugins: [
{ resolve: 'saber-plugin-query-posts', options: { perPage: 20 } },
{ resolve: 'saber-plugin-prismjs' },
{ resolve: 'saber-theme-saiwin/windicss' },
],
siteConfig: {
title: `EvilLT`,
author: 'JC (evillt)',
url: 'https://evila.me',
email: '[email protected]',
},
themeConfig: {
nav: [{ title: 'About', link: '/about' }],
bio: {
avatar: 'your avatar.jpg',
html: `you description`,
},
},
}