mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Wed 8 Feb 12:50:55 EET 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
d07e1eba68
commit
bf5939a401
2 changed files with 3 additions and 2 deletions
|
@ -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/*"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue