mirror of
				https://github.com/kevinveenbirkenbach/homepage.veen.world.git
				synced 2025-11-04 01:18:09 +00:00 
			
		
		
		
	Updated README.md
This commit is contained in:
		
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,2 +1,3 @@
 | 
				
			|||||||
app/static/cache/*
 | 
					app/config.yaml
 | 
				
			||||||
*__pycache__*
 | 
					*__pycache__*
 | 
				
			||||||
 | 
					app/static/cache/*
 | 
				
			||||||
@@ -1,9 +1,14 @@
 | 
				
			|||||||
# Landingpage
 | 
					# Portfolio
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This software allows people and institutions to setup an easy landingpage\homepage to show their portfolio. It's configured via an yaml file.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Access
 | 
					## Access
 | 
				
			||||||
### Locale
 | 
					### Locale
 | 
				
			||||||
[http://127.0.0.1:5000](http://127.0.0.1:5000)
 | 
					[http://127.0.0.1:5000](http://127.0.0.1:5000)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Configure
 | 
				
			||||||
 | 
					To configure this app create an config.yaml you can use config.sample.yaml as an example
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Administrate Docker
 | 
					## Administrate Docker
 | 
				
			||||||
### Stop and Destroy
 | 
					### Stop and Destroy
 | 
				
			||||||
@@ -34,4 +39,4 @@ docker run -d -p 5000:5000 --name landingpage application-landingpage
 | 
				
			|||||||
docker logs -f landingpage
 | 
					docker logs -f landingpage
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
## Author
 | 
					## Author
 | 
				
			||||||
This software was created from [Kevin Veen-Birkenbach](https://www.veen.world/) with the help of [ChatGPT]()
 | 
					This software was created from [Kevin Veen-Birkenbach](https://www.veen.world/).
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user