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 option to output HTML to custom directory #16

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

djbeadle
Copy link
Contributor

@djbeadle djbeadle commented Sep 7, 2024

Adds a new .env configuration option to export HTML to a separate directory. Defaults to the working directory (the existing behavior).

The imagined use case is to place HTML files in a directory served by a webserver without making the other files accessible. Note that this does not do anything with the JSON files.

In .env:

HTML_OUTPUT_DIRECTORY=path/relative/to/working/directory

@harsxv harsxv merged commit 653d4c8 into harsxv:master Sep 7, 2024
@harsxv
Copy link
Owner

harsxv commented Sep 7, 2024

Nice catch! Totally agree with this, merged :)

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.

2 participants