andreasnrb / jaded

Demo WordPress theme for Jade rendering enging
7 stars 0 forks source link

Question #1

Open raulghm opened 11 years ago

raulghm commented 11 years ago

Hi, how work or active this wordpress theme?

andreasnrb commented 11 years ago

its a work in progress. im trying to get my fork of jade.php fully functional. there is a bunch of tests relating to yield and inheritance that is failing. currently this theme depends on a private project. Its being revamped at the moment. Ill be adding fix so this theme is only dependant on the jade.php later on.

raulghm commented 11 years ago

Thanks, Wordpress theme + Jade template excellent workflow :)

andreasnrb commented 11 years ago

Yeah. Another thing is that the code that the jade.php library generates is not the prettiest either. so improving that is on the to do list as well. The code should be as small as possible and easily readable and logical. In the end I want this to become a theme framework in a similar nature as Timber but much simpler and cleaner. Twig template language is not very good I think and haml has to much extra characters thats not really needed.

2013/10/4 Raúl notifications@github.com

Thanks, Wordpress theme + Jade template excellent workflow :)

— Reply to this email directly or view it on GitHubhttps://github.com/cyonite/jaded/issues/1#issuecomment-25729103 .

raulghm commented 10 years ago

An comment, and if you use Gruntjs to generate php from jade templates?