Writing

In Kecare, articles have a fixed storage location meow:

  • Article Directory: theme-directory/.kecare/articles/
  • File Type: Currently only supports *.md
  • Recommended Naming: Use stable, readable English filenames (e.g., getting-started.md), avoid frequent renaming

Currently only Markdown (.md) articles are supported. Support for more "note formats/file types" will be gradually added.

1. Create a New Article File

Create a new Markdown file under theme directory/.kecare/articles/, for example:

  • hello-kecare.md
  • my-first-post.md

2. Write the main content

You can write the main content just like regular Markdown, and remember to save when you're done, meow~

Here is a minimal example for you, meow~

---
title: Hello Kecare
date: 2026-01-22 12:00:00
tags:
  - kecare
desc: 这是我的第一篇 Kecare 文章喵~
author: Pamper
menu: test
translate: ['zh-CN', 'en-US', 'ja-JP']
---

# Hello Kecare

这是一段正文内容喵~

- 支持 Markdown 标题
- 支持列表
- 支持代码块

```ts
console.log("喵喵喵喵喵喵喵喵喵喵喵~");
```

3. Running

After writing the article, you need to run the generator to see the updates in the browser, meow.

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