An open API service indexing awesome lists of open source software.

https://github.com/tas0dev/GithuBlog

GithubPagesで簡単にブログサイトを構築できます
https://github.com/tas0dev/GithuBlog

Last synced: 4 months ago
JSON representation

GithubPagesで簡単にブログサイトを構築できます

Awesome Lists containing this project

README

          

# GithuBlog
GithubPages上で簡単にブログシステムを構築するものです。
- **使用した技術スタック**
- GithubActions
- Python

## 使い方
1. このリポジトリをFork
2. [config.yml](./config.yml)の中身をいい感じに書き換える
3. docs/以下をGithubPagesに公開
4. posts/以下にYYYY-MM-DD-Title.mdの形式でファイルを作成
5. 一行目に#を使用してタイトルを記述(詳しくは[この辺](./posts/)参照)
6. 本文を書く
7. あとはいい感じに公開してくれます