Syswonder blog uses docsify , just start a web server at the docs directory is ok.
For example
git clone https://github.com/syswonder/blog
cd blog/docs
python -m http.server
then open a browser and visit http://localhost:8000
-
place your blog file, assume it be 202306_hello.md, at current year directory, e.g., 2023.
-
modify 2023/README.md, add your report title, data, writer name, abstract, etc.
-
add an item of this blog to 2023/_sidebar.md.
-
check it is displayed as expected.
commit to your cloned repo and make a PR to https://github.com/syswonder/blog