this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿง‘โ€๐Ÿ’ป Add script to sync up media

+2 -1
+2 -1
package.json
··· 8 8 "preview": "astro preview", 9 9 "astro": "astro", 10 10 "format": "prettier --write .", 11 - "syncworkflow": "cp .github/workflows/publish.yml builders/en/.github/workflows; cd builders/en; git add .github; git commit -m 'Update workflow'; git push; cd ../..; cp .github/workflows/publish.yml builders/fr/.github/workflows; cd builders/fr; git add .github; git commit -m 'Update workflow'; git push", 12 11 "database": "ortfodb --config ./ortfodb.yaml --scattered build works.json; prettier --write works.json", 12 + "mediaup": "linux rsync -rv media/ ewen@gwen.works:~/www/media.gwen.works/", 13 13 "postinstall": "patch-package" 14 14 }, 15 15 "dependencies": { 16 16 "@astrojs/mdx": "^4.3.0", 17 17 "@astrojs/rss": "^4.0.12", 18 + "@astrojs/sitemap": "^3.6.0", 18 19 "astro": "^5.1.1", 19 20 "date-fns": "^4.1.0", 20 21 "jsdom": "^26.1.0",