Create a Changelog site of your Product
- Fork the project Changelog
- Edit
_config.yml
with your data (check settings section) - Connect to the domain with Netlify.
- Create new file under
_posts
folder - File Name should be like yyyy-mm-dd-feature-name.md (See This file for referance )
- Add the post content like this:
---
title: "Welcome to Changelog"
category: New
---
We have just launched this website. You will see our product's future updates here.
1. Subscribe our email.
2. Watch on Github (If you are developer)
3. Subscribe our [RSS feed](/feed.xml).
- Commit new file.
-
Disqus Comment: What users think about the new feature? Let theme Discuss in the comment
-
Custom Domain: Don't compromise with your brand identity. Use your branded domain or subdomain.
-
Watch on Github: Developers can watch your changelog directly in their Github account.
-
RSS Feed: Let your user get new features in their favorite feed reader.
-
Google Analytics: Add Google Analytics with gtag.js
-
Markdown Support: It's easy to write change log in markdown.
-
Add Team Members: Host on Github and Invite team members if you want.
-
SSL Support: We recommend using Netlify to server your changelog. Netlify takes care of SSL.
-
Hosted on Github: Our Repository is hosted on Github. Just fork it.
-
Admin: Netlify CMS Powered Admin to release new features.
If you face any issue in the setup. Email me at changelog@bansal.io and I will help you to setup.
Launch at BetaPage
Contact me for sponsorship hello@bansal.io
This project is licensed under the MIT License - see the LICENSE file for details