https://github.com/albert26193/beaver-ssg
An SSG tool for quickly building modern documentation sites. 🚀️🚀️🚀️
https://github.com/albert26193/beaver-ssg
react ssg vite
Last synced: about 1 year ago
JSON representation
An SSG tool for quickly building modern documentation sites. 🚀️🚀️🚀️
- Host: GitHub
- URL: https://github.com/albert26193/beaver-ssg
- Owner: Albert26193
- Created: 2023-10-16T12:21:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T13:16:51.000Z (over 2 years ago)
- Last Synced: 2024-03-09T14:41:12.229Z (over 2 years ago)
- Topics: react, ssg, vite
- Language: TypeScript
- Homepage: https://ssg.albert.cool
- Size: 2.54 MB
- Stars: 27
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Beaver-SSG
## Intro
- Beaver-SSG is a static site generator written in Typescript.
- Support for Markdown and MDX.
## Features
- [x] Markdown and MDX support
- [x] Syntax Highlighting
- [x] Dark Mode
- [x] Image Size Optimization
- [x] Hot Reload
## Detail 🚀️
- Check Detail on [Beaver-SSG Doc Site](https://ssg.albert.cool/)
## Change Log
- Check Change-Log on [Beaver-SSG Change Log](https://github.com/Albert26193/beaver-ssg/blob/master/CHANGELOG.md)
## Thanks
- Thanks to [Vite](https://vitejs.dev/) for the inspiration and the hot reload feature.
- Thanks to [Island.js](https://https://islandjs.dev/zh/) to offer the basic structure of the project.