var fDesc=new Array(); fDesc[0] = "The Bitnami Ghost Stack provides a one-click install solution for Ghost. Download installers and virtual machines, or run your own Ghost server in the cloud.

The central feature of Ghost is its editor, which enables authors to write using easy-to-learn markdown while simultaneously seeing real-time output in a preview pane. Content is automatically discoverable on mobile devices with AMP support, and built-in SEO and analytics make reaching the widest possible audience easy. Customize your blog with hundreds of pre-made free and premium themes, or create your own using the simple Handlebars theming language."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }