Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pug

Nodejs, Express, Nginx And Jade... Whats The Deal?

So I'm currently investigating what technologies/libraries etc to adopt for a new, rather large… Read more Nodejs, Express, Nginx And Jade... Whats The Deal?

Reading Environment Variables From Pug

I'm using pug to compile static html. My own static site generator, kinda. I have no node.js se… Read more Reading Environment Variables From Pug

Changing The (styling Of) The Form Submit Button When Text Is Present In The Textarea - Jade / Pug

This is code to render a form mixin in Node/Express (using Jade/Pug as the template engine) My goal… Read more Changing The (styling Of) The Form Submit Button When Text Is Present In The Textarea - Jade / Pug

How To Escape <> In Javascript Underscore Template?

when using underscore template i want to interpolate a value in anchor's href attribute like a(… Read more How To Escape <> In Javascript Underscore Template?

How To Create A Ajax Post With Node Js?

I am not sure how to use an ajax POST to POST from a Jade Page to Node JS. If someone can provide a… Read more How To Create A Ajax Post With Node Js?

Passing Array Of Image Objects To The Jade And Then Displaying Via Jade

Here, I have use.js and use.jade. In use.js, I am simply mapping hardcoded image variable img_01 fr… Read more Passing Array Of Image Objects To The Jade And Then Displaying Via Jade