This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mayx
/
blog
mirror of
https://github.com/Mabbs/mabbs.github.io
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
7
Wiki
Activity
Browse Source
Update deploy.sh
pull/171/head
mayx
3 years ago
parent
1fb70c29f0
commit
a0cdec8592
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
deploy.sh
+ 3
- 3
deploy.sh
View File
@ -1,11 +1,11 @@
#!/bin/bash
wget https://github.com/Mabbs/Mabbs/raw/main/README.md
wget
-O Mabbs.md
https://github.com/Mabbs/Mabbs/raw/main/README.md
mkdir Mabbs
echo
"
---
layout: default
---
"
> Mabbs/index.md
cat
README
.md >> Mabbs/index.md
rm -rf
README
.md
cat
Mabbs
.md >> Mabbs/index.md
rm -rf
Mabbs
.md
rm -rf .git/
bundle
exec
jekyll build -d public
rm -rf .jekyll-cache/
Write
Preview
Loading…
Cancel
Save
Powered by
TurnKey Linux
.