Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code for generating Gemini version of the site #20

Merged
merged 4 commits into from
Aug 26, 2023
Merged

Code for generating Gemini version of the site #20

merged 4 commits into from
Aug 26, 2023

Conversation

audiodude
Copy link
Owner

@audiodude audiodude commented Aug 26, 2023

Fixes #18

See that issue for a description of how this was done.

Currently the workflow to publish is:

From the site's root directory, run

rm -rf _gemini
npx @11ty/eleventy --config=.eleventy.gemini.js
tar -czf garden.tgz _gemini/
scp garden.tgz [redacted garden host]:
ssh [redacted garden host] 'tar -xzf garden.tgz && rm -rf garden_gemini && mv _gemini garden_gemini && rm garden.tgz'

@audiodude audiodude merged commit 5942ad1 into main Aug 26, 2023
1 check passed
@audiodude audiodude deleted the gemini branch August 26, 2023 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Figure out a way to publish to Gemini
1 participant