Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abap34 committed Oct 7, 2024
1 parent efc5c4e commit 7da754a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# 寄稿したい方へ

`./gen.sh {記事のid}.md` すると `posts/{記事のid}.md` , `posts/{記事のid}/` ができます.

md ファイルは頭に

```
---
title:
author:
date:
tag:
twitter_id:
github_id:
mail:
ogp_url:
description:
url:
site_name:
twitter_site:
---
```

みたいなのがあります。 url, site_name は触らなくても大丈夫です。

あとは適切に設定してください。

(`posts/{記事のid}/image.png``abap34.com/posts/{記事のid}/image.png` になるのでそこに画像を置いてサムネイルにするといいです)

`posts/` 以下の md ファイルが main に push されると記事が publish されます。

記事が書けたら main に PR を送ってください。

0 comments on commit 7da754a

Please sign in to comment.