2022-10-22 16:18:24 +01:00
|
|
|
#!/bin/bash
|
2024-10-28 20:41:22 +00:00
|
|
|
cd ../bstools
|
2024-11-16 17:14:00 +00:00
|
|
|
/home/james/.local/bin/uv run python card.py tree -i ../brainsteam/content/posts/ -w ../brainsteam
|
2024-10-28 20:41:22 +00:00
|
|
|
|
|
|
|
cd ../brainsteam
|
2024-09-08 11:53:51 +01:00
|
|
|
hugo
|
2024-11-16 17:14:00 +00:00
|
|
|
|
|
|
|
cd ../bstools
|
|
|
|
/home/james/.local/bin/uv run python webmention.py update
|
|
|
|
|
|
|
|
git add ../brainsteam/content/posts
|
2024-11-16 17:16:03 +00:00
|
|
|
#git add ../bstools/wm_state.json
|
2024-11-16 17:14:00 +00:00
|
|
|
git commit -m "update thumbs and webmention state"
|
|
|
|
git push
|
|
|
|
|
|
|
|
|
|
|
|
|