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

Add support for --destination in config.json #146

Open
N6REJ opened this issue Oct 13, 2019 · 3 comments
Open

Add support for --destination in config.json #146

N6REJ opened this issue Oct 13, 2019 · 3 comments

Comments

@N6REJ
Copy link

N6REJ commented Oct 13, 2019

Is your feature request related to a problem? Please describe.
Gitlab requires pages to be in the "public" folder.

Describe the solution you'd like
"html": {
"destination_folder": "../public"
}

having to use --destination="../public" each time is highly annoying.

@onigoetz
Copy link
Contributor

Hello, I'll have a look at this. But can't promise any release date.

@onigoetz
Copy link
Contributor

I'm coming back to this.
I wanted to implement it and wondered : if you set a relative path in this configuration. should it apply it relative to the configuration file, the root of the docs folder or the current working directory ?

I'm not entirely sure which is the most intuitive

@N6REJ
Copy link
Author

N6REJ commented Nov 26, 2019

I'd say relative to root of docs. Just make sure it accepts ../ as a valid path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants