{"id":126,"date":"2014-06-23T07:36:51","date_gmt":"2014-06-23T16:36:51","guid":{"rendered":"http:\/\/blog.box.kr\/?p=126"},"modified":"2014-06-23T07:36:51","modified_gmt":"2014-06-23T16:36:51","slug":"10-open-source-blogging-platforms-for-developers","status":"publish","type":"post","link":"https:\/\/blog.box.kr\/?p=126","title":{"rendered":"10 Open Source Blogging Platforms for Developers"},"content":{"rendered":"<p style=\"color: #333333;\">Mainstream blogging platforms like WordPress, Blogger, Tumblr,\u00a0<a style=\"color: #006699;\" href=\"http:\/\/sixrevisions.com\/tools\/top-free-online-blogging\/\" target=\"_blank\">etc.<\/a>\u00a0aren\u2019t designed for hackers. They\u2019re encumbered by features developers just don\u2019t need or want.<\/p>\n<p style=\"color: #333333;\">And, out of the box, the popular blogging platforms certainly lack a lot things coders<em>actually<\/em>\u00a0would want, such as code syntax highlighting, blog theming capabilities using a standardized templating engine, markup language support besides HTML, and integration with source code repositories, among other things.<\/p>\n<p style=\"color: #333333;\">\n<p style=\"color: #333333;\">If you\u2019re looking for a blogging solution that\u2019s programmer-friendly, you\u2019ve come to the right place. The free and\u00a0<strong>open source blogging platforms<\/strong>\u00a0I\u2019ll talk about are designed with the needs of developers in mind, and not their moms\u2019 (unless she likes to code too).<\/p>\n<h3 style=\"font-weight: bold; color: #000000;\"><a style=\"color: #006699;\" href=\"http:\/\/hexo.io\/\" target=\"_blank\">Hexo<\/a><\/h3>\n<p style=\"color: #333333;\"><a style=\"color: #006699;\" href=\"http:\/\/hexo.io\/\" target=\"_blank\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/cdn.sixrevisions.com\/0415-01_open_source_blog_hexo.jpg?resize=550%2C323\" alt=\"Hexo\" width=\"550\" height=\"323\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p style=\"color: #333333;\">Hexo is a blogging platform powered by Node.js (it says so right there in the site\u2019s tagline).<\/p>\n<p style=\"color: #333333;\">Its hacker-friendly features include native support for\u00a0<a style=\"color: #006699;\" href=\"https:\/\/help.github.com\/articles\/github-flavored-markdown\" target=\"_blank\">GitHub Flavored Markdown<\/a>(GMF) as well as templating and extensibility capabilities using EJS, Swig and Stylus.<\/p>\n<p style=\"color: #333333;\">Installing Hexo will take you but a few seconds, assuming you already have\u00a0<a style=\"color: #006699;\" href=\"https:\/\/www.npmjs.org\/\" target=\"_blank\">npm<\/a>\u00a0set up and ready to go. Boom:<\/p>\n<pre style=\"color: #333333;\">$ npm install hexo -g<\/pre>\n<p style=\"color: #333333;\"><strong>Fun tangential fact:<\/strong>\u00a0&#8220;npm&#8221; doesn\u2019t stand for\u00a0<em>Node packaged modules<\/em>\u00a0or\u00a0<em>Node Package Manager.<\/em>\u00a0It\u2019s a recursive acronym like PHP. Or more accurately: &#8220;It\u2019s a recursive\u00a0<em>bacronymic abbreviation<\/em>\u00a0because it stands for \u2018npm is not an acronym\u2019,&#8221; as the author explains. [<a style=\"color: #006699;\" href=\"https:\/\/www.npmjs.org\/doc\/faq.html#If-npm-is-an-acronym-why-is-it-never-capitalized\" target=\"_blank\">Source<\/a>]<\/p>\n<ul style=\"color: #333333;\">\n<li><strong>License:<\/strong>\u00a0<a style=\"color: #006699;\" href=\"https:\/\/github.com\/tommy351\/hexo\/blob\/master\/LICENSE\" target=\"_blank\">MIT<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"http:\/\/hexo.io\/docs\/\" target=\"_blank\">Docs<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"https:\/\/github.com\/tommy351\/hexo\" target=\"_blank\">Download from GitHub<\/a><\/li>\n<\/ul>\n<h3 style=\"font-weight: bold; color: #000000;\"><a style=\"color: #006699;\" href=\"http:\/\/jekyllrb.com\/\" target=\"_blank\">Jekyll<\/a><\/h3>\n<p style=\"color: #333333;\"><a style=\"color: #006699;\" href=\"http:\/\/jekyllrb.com\/\" target=\"_blank\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/cdn.sixrevisions.com\/0415-02_open_source_blog_jekyll.png?resize=550%2C323\" alt=\"Jekyll\" width=\"550\" height=\"323\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p style=\"color: #333333;\">Jekyll is a static site generator that compiles your markup files into Web-ready HTML documents \u2014 that\u2019s what all static site generators do, more or less \u2014 the value proposition being\u00a0<a style=\"color: #006699;\" title=\"Why Website Speed is Important\" href=\"http:\/\/sixrevisions.com\/web-development\/why-website-speed-is-important\/\" target=\"_blank\">better Web performance<\/a>\u00a0and the option to ditch your databases and server-side scripts.<\/p>\n<p style=\"color: #333333;\">Jekyll has a steady-growing ecosystem, as evidenced by the other open source projects being developed for it:<\/p>\n<ul style=\"color: #333333;\">\n<li><a style=\"color: #006699;\" href=\"http:\/\/octopress.org\/docs\/\" target=\"_blank\">Octopress<\/a>\u00a0\u2013 a blogging framework designed for hackers<\/li>\n<li><a style=\"color: #006699;\" href=\"http:\/\/jekyllbootstrap.com\/\" target=\"_blank\">JekyllBootstrap<\/a>\u00a0\u2013 makes it easier for you to use your GitHub Pages to host your blog for free<\/li>\n<li><a style=\"color: #006699;\" href=\"https:\/\/github.com\/thomasf\/exitwp\" target=\"_blank\">Exitwp<\/a>\u00a0\u2013 helps you move from WordPress to Jekyll<\/li>\n<\/ul>\n<p style=\"color: #333333;\">Jekyll can be installed as a Ruby Gem:<\/p>\n<pre style=\"color: #333333;\">gem install jekyll<\/pre>\n<ul style=\"color: #333333;\">\n<li><strong>License:<\/strong>\u00a0<a style=\"color: #006699;\" href=\"https:\/\/github.com\/jekyll\/jekyll\/blob\/master\/LICENSE\" target=\"_blank\">MIT<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"http:\/\/jekyllrb.com\/docs\/home\/\" target=\"_blank\">Docs<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"https:\/\/github.com\/jekyll\/jekyll\" target=\"_blank\">Download from GitHub<\/a><\/li>\n<\/ul>\n<h3 style=\"font-weight: bold; color: #000000;\"><a style=\"color: #006699;\" href=\"http:\/\/anchorcms.com\/\" target=\"_blank\">Anchor CMS<\/a><\/h3>\n<p style=\"color: #333333;\"><a style=\"color: #006699;\" href=\"http:\/\/anchorcms.com\/\" target=\"_blank\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/cdn.sixrevisions.com\/0415-03_open_source_blog_anchor_cms.png?resize=550%2C323\" alt=\"Anchor CMS\" width=\"550\" height=\"323\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p style=\"color: #333333;\">Anchor CMS is a featherweight; the project\u2019s source code .zip archive is just a little over 200 KB.<\/p>\n<p style=\"color: #333333;\">Off the bat, Anchor supports\u00a0<a style=\"color: #006699;\" href=\"http:\/\/daringfireball.net\/projects\/markdown\/syntax\" target=\"_blank\">Markdown syntax<\/a>, which a lot of coders feel is easier and more natural for blog-writing and formatting. It also supports\u00a0<a style=\"color: #006699;\" href=\"http:\/\/css-tricks.com\/art-directed-articles-still-good-idea\/\" target=\"_blank\">art-directed blogging<\/a>, i.e., you can easily make each post look different.<\/p>\n<ul style=\"color: #333333;\">\n<li><strong>License:<\/strong>\u00a0Unknown<\/li>\n<li><a style=\"color: #006699;\" href=\"http:\/\/anchorcms.com\/docs\" target=\"_blank\">Docs<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"https:\/\/github.com\/anchorcms\/anchor-cms\" target=\"_blank\">Download from GitHub<\/a><\/li>\n<\/ul>\n<h3 style=\"font-weight: bold; color: #000000;\"><a style=\"color: #006699;\" href=\"https:\/\/github.com\/creationix\/wheat\" target=\"_blank\">Wheat<\/a><\/h3>\n<p style=\"color: #333333;\">Wheat is truly cool: It pulls articles from your GitHub repo and then publishes it to your website. Imagine the possibilities! Like\u00a0<em>open source blogging<\/em>\u00a0where other hackers can issue pull requests for correcting and improving your blog posts.<\/p>\n<p style=\"color: #333333;\">Wheat is developed with Node.js and can be installed as a Node packaged module:<\/p>\n<pre style=\"color: #333333;\">npm install wheat<\/pre>\n<ul style=\"color: #333333;\">\n<li><strong>License:<\/strong>\u00a0<a style=\"color: #006699;\" href=\"https:\/\/github.com\/creationix\/wheat\/blob\/master\/LICENSE\" target=\"_blank\">MIT<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"https:\/\/github.com\/creationix\/wheat\/blob\/master\/README.markdown\" target=\"_blank\">Docs<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"https:\/\/github.com\/creationix\/wheat\/\" target=\"_blank\">Download from GitHub<\/a><\/li>\n<\/ul>\n<h3 style=\"font-weight: bold; color: #000000;\"><a style=\"color: #006699;\" href=\"http:\/\/getnikola.com\/\" target=\"_blank\">Nikola<\/a><\/h3>\n<p style=\"color: #333333;\"><a style=\"color: #006699;\" href=\"http:\/\/getnikola.com\/\" target=\"_blank\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/cdn.sixrevisions.com\/0415-04_open_source_blog_nikola.png?resize=550%2C323\" alt=\"Nikola\" width=\"550\" height=\"323\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p style=\"color: #333333;\">Nikola, a static site generator, is strongly blog-oriented but it can also be used for any other type of website. Code wranglers will love the fact that it has a small codebase, which the creator of Nikola deems as an advantage because it means &#8220;programmers can understand all of Nikola core in a day.&#8221;<\/p>\n<p style=\"color: #333333;\">Nikola supports a whole slew of markup languages: reStructuredText, Markdown, etc. And, of course, HTML will do just fine too if that\u2019s how you roll.<\/p>\n<ul style=\"color: #333333;\">\n<li><strong>License:<\/strong>\u00a0<a style=\"color: #006699;\" href=\"https:\/\/github.com\/getnikola\/nikola\/blob\/master\/LICENSE.txt\" target=\"_blank\">MIT<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"http:\/\/getnikola.com\/documentation.html\" target=\"_blank\">Docs<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"https:\/\/github.com\/getnikola\/nikola\" target=\"_blank\">Download from GitHub<\/a><\/li>\n<\/ul>\n<h3 style=\"font-weight: bold; color: #000000;\"><a style=\"color: #006699;\" href=\"https:\/\/github.com\/cloudhead\/toto\" target=\"_blank\">toto<\/a><\/h3>\n<p style=\"color: #333333;\">Stolen straight off its repo description: toto is\u00a0<em>&#8220;the 10 second blog-engine for hackers.&#8221;<\/em><\/p>\n<p style=\"color: #333333;\">toto is a minimalist blogging engine that runs on\u00a0<a style=\"color: #006699;\" href=\"http:\/\/sixrevisions.com\/web-development\/easy-git-tutorial\/\" target=\"_blank\">Git<\/a>, which means you can version-control your posts just like you would when you\u2019re writing code.<\/p>\n<ul style=\"color: #333333;\">\n<li><strong>License:<\/strong>\u00a0<a style=\"color: #006699;\" href=\"https:\/\/github.com\/cloudhead\/toto\/blob\/master\/LICENSE\" target=\"_blank\">MIT<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"https:\/\/github.com\/cloudhead\/toto#introduction\" target=\"_blank\">Docs<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"https:\/\/github.com\/cloudhead\/toto\" target=\"_blank\">Download from GitHub<\/a><\/li>\n<\/ul>\n<h3 style=\"font-weight: bold; color: #000000;\"><a style=\"color: #006699;\" href=\"http:\/\/jsantell.github.io\/poet\/\" target=\"_blank\">Poet<\/a><\/h3>\n<p style=\"color: #333333;\"><a style=\"color: #006699;\" href=\"http:\/\/jsantell.github.io\/poet\/\" target=\"_blank\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/cdn.sixrevisions.com\/0415-05_open_source_blog_poet.jpg?resize=550%2C323\" alt=\"Poet\" width=\"550\" height=\"323\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p style=\"color: #333333;\">Poet is another Node.js-powered blogging platform. What makes it unique is the project\u2019s snooty character mascot. Just kidding.<\/p>\n<p style=\"color: #333333;\">What\u2019s notable about Poet is it gives you the ability to write your blog posts using a markup language you\u2019re comfortable in, whether it\u2019s Markdown, Jade or\u00a0<a style=\"color: #006699;\" href=\"http:\/\/jsantell.github.io\/poet\/#Templates\" target=\"_blank\">whatever you want<\/a>. Also, customizing routes for your blog posts and other pages is simple.<\/p>\n<ul style=\"color: #333333;\">\n<li><strong>License:<\/strong>\u00a0<a style=\"color: #006699;\" href=\"https:\/\/github.com\/jsantell\/poet\/blob\/master\/LICENSE\" target=\"_blank\">MIT<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"http:\/\/jsantell.github.io\/poet\/\" target=\"_blank\">Docs<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"https:\/\/github.com\/jsantell\/poet\" target=\"_blank\">Download from GitHub<\/a><\/li>\n<\/ul>\n<h3 style=\"font-weight: bold; color: #000000;\"><a style=\"color: #006699;\" href=\"https:\/\/github.com\/Circa75\/dropplets\" target=\"_blank\">Dropplets<\/a><\/h3>\n<p style=\"color: #333333;\">Dropplets is a minimalist Markdown blogging platform. Its purposefully limited feature set helps makes sure you spend more time writing and less time tinkering.<\/p>\n<ul style=\"color: #333333;\">\n<li><strong>License:<\/strong>\u00a0<a style=\"color: #006699;\" href=\"https:\/\/github.com\/Circa75\/dropplets#license\" target=\"_blank\">MIT<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"https:\/\/github.com\/Circa75\/dropplets#installation\" target=\"_blank\">Docs<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"https:\/\/github.com\/Circa75\/dropplets\" target=\"_blank\">Download from GitHub<\/a><\/li>\n<\/ul>\n<h3 style=\"font-weight: bold; color: #000000;\"><a style=\"color: #006699;\" href=\"http:\/\/blog.getpelican.com\/\" target=\"_blank\">Pelican<\/a><\/h3>\n<p style=\"color: #333333;\"><a style=\"color: #006699;\" href=\"http:\/\/blog.getpelican.com\/\" target=\"_blank\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/cdn.sixrevisions.com\/0415-06_open_source_blog_pelican.png?resize=550%2C323\" alt=\"Pelican\" width=\"550\" height=\"323\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p style=\"color: #333333;\">Pelican is another static site generator, but it\u2019s written in Python. It supports reStructuredText, Markdown, or AsciiDoc markup. It has code syntax highlighting right out of the box, and an importing feature for data coming from other publishing platforms such WordPress. Theming can be done using\u00a0<a style=\"color: #006699;\" href=\"http:\/\/jinja.pocoo.org\/\" target=\"_blank\">Jinja2<\/a>.<\/p>\n<ul style=\"color: #333333;\">\n<li><strong>License:<\/strong>\u00a0<a style=\"color: #006699;\" href=\"https:\/\/github.com\/getpelican\/pelican\/blob\/master\/LICENSE\" target=\"_blank\">GNU AGPL<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"http:\/\/docs.getpelican.com\/en\/3.3.0\/\" target=\"_blank\">Docs<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"https:\/\/github.com\/getpelican\/pelican\/\" target=\"_blank\">Download from GitHub<\/a><\/li>\n<\/ul>\n<h3 style=\"font-weight: bold; color: #000000;\"><a style=\"color: #006699;\" href=\"http:\/\/wardrobecms.com\/\" target=\"_blank\">Wardrobe<\/a><\/h3>\n<p style=\"color: #333333;\"><a style=\"color: #006699;\" href=\"http:\/\/wardrobecms.com\/\" target=\"_blank\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/cdn.sixrevisions.com\/0415-07_open_source_blog_wardrobe.jpg?resize=550%2C323\" alt=\"Wardrobe\" width=\"550\" height=\"323\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p style=\"color: #333333;\">Wardrobe is a minimalist blogging platform with a simple UI that will help you focus on writing. Wardrobe is developed with PHP. It\u2019s very similar to Anchor CMS.<\/p>\n<ul style=\"color: #333333;\">\n<li><strong>License:<\/strong>\u00a0<a style=\"color: #006699;\" href=\"https:\/\/github.com\/wardrobecms\/wardrobe\/blob\/master\/LICENSE\" target=\"_blank\">MIT<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"http:\/\/wardrobecms.com\/docs\" target=\"_blank\">Docs<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"https:\/\/github.com\/wardrobecms\/wardrobe\" target=\"_blank\">Download from GitHub<\/a><\/li>\n<\/ul>\n<h3 style=\"font-weight: bold; color: #000000;\"><a style=\"color: #006699;\" href=\"http:\/\/bolt.cm\/\" target=\"_blank\">Bolt<\/a><\/h3>\n<p style=\"color: #333333;\"><a style=\"color: #006699;\" href=\"http:\/\/bolt.cm\/\" target=\"_blank\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/cdn.sixrevisions.com\/0415-08_open_source_blog_bolt.png?resize=550%2C323\" alt=\"Bolt\" width=\"550\" height=\"323\" data-recalc-dims=\"1\" \/><\/a><\/p>\n<p style=\"color: #333333;\">Bolt is a full-on content management system, so you can use it for other purposes outside of blogging. It uses\u00a0<a style=\"color: #006699;\" href=\"http:\/\/twig.sensiolabs.org\/\" target=\"_blank\">Twig<\/a>\u00a0for templating and comes with its own Symphony debug bar for tracing code issues. And, with absolutely no magic required, you actually get to choose which relational database management system to use for a change: SQLite, MySQL or PostgreSQL. Need more reasons? How about this: Bolt was built with the assumption that you might actually want to run unit tests on your CMS; it supports\u00a0<a style=\"color: #006699;\" href=\"http:\/\/phpunit.de\/\" target=\"_blank\">PHPUnit<\/a>\u00a0natively.<\/p>\n<ul style=\"color: #333333;\">\n<li><strong>License:<\/strong>\u00a0<a style=\"color: #006699;\" href=\"http:\/\/opensource.org\/licenses\/mit-license.php\" target=\"_blank\">MIT<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"http:\/\/docs.bolt.cm\/\" target=\"_blank\">Docs<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"https:\/\/github.com\/bolt\/bolt\" target=\"_blank\">Download from GitHub<\/a><\/li>\n<\/ul>\n<p style=\"color: #333333;\">Shout out to the awesome Six Revisions readers who pointed me to some excellent open source blogging platforms\u00a0<a style=\"color: #006699;\" href=\"http:\/\/sixrevisions.com\/wordpress\/wordpress-alternatives\/#comments\" target=\"_blank\">via the comments of another related post<\/a>.<\/p>\n<h3 style=\"font-weight: bold; color: #000000;\">Related Content<\/h3>\n<ul style=\"color: #333333;\">\n<li><a style=\"color: #006699;\" href=\"http:\/\/sixrevisions.com\/tools\/top-free-online-blogging\/\" target=\"_blank\">Top 10 Free Online Blogging Platforms<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"http:\/\/sixrevisions.com\/tools\/online-payment-systems\/\" target=\"_blank\">10 Excellent Online Payment Systems<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"http:\/\/sixrevisions.com\/content-strategy\/blog-design-tips-content-strategist\/\" target=\"_blank\">7 Blog Design Tips from a Content Strategist<\/a><\/li>\n<li><a style=\"color: #006699;\" href=\"http:\/\/sixrevisions.com\/website-management\/launching-blog-successfully\/\" target=\"_blank\">Launching a Blog Successfully in 15 Days<\/a><\/li>\n<li><strong>Related categories:<\/strong>\u00a0<a style=\"color: #006699;\" href=\"http:\/\/sixrevisions.com\/category\/tools\/\" target=\"_blank\">Tools<\/a>\u00a0and\u00a0<a style=\"color: #006699;\" href=\"http:\/\/sixrevisions.com\/category\/resources\/\" target=\"_blank\">Resources<\/a><\/li>\n<\/ul>\n<h3 style=\"font-weight: bold; color: #000000;\">About the Author<\/h3>\n<p class=\"about-author\" style=\"color: #333333;\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/images.sixrevisions.com\/authors\/jacob_gube_small.jpg?resize=80%2C80\" alt=\"\" width=\"80\" height=\"80\" data-recalc-dims=\"1\" \/><span class=\"author-bio-text\"><strong>Jacob Gube<\/strong>\u00a0is the founder of Six Revisions. He\u2019s a front-end web developer by profession. If you\u2019d like to connect with him, head on over to the\u00a0<a style=\"color: #006699;\" href=\"http:\/\/sixrevisions.com\/contact\/\"><strong>contact page<\/strong><\/a>\u00a0or follow him on Twitter:\u00a0<strong>@<a style=\"color: #006699;\" href=\"http:\/\/twitter.com\/sixrevisions\">sixrevisions<\/a><\/strong>.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mainstream blogging platforms like WordPress, Blogger, Tumblr,\u00a0etc.\u00a0aren\u2019t designed for hackers. They\u2019re encumbered by features developers just don\u2019t need or want. And, out of the box, the popular blogging platforms certainly lack a lot things codersactually\u00a0would want, such as code syntax highlighting, blog theming capabilities using a standardized templating engine, markup language support besides HTML, and integration with source code repositories, among other things. If you\u2019re looking for a blogging solution that\u2019s programmer-friendly, you\u2019ve come to the right place. The free and\u00a0open source blogging platforms\u00a0I\u2019ll talk about are designed with the needs of developers in mind, and not their moms\u2019 (unless she likes to code too). Hexo Hexo is a blogging platform powered by Node.js (it says so right there in the site\u2019s tagline). Its hacker-friendly features include native support for\u00a0GitHub Flavored Markdown(GMF) as well as templating and extensibility capabilities using EJS, Swig and Stylus. Installing Hexo will take you but a few seconds, assuming you already have\u00a0npm\u00a0set up and ready to go. Boom: $ npm install hexo -g Fun tangential fact:\u00a0&#8220;npm&#8221; doesn\u2019t stand for\u00a0Node packaged modules\u00a0or\u00a0Node Package Manager.\u00a0It\u2019s a recursive acronym like PHP. Or more accurately: &#8220;It\u2019s a recursive\u00a0bacronymic abbreviation\u00a0because it stands for \u2018npm is not an acronym\u2019,&#8221; as the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"ngg_post_thumbnail":0,"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true},"categories":[29,7],"tags":[],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p5q9Zn-22","jetpack-related-posts":[{"id":387,"url":"https:\/\/blog.box.kr\/?p=387","url_meta":{"origin":126,"position":0},"title":"[\ud38c]10 Open Source Blogging Platforms for Developers","date":"2014-09-15","format":false,"excerpt":"10 Open Source Blogging Platforms for Developers Apr 4 2014 by\u00a0Jacob Gube\u00a0|8 Comments Mainstream blogging platforms like WordPress, Blogger, Tumblr,\u00a0etc.\u00a0aren\u2019t designed for hackers. They\u2019re encumbered by features developers just don\u2019t need or want. And, out of the box, the popular blogging platforms certainly lack a lot things codersactually\u00a0would want, such\u2026","rel":"","context":"In &quot;\ucc38\uace0\ub97c \uc704\ud55c \uc800\uc7a5\ubb3c&quot;","img":{"alt_text":"Hexo","src":"https:\/\/i0.wp.com\/cdn.sixrevisions.com\/0415-01_open_source_blog_hexo.jpg?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":842,"url":"https:\/\/blog.box.kr\/?p=842","url_meta":{"origin":126,"position":1},"title":"[scrap]Does Monitoring Still Suck?","date":"2015-05-20","format":false,"excerpt":"http:\/\/java.dzone.com\/articles\/does-monitoring-still-suck?mz=110215-high-perf&utm_content=buffer692ef&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer \u00a0 [This article by David Gildeh\u00a0comes to you from the\u00a0DZone Guide to Performance & Monitoring -- 2015 Edition. For additional information including insight\u00a0from industry experts and luminaries, performance statistics and strategies, and an overview of how modern companies are handling application monitoring, download the guide below.] In 2011, several\u2026","rel":"","context":"In &quot;\uae30\uc220&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1181,"url":"https:\/\/blog.box.kr\/?p=1181","url_meta":{"origin":126,"position":2},"title":"C++ Development using Visual Studio Code, CMake and LLDB","date":"2017-04-14","format":false,"excerpt":"this article are captured as \"https:\/\/medium.com\/audelabs\/c-development-using-visual-studio-code-cmake-and-lldb-d0f13d38c563\" \u00a0 I\u2019ve been working for almost a year implementing micro-services on C++11 running as Docker containers. Through my journey I\u2019ve seen to emerge quite a bunch of interesting tools to work with C++ on this field (micro-services and Docker). I started using Xcode on\u2026","rel":"","context":"In &quot;VSC&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":953,"url":"https:\/\/blog.box.kr\/?p=953","url_meta":{"origin":126,"position":3},"title":"How to install openssl on windows with visual studio 2015","date":"2015-08-26","format":false,"excerpt":"cite from\u00a0http:\/\/developer.covenanteyes.com\/building-openssl-for-visual-studio\/ and some edit.. ================================================== \u00a0 You need to install\u2026 Visual Studio 2015 (this will likely work with older versions as well) ActivePerl 1 Latest version of OpenSSL source-code 2\u00a0or $ git clone git:\/\/git.openssl.org\/openssl.git $ cd openssl $ git config core.autocrlf false $ git config core.eol lf $ git\u2026","rel":"","context":"In &quot;\uae30\uc220&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":864,"url":"https:\/\/blog.box.kr\/?p=864","url_meta":{"origin":126,"position":4},"title":"How to Install Git 2.4.2 on CentOS\/Redhat 7,6,5 and Fedora 20\/19","date":"2015-05-27","format":false,"excerpt":"http:\/\/tecadmin.net\/install-git-2-0-on-centos-rhel-fedora\/ Git has released 2.4.2\u00a0version on May 26, 2015.It has lots of noticeable changes over git 1.9 release. Git is a free and open source distributed version control system . It is designed to handle a small to very large projects with speed and efficiency. To know more about read\u2026","rel":"","context":"In &quot;\uae30\uc220&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":847,"url":"https:\/\/blog.box.kr\/?p=847","url_meta":{"origin":126,"position":5},"title":"[scrap]Automated Testing of REST Services","date":"2015-05-20","format":false,"excerpt":"http:\/\/java.dzone.com\/articles\/automated-testing-rest?utm_content=buffer084c1&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer \u00a0 Despite the fact that I\u2019m a Java and Scala developer I still passionate about testing software, to be more precise\u2013 web applications. It\u2019s really interesting to develop web app and be confident that the apps are of good quality. When I\u2019ve started a career the most popular web\u2026","rel":"","context":"In &quot;\uae30\uc220&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/126"}],"collection":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=126"}],"version-history":[{"count":0,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/126\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=126"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=126"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}