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
Sinas needs to be able to recognize project directories. I suggest we do this by looking for a sinas.yaml configuration file.
Yaml is a pretty good choice in my opinion, because advanced users are able to easily read it, and python can also easily read it (using PyYAML).
Let's discuss the format for the configuration file.
The text was updated successfully, but these errors were encountered:
generator: jekyll # or hugo, eventually baseurl: https://pingiun.com host: - type: github repo: pingiun/pingiun.com private_key: ~/.ssh/private_key - type: sftp host: myhost.io user: user password: plaintextpasswordmaybe
Sorry, something went wrong.
@pingiun actually, we don't want the base url, because that's already in the jekyll config
No branches or pull requests
Sinas needs to be able to recognize project directories. I suggest we do this by looking for a sinas.yaml configuration file.
Yaml is a pretty good choice in my opinion, because advanced users are able to easily read it, and python can also easily read it (using PyYAML).
Let's discuss the format for the configuration file.
The text was updated successfully, but these errors were encountered: