RSS based blog starter kit for teams
Team Blog Hub is a blog starter designed for companies or teams. Users can fork the repository and use it freely. By entering the URL of a blog’s RSS feed, the platform will display the posts from team members in a consolidated list. Whether using Zenn, Qiita, Medium, note, or any website that provides an RSS feed, team members can post their content to their preferred location. The site allows the aggregation of individual tech blogs within a team.
src/styles/variables.scss
file, and images like logos can be replaced by substituting the files within the public
directory.yarn build
will retrieve post data from the RSS feed and build the site. Automatic deployment on a daily basis is suggested.To install Team Blog Hub, follow these steps:
site.config.ts
file. Set up member profiles and RSS feed registrations in the members.ts
file.src/styles/variables.scss
file.public
directory.Team Blog Hub is a blog starter designed for companies or teams. It allows the aggregation of individual tech blogs within a team by displaying team members’ posts in a consolidated list through RSS feed integration. The platform provides flexibility in posting options and allows customization of design elements. Team Blog Hub can be easily installed by forking the repository and following the provided installation guide. Deployment on platforms like Vercel or Netlify is recommended for easy and convenient site hosting. The project is licensed under the MIT License.