Ghost-Post

Ghost blog for Emacs

Since I decided the path to the best editor for me is finished (for now) I decided to improve my experience with Emacs. I started learning some Elisp and the best way of learning something is always solving a problem or extending functionality. The Ghost blog platform has now a Rest API, read-only …

Ansible role releases, Ghost and Drupal dependencies

Releases updates: Ghost v0.5.0 with Systemd, Upstart support and the option of installing a custom theme. v1.0.0 replacing the deprecated sudo option for become in Ansible 2.0, more on this topic. Drupal v0.1.0, first Drupal dependencies release, installation of modules and themes via Drush, setting …

Ghost Ansible role update, systemd support

Ansible role for Ghost now has Systemd support thanks to @brianwawok. He also fixed a problem that could happen with the git theme repository regarding the hostkey. Thank you!

Ansible Ghost role, improvements

Hi! Today I improved some parts of the Ansible ghost role. The tests are now passing, testing also Idempotence in the Ansible role. Custom theme installation through git is now available. I plan to add support for Systemd, although I am using Upstart for now, so only the service for Upstart is …

javaguirre.ghost, my first Ansible role

Yesterday I created my first Ansible role, a role to manage, configure and install Ghost, the blogging platform. Why? Because I checked the others and they weren’t atomic, I wanted a role managing only Ghost, not the database, installing node, or configuring NGINX all in one. You can install …