update @ Wed 8 Feb 12:50:55 EET 2023

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-02-08 12:50:55 +02:00
parent d07e1eba68
commit bf5939a401
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[build]
command = "python3 ./scripts/blog.py static"
command = "ls -lah && python3 ./scripts/blog.py static && echo 11111111111 && ls -lah"
[[redirects]]
from = "/git/*"

View file

@ -109,6 +109,7 @@ CONTEXT_WORDS: Tuple[str, ...] = (
"homework",
"and",
"cause",
"how",
)
BLOG_MARKDOWN_TEMPLATE: str = """<header role="group">
@ -889,8 +890,8 @@ def generate_metadata(config: Dict[str, Any]) -> Tuple[int, Dict[str, Any]]:
def generate_static_full(config: Dict[str, Any]) -> Tuple[int, Dict[str, Any]]:
"""Generate full static site"""
# "Cleaning up": clean,
BUILD_CFG: Dict[str, Callable[[Dict[str, Any]], Tuple[int, Dict[str, Any]]]] = {
"Cleaning up": clean,
"Building CSS": build_css,
"Building static site": build,
"Generating metatata": generate_metadata,