Change default config
PAGE_TITLE = "Michael (@asyncze)"
POSTS_ON_INDEX = False
DIST_PATH = "/dist"
LOAD_FOLDER = False
LOAD_FOLDER_FLAGS = False
AUTHOR = "@asyncze"
X_URL = "https://x.com/asyncze"
DESCRIPTION = "Self-funded software engineer"
FAVICON = ""
GOOGLE_TAG = ""
APP_NAME = "Michael (@asyncze)"
SOCIAL_IMAGE = ""See demo_website folder for folder structure.
.venv/bin/python md2website.py /demo_websiteReplace .venv/bin/python with path to your python.
- Page navigation is generated from
nav.md. - Post header anchors and table of contents are automatically generated from
##and###tags (iftoc-flag is set totruein__flags).