1
0

Change GRAV type from blog_item to item.

This commit is contained in:
Markus Birth
2021-07-26 17:04:34 +02:00
parent 319b3f1850
commit 1fec7c8aa1
+2 -1
View File
@@ -10,7 +10,7 @@ import re
SRCDIR="jekyll"
GRAVDIR="grav/user/pages"
GRAV_TYPE="blog_item"
GRAV_TYPE="item"
# Translates Jekyll top level folders to GRAV (sorted)
FIRST_LEVEL = {
@@ -25,6 +25,7 @@ DATEFORMAT_OUT="%Y-%m-%d %H:%M:%S"
LOCAL_TIMEZONE=pytz.timezone("Europe/Berlin")
# Jekyll-tags that are considered to be categories, not tags
CATEGORIES=["know-how", "development", "review", "hacking", "hardware", "software", "miscellaneous"]
def convert_file(filepath):