We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-c
--config
.json
Example: The config file will be JSON formatted. Use below as an example.
{ "input": "./docs", "output": "./web", "future-feature": "should be ignored for now" }
The command line will be able to do this.
{ Option 1: use command line arguments: python main.py --input ./site --output ./build --stylesheet https://cdn.jsdelivr.net/npm/water.css@2/out/water.css --lang fr Option 2: use a config file python main.py --config ./ssg-config.json }
The text was updated successfully, but these errors were encountered:
closed with #16
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
-c
or--config
.json
file-c
option is passedExample:
The config file will be JSON formatted. Use below as an example.
The command line will be able to do this.
The text was updated successfully, but these errors were encountered: