mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Fri Oct 6 20:37:30 EEST 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
25143cf619
commit
18f84198d7
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[build]
|
[build]
|
||||||
command = "rustup default stable && NOCLR=1 python3 ./scripts/blog.py static && rm -rf ./scripts/"
|
command = "NOCLR=1 python3 ./scripts/blog.py static && rm -rf ./scripts/"
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/git/*"
|
from = "/git/*"
|
||||||
|
|
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[toolchain]
|
||||||
|
channel = "stable"
|
Loading…
Add table
Reference in a new issue