November 26, 2023
Authors!
Authors can be added as a list of their github URLs
--- title: Authors! date: November 26, 2023 authors: - https://github.com/versecafe - https://github.com/vercel - https://github.com/example release: "0.0.4" ---
Backwards Compatibility
Older logs without authors will still function fine and no author element will be rendered, because of this version 0.0.4 is fully backwards compatible with all prior versions despite bringing in the authors field.
November 22, 2023
November 22, 2023
November 09, 2023
November 09, 2023
Introducing Logwatch
Logwatch is a lightweight, free and open source template for your changelog made with React, NextJS and Tailwindcss. It leverages 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
- Completely static pages
- Displays releases newest to oldest
Acknowledgement
This project is a port of logspot, made by 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.