justjs icon indicating copy to clipboard operation
justjs copied to clipboard

An autobiographical node-based blog. Work in progress.

Results 5 justjs issues
Sort by recently updated
recently updated
newest added

Newcomers might not be as familiar to the blog style of tutorials as returning members of your site so it might make things easier for them. Just a suggestion from...

Great content! Medium screen sizes loose links at the top.

Blog 1,2,3,4,5 example had been modified according to express 4

In the version 5 of the blog, you've explained how to authorize the app using Google Login. However, I've discovered an issue that if the host (localhost in my case)...

The page() function in app.js makes the data.slots.crumbs get lost (which is used in layout.ejs). The page() function should read as follows: ``` function page(req, res, template, data) { _.defaults(data,...