👋Hello Kecare

Introduction

Kecare is an open-source static site generator that is framework-agnostic. Its core feature is non-intrusive design—decoupling the content system from themes/frameworks. With just a basic understanding of TypeScript and by writing corresponding page generation templates, you can freely compose pages based on components, quickly completing site construction on top of your existing projects. It uses Bun as its runtime, offering a lighter and faster experience in both startup and build processes.

It can be said with certainty that you only need to write HTML and CSS to get a unique blog or documentation site of your own.

Why Choose Kecare

Focus on Content Presentation

Whether it's a blog or a documentation site, any website for reading documents will include designs such as navigation bar, menu bar, table of contents, and search bar. In Kecare, you don't need to write the corresponding logic one by one—we have already handled these for you when processing articles.

In addition to these essential features, we offer even more.

  • Code Highlighting
  • Markdown Extensions
  • Copy Original Text
  • i18n
  • ...

You don't need to write logic for each of these individually; just write CSS styles according to your preference.

Framework Agnostic

Traditional blogging solutions (like Hexo) are tied to specific tech stacks, requiring a complete rebuild when switching technologies.

We just want everyone to be able to set up a documentation site or blog with the lowest learning cost. Kecare only requires creating a .kecare/ directory in the project, writing content and rules according to the conventions, and Kecare will generate the corresponding pages and data based on the rules.

文章作者:
文章链接:kecare.me/articles/2f0fd1f2
版权声明: 博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源