Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apvarun/productlog-nextjs-theme
NextJS-based changelog theme for your product
https://github.com/apvarun/productlog-nextjs-theme
changelog nextjs nextjs-theme theme
Last synced: about 2 months ago
JSON representation
NextJS-based changelog theme for your product
- Host: GitHub
- URL: https://github.com/apvarun/productlog-nextjs-theme
- Owner: apvarun
- License: mit
- Created: 2021-09-23T18:28:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T19:39:50.000Z (8 months ago)
- Last Synced: 2024-10-12T22:29:48.473Z (2 months ago)
- Topics: changelog, nextjs, nextjs-theme, theme
- Language: TypeScript
- Homepage: https://productlog-theme.vercel.app/
- Size: 1.32 MB
- Stars: 25
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- Awesome-NextJs - productlog-nextjs-theme - [demo](https://productlog-theme.vercel.app/) (Nextjs Templates)
README
# ProductLog Theme
ProductLog is a NextJS theme for hosting your product's changelog. [Preview the theme](https://productlog-theme.vercel.app/) to see what it looks like, or checkout how to use it today.
![ProductLog Theme Logo](https://github.com/apvarun/productlog-nextjs-theme/raw/main/public/static/ProductLog.png)
![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fapvarun%2Fproductlog-nextjs-theme) ![GitHub](https://img.shields.io/github/license/apvarun/productlog-nextjs-theme) ![GitHub package.json version](https://img.shields.io/github/package-json/v/apvarun/productlog-nextjs-theme)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/apvarun/productlog-nextjs-theme)
## Features
- Excellent Lighthouse score
- Mobile-friendly view
- SEO friendly
- Support Notion as source ([Sample Notion Page](https://polar-shoulder-194.notion.site/cbde2cdc46a14dfcaf5169eab225c30b))
- Built-in Analytics: Google Analytics, Plausible and Simple analytics
- Next image optimization
- Easy styling customization with Tailwind v3
- Syntax highlighting
- KaTeX support## Screenshot
![ProductLog Theme Screenshot](https://github.com/apvarun/productlog-nextjs-theme/raw/main/screenshot.png)
## Quick Start Guide
```
npx degit apvarun/productlog-nextjs-theme
```- Customize config.json (site config information)
- Add changelog as files
- Deploy on Vercel/Netlify or your choice of statuc hostsMore about theme's configuration in the project's [wiki](https://github.com/apvarun/productlog-nextjs-theme/wiki/Configuration).
## Development
First, run the development server:
```
npm start
# or
npm run dev
```Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.
## Support
Using the template? Support this effort by giving a star on Github, sharing your own blog and giving a shoutout on Twitter or be a project [sponsor](https://buymeacoffee.com/apvarun).
## Licence
[MIT](https://github.com/apvarun/productlog-nextjs-theme/blob/master/LICENSE) © [Varun](https://apvarun.com)