https://github.com/hhstore/issuer
github issues blog with theme
https://github.com/hhstore/issuer
flutter getx github-pages issue-blog web
Last synced: 3 months ago
JSON representation
github issues blog with theme
- Host: GitHub
- URL: https://github.com/hhstore/issuer
- Owner: hhstore
- Created: 2018-11-17T07:31:09.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T12:31:07.000Z (over 4 years ago)
- Last Synced: 2025-04-09T04:08:20.661Z (about 1 year ago)
- Topics: flutter, getx, github-pages, issue-blog, web
- Language: Dart
- Homepage: https://hhstore.github.io/issuer
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# issuer
- github issues blog with theme.
- 基于 github issue blog, 生成 github pages 的博客页面工具.
## Features:
- [ ] github issue to blog
- [ ] 支持特殊模板指令
- [ ] 支持评论功能
- [ ] 支持 markdown 扩展.
## Online:
- https://hhstore.github.io/issuer
- 在线访问
## Quickstart
- flutter 2.5.1
- 基于 Taskfile 脚本
- install:
```bash
# install:
brew install go-task/tap/go-task
# init:
task install
# gen files:
task init
```
- run web:
```bash
task run:web
```
- after change, generate files:
```bash
# gen files:
task gen
```
## Deploy:
- gen files:
```bash
task deploy
```