# Adapting a Blogging Project for Terminal-Based Publishing and Heroku Deployment

DevFeed: [Adapting a Blogging Project for Terminal-Based Publishing and Heroku Deployment](<https://devfeed.tech/articles/beginning-38371.md>)

Original publisher: [Read original article](<https://meedamian.com/post/beginning/>)

Author: hi@meedamian.com (Damian Mee)

Published: 2014-05-13T00:00:00Z

Content type: tutorial

Language: en

Sources: [Damian Mee | Blog | Portfolio | About](<https://devfeed.tech/sources/damian-mee-blog-portfolio-about.md>)

Topics: [Heroku](<https://devfeed.tech/topics/heroku.md>), [Express](<https://devfeed.tech/topics/express.md>), [Git](<https://devfeed.tech/topics/git.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Markdown](<https://devfeed.tech/topics/markdown.md>), [Highlight.js](<https://devfeed.tech/topics/highlightjs.md>), [npm](<https://devfeed.tech/topics/npm.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Bootstrap](<https://devfeed.tech/topics/bootstrap.md>), [jQuery](<https://devfeed.tech/topics/jquery.md>)

Tags: [bootstrap](<https://devfeed.tech/tags/bootstrap.md>), [express](<https://devfeed.tech/tags/express.md>), [git](<https://devfeed.tech/tags/git.md>), [heroku](<https://devfeed.tech/tags/heroku.md>), [highlighting](<https://devfeed.tech/tags/highlighting.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [npm](<https://devfeed.tech/tags/npm.md>), [terminal](<https://devfeed.tech/tags/terminal.md>)

## AI overview

The author describes adapting an existing blogging project for writing in Sublime Text and publishing from the terminal. The work included dependency changes, Bootstrap and jQuery integration, Express compatibility fixes, replacing the Markdown processing setup with marked and highlight.js, and deploying the result on Heroku.

## Source excerpt

Several days ago I was casually browsing awesomeness of Github when I saw this project by koush, and instantly understood that's the blogging flow I could use - write in sublime and publish/deploy from terminal. I had to do some cleanup there, update & fix some dependencies and rewrite parts of it to a better language. Later, I've created a new Heroku instance, moved my domain to a heroku Add-on called pointDNS, did git push heroku, and it worked great :).