A simple static blog web app based on nginx
and shell-scripts
.
docker build -t shell-blog .
docker run --name shell-blog -p 80:80 -d shell-blog
You can simply write new file in master
using github editor and wait server to pull.
Or,
- Write/modify your markdown file in
edit
branch, via local or github editor. - Commit it and make a pr, and
github actions
will runCI
to check your file format. If you do not pass theCI
, you will receive a email with failure information. - Merge it.
- Wait an hour or directly trigger your server to accept the new content, via
git pull
.
MIT License
Copyright (c) 2020 Chunxu Zhang