iarobinson / learn-to-be-a-useful-programmer

A process to go from learning code to being able to do paid programming work
1 stars 1 forks source link

Create Reusable Navigation #9

Closed iarobinson closed 4 years ago

iarobinson commented 5 years ago

Currently, each page has to be written by hand. It would be nice if we could have the same <head> code for each page on the site.

I know node will take care of this in the future. For now, is there a way for us to script it?

makromikro commented 5 years ago

Is there a way to do it in js maybe? I can look for it. Maybe bootstrap?

iarobinson commented 5 years ago

I'm fine to switch to bootstrap. I'm not sure what JS would be best for this, but if you can do it without a library, that would be ideal.

makromikro commented 5 years ago

I found Cakephp and js mustache npm for this but these are all libraries. I found out only bootstrap wouldn't be enough, we need to use an engine for it. Is this ok if I look deeper into what I found or do you think I should look for another way to do it?

iarobinson commented 4 years ago

I think we're going to move away from this as it doesn't make sense to have reusable navigation the way I see the direction of this project now.