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
I added my theme to ketchup(build by #11), but I cannot confirm to reflected my theme.
structure of my theme:
data/themes/mytheme/ |-- assets | `-- 404.html |-- templates | `-- page.html `-- theme.json
theme.json:
{ "name": "mytheme", "templates": { "page.html": { "placeholders": [ { "key": "content", "text": { "type": "markdown" } } ] } } }
templates/page.html:
<html><head></head><body><div><header><a href="/">← {{ .Site.Title }}</a></header><h1>{{ .Page.Title }}</h1>{{ .Page.Content }}</div></body></html>
Did you find anything wrong with my theme?
The text was updated successfully, but these errors were encountered:
I've tested it against the latest release v0.3.1, everything looks like it renders correctly on my machine. Maybe try upgrading and see if it works?
Sorry, something went wrong.
No branches or pull requests
I added my theme to ketchup(build by #11), but I cannot confirm to reflected my theme.
structure of my theme:
theme.json:
templates/page.html:
Did you find anything wrong with my theme?
The text was updated successfully, but these errors were encountered: