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

Lab4: New SSG Feature: Support --config with Config File #29

Closed
JiaHua-Zou opened this issue Oct 6, 2021 · 1 comment · Fixed by #30
Closed

Lab4: New SSG Feature: Support --config with Config File #29

JiaHua-Zou opened this issue Oct 6, 2021 · 1 comment · Fixed by #30

Comments

@JiaHua-Zou
Copy link
Contributor

JiaHua-Zou commented Oct 6, 2021

This issue, I will be implementing a new feature that will allow the user to use the config file instead of typing out all of the command arguments.

The config file will be formatted like:

{
  "input": "./site",
  "stylesheet": "https://cdn.jsdelivr.net/npm/water.css@2/out/water.css",
  "lang": "fr"
}
@sirinoks sirinoks linked a pull request Oct 8, 2021 that will close this issue
@sirinoks
Copy link
Owner

sirinoks commented Oct 8, 2021

All works! Nice job.

@sirinoks sirinoks closed this as completed Oct 8, 2021
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 a pull request may close this issue.

2 participants