Replies: 1 comment
-
I don't use Maizzle myself, but generally speaking in YAML (front matter) you can nest values: title:
dev: some value
prod: another value So perhaps instead of writing the condition in front matter you can write it in the template and render the appropriate value based on the environment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi There,
I have a question:
I want two build environments, so i've setup the following two:
What i want to do is something like this:
Output production environment
Output platform environment
Hope someone can help me out with this, i want to prevent the use of two variables (one for platform, and one for production).
Thanks in advance.
Robbert
Beta Was this translation helpful? Give feedback.
All reactions