Generating Output

Today, I'll work on parsing the templates and generating output.

I need to walk through the templates, apply the template data, and write it out to an output directory.

Ran into some issues because it was going through the whole .next directory. Solved it with this nifty library that allows applying .gitignore.

I can now take templates and generate output. I can set this up to run on save when working on tempaltes.

Now I need to go through the full apps and replace everything devjourney specific with templates. 🥱

Not today though, too tired.