项目作者: daemon1024

项目描述 :
blog feed aggregator
高级语言: JavaScript
项目地址: git://github.com/daemon1024/gaia.git
创建时间: 2021-01-18T13:30:11Z
项目社区:https://github.com/daemon1024/gaia

开源协议:GNU General Public License v3.0

下载


Gaia

A web-based feed aggegator to aggregate various blogs written by folks at OSDC

Setup

Fork and Clone the repository.

  1. # Install deps
  2. yarn
  3. # Run development server
  4. yarn dev

Open http://localhost:3000 with your browser to see the result.

Add your feed

Head to `gaia.config.js and append your detailes like

  1. export default [
  2. ...
  3. },
  4. + {
  5. + title: "title of your blog",
  6. + feed: "link to your rss feed"
  7. + },
  8. ];

Run yarn build && yarn start to check if everything’s running fine

Learn More

To learn more about Next.js, take a look at the following resources: