update @ Wed 8 Feb 12:53:48 EET 2023

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-02-08 12:53:48 +02:00
parent d3bb7e4fdd
commit 43e3b1d23f
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 2 additions and 2 deletions

View file

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

View file

@ -890,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,