Add blog.json, JSON Feed, and all agent-friendly formats to CI build
- Add make formats to .gitlab-ci.yml build script - Generates blog.json at site root (jsonblog.dev format) - Generates feeds/all.json (JSON Feed v1.1) - Generates llms.txt for AI agent onboarding - Converts all RST to Markdown - Creates plain text versions (index.txt)
This commit is contained in:
parent
8041de971f
commit
6576bef263
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ build:
|
|||
- export REMARKBOX='60ce7710-9b9f-11e9-9ea3-040140774501'
|
||||
#- export PLAUSIBLE_ANALYTICS='analytics.unturf.com'
|
||||
- make html
|
||||
- make formats
|
||||
- make resume
|
||||
- mv output russell.ballestrini.net
|
||||
- tar -zcvf russell.ballestrini.net.tar.gz russell.ballestrini.net
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue