Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/2nthony/saber-theme-saiwin


https://github.com/2nthony/saber-theme-saiwin

saber saber-theme

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# saber-theme-saiwin

```js
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`,
},
},
}
```