mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Wed 8 Feb 12:53:48 EET 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
d3bb7e4fdd
commit
43e3b1d23f
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
[build]
|
[build]
|
||||||
command = "ls -lah && python3 ./scripts/blog.py static && echo 211111111111 && ls -lah"
|
command = "python3 ./scripts/blog.py static"
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/git/*"
|
from = "/git/*"
|
||||||
|
|
|
@ -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]]:
|
def generate_static_full(config: Dict[str, Any]) -> Tuple[int, Dict[str, Any]]:
|
||||||
"""Generate full static site"""
|
"""Generate full static site"""
|
||||||
|
|
||||||
# "Cleaning up": clean,
|
|
||||||
BUILD_CFG: Dict[str, Callable[[Dict[str, Any]], Tuple[int, Dict[str, Any]]]] = {
|
BUILD_CFG: Dict[str, Callable[[Dict[str, Any]], Tuple[int, Dict[str, Any]]]] = {
|
||||||
|
"Cleaning up": clean,
|
||||||
"Building CSS": build_css,
|
"Building CSS": build_css,
|
||||||
"Building static site": build,
|
"Building static site": build,
|
||||||
"Generating metatata": generate_metadata,
|
"Generating metatata": generate_metadata,
|
||||||
|
|
Loading…
Add table
Reference in a new issue