Jekyll is an open source static site generator useful as a blog publishing system.
N/A
Live Center - Live Reporting
Score 7.5 out of 10
Mid-Size Companies (51-1,000 employees)
Live Center is a customizable live-blogging solution that enables journalists to deliver up-to-the second live news coverage, such as sports events, elections, breaking news, weather and other streaming or time-critical news. The solution offers a mobile-friendly editor, allowing reporters to work from their desk or right from the heart of the action. With Live Center, journalists are able to create content and pull in social media posts, capture videos and upload them directly to…
$99
per month
Pricing
Jekyll
Live Center - Live Reporting
Editions & Modules
No answers on this topic
Basic
$99
per month
Premium
$559
per month
Enterprise
Contact us
Unlimited live blogs /month
Parachute
Contact Us
Offerings
Pricing Offerings
Jekyll
Live Center - Live Reporting
Free Trial
No
Yes
Free/Freemium Version
No
No
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
No set-up fee, no costs per user. Change plan any time.
More Pricing Information
Community Pulse
Jekyll
Live Center - Live Reporting
Considered Both Products
Jekyll
Verified User
Anonymous
Chose Jekyll
The big alternatives to Jekyll are of course things like WordPress or Drupal, but they are almost something completely different: a full-blown CMS with a backend language and a database. Jekyll loses some of the niceties of these CMS solutions, like easily updating content from …
Jekyll has a much lower technical overhead in terms of server and hosting requirements to launch a site, but at the same time has a much more technical "interface" and doesn't have the dynamic capability, user management, or permission system as a standard CMS like Drupal or …
All the other CMS's I've used try to make it easy for the nontechnical user to manage a website, at the expense of adding complexity and weight to the system. Jekyll takes the exact opposite approach, eschewing all unnecessary complexity. If you know what you're doing in a code …
Jekyll is integrated into GitHub Pages, which made it an easy choice. Using Jekyll was also easier as there's not really a server or a database to configure and you can just get things started from day one. Running and verifying content changes locally for developers is super …
Jekyll is well suited for users who would like to have all content within source control (Git) along with the code used to produce the website. Because everything it produces is static assets (HTML, CSS, etc.), sites created with Jekyll are super fast, with very little needed on the server side of things. There are also a few really great free solutions for deploying and serving Jekyll websites. Jekyll will be tough to maintain for users who are not web developers, comfortable using Git to update content. There are 3rd party solutions for maintaining Jekyll-based sites without having to touch the code, but this will cost extra money. Also, because there is no server-side language, you will need to look elsewhere to handle things like contact forms.
As we have to show the highlights of our blogs in the main page of our website. We choose Live Center as here it is very easy to embed those blogs in the home page. Also, this embeding thing was done by content creator so we don't have to reach to developer always.
Straight out of the box, Jekyll lacks a friendly WordPress-style back-end. You'll be working in Liquid (HTML), Sass (CSS), and Markdown (content) files. If you're already comfortable with these languages, you'll feel at home in no time. If not, you may need to consider getting someone else's expertise to set up the site, and then use another back-end (probably paid) to make editing your site's files less intimidating.
If you use GitHub Pages for the free hosting, be forewarned that GitHub only white lists a few plugins for their own compilation. This usually isn't a problem (you can compile on your own computer if need be), but can be annoying at times.
All the other CMS's I've used try to make it easy for the nontechnical user to manage a website, at the expense of adding complexity and weight to the system. Jekyll takes the exact opposite approach, eschewing all unnecessary complexity. If you know what you're doing in a code editor, Jekyll will probably feel like a breath of fresh air to you.