Skip to content

A simple static blog web app based on nginx and shell-scripts.

License

Notifications You must be signed in to change notification settings

TangliziGit/shell-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

918dc1c · Mar 23, 2024
Jan 6, 2020
Mar 23, 2024
May 5, 2023
Mar 23, 2024
Jan 28, 2024
May 9, 2022
Nov 18, 2020
Jan 9, 2023
Jan 5, 2020
Nov 18, 2020
Jan 9, 2020
Jan 5, 2020
Feb 7, 2023
Jan 9, 2020
Jan 9, 2023
Jan 9, 2023

Repository files navigation

shell-blog

A simple static blog web app based on nginx and shell-scripts.

Deploy & Run

docker build -t shell-blog .
docker run --name shell-blog -p 80:80 -d shell-blog

Post & modify file steps

You can simply write new file in master using github editor and wait server to pull.

Or,

  1. Write/modify your markdown file in edit branch, via local or github editor.
  2. Commit it and make a pr, and github actions will run CI to check your file format. If you do not pass the CI, you will receive a email with failure information.
  3. Merge it.
  4. Wait an hour or directly trigger your server to accept the new content, via git pull.

License

MIT License

Copyright (c) 2020 Chunxu Zhang

About

A simple static blog web app based on nginx and shell-scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published