https://github.com/eduidl/zenn
https://github.com/eduidl/zenn
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eduidl/zenn
- Owner: eduidl
- Created: 2021-03-18T17:57:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T19:53:07.000Z (10 months ago)
- Last Synced: 2025-03-01T23:51:49.964Z (4 months ago)
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zenn Contents
- [📘 How to use](https://zenn.dev/zenn/articles/zenn-cli-guide)
- [📘 Markdown guide](https://zenn.dev/zenn/articles/markdown-guide)https://zenn.dev/eduidl
## FrontMatter
```
title: "" # 記事のタイトル
emoji: "😸" # アイキャッチとして使われる絵文字(1文字だけ)
type: "tech" # tech: 技術記事 / idea: アイデア記事
topics: [] # タグ。["markdown", "rust", "aws"]のように指定する
published: true # 公開設定(falseにすると下書き)
```