Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geekplux/saber-plugin-seo
SEO plugin for [Saber.js](https://saberjs.org/).
https://github.com/geekplux/saber-plugin-seo
Last synced: about 1 month ago
JSON representation
SEO plugin for [Saber.js](https://saberjs.org/).
- Host: GitHub
- URL: https://github.com/geekplux/saber-plugin-seo
- Owner: geekplux
- Created: 2019-07-23T07:29:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T07:30:05.000Z (over 5 years ago)
- Last Synced: 2024-08-03T09:07:07.409Z (3 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# saber-plugin-seo
SEO plugin for [Saber.js](https://saberjs.org/).
## Install
```bash
yarn add saber-plugin-seo
```## Usage
In your `saber-config.yml`:
```yml
plugins:
- resolve: saber-plugin-seo
siteConfig:
title: GeekPlux
description: Web developer, open-source contributor and lifelong learner.
author: GeekPlux
keywords: Blog,Web,JavaScript,Code,Computer Science,Geek
```## License
MIT © [GeekPlux](https://github.com/geekplux)
> [Website](https://geekplux.com) · GitHub [@geekplux](https://github.com/geekplux) · Twitter [@geekplux](https://twitter.com/geekplux)