Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/versecafe/logwatch
NextJS & React port of Logspot
https://github.com/versecafe/logwatch
app-router-nextjs markdown nextjs react tailwindcss
Last synced: 21 days ago
JSON representation
NextJS & React port of Logspot
- Host: GitHub
- URL: https://github.com/versecafe/logwatch
- Owner: versecafe
- License: mit
- Created: 2023-11-11T15:24:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T18:52:29.000Z (11 months ago)
- Last Synced: 2024-11-20T16:39:24.475Z (3 months ago)
- Topics: app-router-nextjs, markdown, nextjs, react, tailwindcss
- Language: TypeScript
- Homepage: https://logwatch.vercel.app
- Size: 975 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Logwatch is a lightweight, free and open source template for your changelog made with [React](https://react.dev),
[NextJS](https://nextjs.org) and [Tailwindcss](https://tailwindcss.com). It leverages [contentlayer](https://www.npmjs.com/package/contentlayer)
for your feed which allows you to use mdx files stored inside the repo as a CMS.### Features
- Markdown support
- Code highlighting with [rehypePrettyCode](https://www.npmjs.com/package/rehype-pretty-code)
- Completely static pages
- Displays releases newest to oldest### Acknowledgement
This project is a port of [logspot](https://logspot.vercel.app/), made by [Fayazara](https://github.com/fayazara) from
Vue with Nuxt, to React with Next 14 & the App Router, This is meant not only to provide a NextJS template but also a
good comparison of react to vue code for those looking to port from one, or trying to see what they'd prefer for their
first project.