Skip to content

Commit 28ab37e

Browse files
chore: update readme
1 parent 7688ed3 commit 28ab37e

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,24 @@ for migrating
2323
flask db migrate
2424
flask db upgrade
2525
```
26+
27+
## Theme
28+
29+
Themes are located at '/static/themes/'
30+
31+
Each theme must have
32+
33+
```
34+
index.html
35+
contact.html
36+
page.html
37+
```
38+
39+
- info.json
40+
41+
```json
42+
{
43+
"author": "ARJ",
44+
"version": "1.0.20000000000003"
45+
}
46+
```

0 commit comments

Comments
 (0)