Marten
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
README.md
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
This is a simple blog based on Pythons Flask framework. |
|
|
|
|
|
|
|
## Usage |
|
|
|
## Deployment |
|
|
|
|
|
|
|
### 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` |
|
|
|
|
|
|
|
## Usage |
|
|
|
|
|
|
|
### Create entries |
|
|
|
|
|
|
|
Blog entries are managed by plain html files in the `templates/entry/` directory. |
|
|
|
|