home.yml.tmpl 175 B

12345678910
  1. name: home
  2. parent: default
  3. matches:
  4. # Simple text replacement
  5. - trigger: ":phone"
  6. replace: "{{ .home.phone }}"
  7. - trigger: ":email"
  8. replace: "{{ .home.email }}"