Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 550 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 550 Bytes

For more information see about.md.

  • This blog is available on https://blog.plamen.name/.
  • To locally run this blog (while editing) run:
  • docker run --rm -p 4000:4000 -v "$(pwd):/srv/jekyll" -it jekyll/jekyll:4.2.0 jekyll serve --watch
  • then go to http://localhost:4000/
  • To add tags (before committing) run:
  • docker run --rm -v "$(pwd):/site" -w /site python /bin/bash -c 'curl https://raw.githubusercontent.com/qian256/qian256.github.io/master/tag_generator.py -o /tmp/tag_generator.py && python /tmp/tag_generator.py'