Results 8 comments of puresyntax71

Yeah, it's automated or perhaps you're not seeing it on your end? Perhaps check for a file `en.yaml` - https://github.com/puresyntax71/hugo-theme-chunky-poster/blob/master/i18n/en.yaml? It should be working out of the box though.

Yeah, this would depend on the [front-matter](https://gohugo.io/content-management/front-matter/) you use i.e. using `+++` means it's TOML which would be `tags = ["value","value2"]` whilst `---` means it's YAML which would be `tags:...

Would be nice to get this rebased for anyone willing.

Yeah, I've added the `toc` branch with some updates in it although I can't really decide on a good design. 😅 Guess I'll just leave it here for now and...

Yeah, seems to have started from this PR https://github.com/colemanw/webform_civicrm/pull/698 although I haven't checked on why since I just went through the merge commits between 6.1.0 and 6.2.1. > Also which...

I have added a test that is a stripped out version of the StripeTest (no verification of contribution). I'm not entirely sure how to set the [username and password though](https://github.com/colemanw/webform_civicrm/pull/804/files#diff-e4f9e43cb9d695648266a456114979b5d70c09c89969ab952e7d9a75cdf94d82R24-R25)....

> authorize.net must have test accounts that you can use with fake credit cards - that's what you'll want to use for Yeah, not sure if there exists one although...

Yeah, I've updated the test with verification based on StripeTest.