mirror of
				https://github.com/tiyn/beaker-blog.git
				synced 2025-10-31 10:51:16 +01:00 
			
		
		
		
	Update README.md
This commit is contained in:
		| @@ -2,7 +2,7 @@ | |||||||
|  |  | ||||||
| This is a simple blog based on Pythons Flask framework. | This is a simple blog based on Pythons Flask framework. | ||||||
|  |  | ||||||
| ## Usage | ## Deployment | ||||||
|  |  | ||||||
| ### PIP/Python | ### PIP/Python | ||||||
|  |  | ||||||
| @@ -33,6 +33,8 @@ Set the following ports with the -p tag. | |||||||
|  |  | ||||||
| `docker run --name blog --restart unless-stopped -v css:/blog/src/static/css -v html:/blog/src/templates -p 80:5000 -d tiynger/flaskblog` | `docker run --name blog --restart unless-stopped -v css:/blog/src/static/css -v html:/blog/src/templates -p 80:5000 -d tiynger/flaskblog` | ||||||
|  |  | ||||||
|  | ## Usage | ||||||
|  |  | ||||||
| ### Create entries | ### Create entries | ||||||
|  |  | ||||||
| Blog entries are managed by plain html files in the `templates/entry/` directory. | Blog entries are managed by plain html files in the `templates/entry/` directory. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user