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

remove snapshot-website-base in snapshot engine; download it instead #416

Closed
nicolasochem opened this issue Apr 13, 2022 · 1 comment
Closed
Assignees

Comments

@nicolasochem
Copy link
Collaborator

nicolasochem commented Apr 13, 2022

the _config.yml in xtz-shots-website and snapshot-website-base is identical except for one line.

Instead, let's have these 3 config in values.yaml:

jekyllRemoteThemeRepository: oxheadalpha/xtz-shots-website
jekyllConfig: https://raw.githubusercontent.com/oxheadalpha/xtz-shots-website/master/_config.yml
snapshotMarkdownTemplate: https://raw.githubusercontent.com/oxheadalpha/xtz-shots-website/master/snapshot.md

Then the website builder job:

  • downloads jekyllConfig
  • adds remote_theme: oxheadalpha/xtz-shots-website to the downloaded config based on the jekyllRemoteThemeRepository param
  • uses this config to build the remote theme
@harryttd
Copy link
Collaborator

related to #418

@harryttd harryttd mentioned this issue Apr 14, 2022
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

No branches or pull requests

3 participants