mirror of https://github.com/Mabbs/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.
		
		
		
		
			
				
					14 lines
				
				300 B
			
		
		
			
		
	
	
					14 lines
				
				300 B
			| 
								 
											4 years ago
										 
									 | 
							
								#!/bin/bash
							 | 
						||
| 
								 | 
							
								wget 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
							 | 
						||
| 
								 | 
							
								rm -rf .git/
							 | 
						||
| 
								 | 
							
								bundle exec jekyll build -d public
							 | 
						||
| 
								 | 
							
								rm -rf .jekyll-cache/
							 | 
						||
| 
								 | 
							
								tar czvf ../MayxBlog.tgz .
							 | 
						||
| 
								 | 
							
								mv ../MayxBlog.tgz public/
							 |