forked from lavender-legacy/lavender.software
		
	Add a README
This commit is contained in:
		
							parent
							
								
									62c50d368b
								
							
						
					
					
						commit
						8548f6b3a9
					
				
					 1 changed files with 17 additions and 0 deletions
				
			
		
							
								
								
									
										17
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,17 @@ | ||||||
|  | # lavender.software | ||||||
|  | 
 | ||||||
|  | Static site generated using [siru](https://github.com/videogame-hacker/siru) and hosted at [lavender.software](https://lavender.software/). | ||||||
|  | 
 | ||||||
|  | ## Deploying | ||||||
|  | 
 | ||||||
|  | ```shell | ||||||
|  | $ # To set up, ensure that the 'dist' folder reflects the VPS | ||||||
|  | $ git clone 'root@lavender.software:/srv/http/lavender.software' dist | ||||||
|  | $ | ||||||
|  | $ cargo run # Build the site | ||||||
|  | $ cd dist/ | ||||||
|  | dist/ $ git add -A . && git commit -m "Deploying: $(date)" | ||||||
|  | dist/ $ git pull --rebase | ||||||
|  | dist/ $ git push | ||||||
|  | dist/ $ # Your changes should now be live at lavender.software | ||||||
|  | ``` | ||||||
		Loading…
	
		Reference in a new issue