mirror of
https://github.com/tiyn/beaker-blog.git
synced 2025-04-01 15:07:46 +02:00
src/readme: fixed typos
This commit is contained in:
parent
3bd8877b5d
commit
8f7ae7a075
@ -43,7 +43,7 @@ You have to specify the filetype by extension.
|
||||
### PIP/Python
|
||||
|
||||
- `git clone https://github.com/tiyn/beaker-blog`
|
||||
- `cd tiyny-blog/src`
|
||||
- `cd beaker-blog/src`
|
||||
- edit the `config.py` file according to your needs
|
||||
- `pip3install -r requirements.txt` - install depenencies
|
||||
- run `python app.py`
|
||||
|
@ -1,4 +1,3 @@
|
||||
import datetime
|
||||
from datetime import datetime
|
||||
import markdown
|
||||
import os
|
||||
@ -9,7 +8,6 @@ import config
|
||||
|
||||
ENTRY_DIR = 'templates/entry'
|
||||
|
||||
|
||||
def gen_arch_string():
|
||||
"""
|
||||
Creates and returns a archive string of every file in ENTRY_DIR.
|
||||
|
Loading…
x
Reference in New Issue
Block a user