summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicksphere.ch>2022-10-23 00:00:00 +0000
committerNicholas Johnson <nick@nicksphere.ch>2022-10-23 00:00:00 +0000
commit6c1ebd66791f9f764ac11eb7ca86787334c088c72825f912c320f033ac1c5298 (patch)
tree9eb94fa7c67b8724f5594ed88c2a4e1dc2cc9a84b18d738bbd91fb70d42d1015 /.build.yml
parentb9cbe3d75d5d81b0a59dbe4a7b8387b97ed4e7d4a0b5f577668d93f02730bc69 (diff)
downloadjournal-6c1ebd66791f9f764ac11eb7ca86787334c088c72825f912c320f033ac1c5298.tar.gz
journal-6c1ebd66791f9f764ac11eb7ca86787334c088c72825f912c320f033ac1c5298.zip
Move Python generation scripts into theme
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 88d55cf..bab213b 100644
--- a/.build.yml
+++ b/.build.yml
@@ -7,7 +7,7 @@ environment:
site: gitnick.srht.site
tasks:
- generate: |
- python3 $site/generate.py
+ python3 $site/themes/hugo-theme-nicksphere/scripts/generate.py
- package_website: |
cd $site/website
tar -cvz . > ../../site.tar.gz