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

What is the base path of jekyll_cfg value ? #46

Closed
Doreapp opened this issue May 28, 2022 · 1 comment
Closed

What is the base path of jekyll_cfg value ? #46

Doreapp opened this issue May 28, 2022 · 1 comment

Comments

@Doreapp
Copy link

Doreapp commented May 28, 2022

Hi,
I am wondering what is the base path of jekyll_cfg value, is it the repository's root or jekyll_src value.
For example, given a repository like:

root
│   README.md
└───github-pages
│   │   _config.yml
│   │   index.md
│   └───assets
│       │   ...

The jekyll_src being github-pages, does jekyll_cfg should be _config.yml (assuming it will be built as <jekyll_src>/<jekyll_cfg>) or github-pages/_config.yml (assuming it will be built regardless jekyll_src) ?

@Doreapp
Copy link
Author

Doreapp commented May 28, 2022

According to tests, jekyll_cfg value is not relative to jekyll_src.
For the example above, it should then be github-pages/_config.yml.

@Doreapp Doreapp closed this as completed May 28, 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

1 participant