Mayx's Home Page https://mabbs.github.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
275 B

3 years ago
3 years ago
3 years ago
  1. #!/bin/bash
  2. wget -O Mabbs.md https://github.com/Mabbs/Mabbs/raw/main/README.md
  3. mkdir Mabbs
  4. echo "---
  5. layout: default
  6. ---" > Mabbs/index.md
  7. cat Mabbs.md >> Mabbs/index.md
  8. rm -rf Mabbs.md
  9. bundle exec jekyll build -d public
  10. tar czvf MayxBlog.tgz public/
  11. mv MayxBlog.tgz public/

Powered by TurnKey Linux.