Adding Syntax Highlighting to Ghost using Prettify
If you are using the Ghost blogging platform for Node.js, you will probably have noticed that code snippets are not automatically styled. That’s be...
Tags:
Posted on
Using GraphicsMagick for Image Manipulation in Node.js
GraphicsMagick is a free and open-source command-line utility for manipulating images. It is a fork of ImageMagick, but it is faster and uses fewer...
Tags:
Posted on
Running the Ghost Node.js Blogging Platform as an Upstart Service
Ghost is a relatively new and free open source blogging platform for Node.js. If you’re looking for a blogging platform and you are a fan of Node.j...
Tags:
Posted on
Running Your Node.js App as an Upstart Service
When you are developing a Node.js application, you typically run it like this: node index.js.
Tags:
Posted on
Configuring Nginx as a Front End to Your Node.js Application
Nginx (“engine-x”) is a lightweight and high performance HTTP / proxy server. If you are planning to run your Node.js application on a production s...
Tags:
Posted on