Skip to content

daemon1024/gaia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gaia

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

Setup

Fork and Clone the repository.

# Install deps
yarn

# Run development server
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

export default [
        ...
     },
+    {
+      title: "title of your blog",
+      feed: "link to your rss feed"
+    },
];

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: