Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/2nthony/saber-theme-saiwin
- Owner: 2nthony
- Created: 2021-04-05T13:47:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:26:24.000Z (about 1 year ago)
- Last Synced: 2024-11-05T01:06:35.046Z (about 2 months ago)
- Topics: saber, saber-theme
- Language: Vue
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`,
},
},
}
```