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

Enable ENV vars to override some settings #3

Open
datadavev opened this issue Sep 6, 2023 · 1 comment
Open

Enable ENV vars to override some settings #3

datadavev opened this issue Sep 6, 2023 · 1 comment

Comments

@datadavev
Copy link
Collaborator

It is necessary to override a couple config values for service the site at a root. In particular, _config.yml

domain: arks-org.github.io
baseurl: /arks.github.io
url: https://arks-org.github.io

values need to be replaced. Can we enable these to be overridden by environment variables or something similar?

whicks1 added a commit that referenced this issue Sep 6, 2023
@whicks1
Copy link
Collaborator

whicks1 commented Sep 6, 2023

In local build context, something along the lines of

bundle exec jekyll serve --config _config.yml,_config.local.yml

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

2 participants