All Projects → middleman → Middleman Blog

middleman / Middleman Blog

Licence: mit
Middleman : Blog Engine Extension

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Middleman Blog

Statiq.web
Statiq Web is a flexible static site generator written in .NET.
Stars: ✭ 1,358 (+328.39%)
Mutual labels:  blog, static-site-generator, blog-engine
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (-12.93%)
Mutual labels:  blog, static-site-generator, blog-engine
Notablog
Generate a minimalistic blog from a Notion table. [WIP]
Stars: ✭ 177 (-44.16%)
Mutual labels:  blog, static-site-generator, blog-engine
Dasblog Core
The original DasBlog reimagined with ASP.NET Core
Stars: ✭ 252 (-20.5%)
Mutual labels:  blog, blog-engine
Lazyblorg
Blogging with Org-mode for very lazy people
Stars: ✭ 226 (-28.71%)
Mutual labels:  blog, blog-engine
Emacs Easy Hugo
Emacs major mode for managing hugo
Stars: ✭ 235 (-25.87%)
Mutual labels:  blog, static-site-generator
Slimcms
SlimCMS - lightweight CMS based on slim 3 framework
Stars: ✭ 201 (-36.59%)
Mutual labels:  blog, blog-engine
presta
Minimalist serverless framework for SSR, SSG, serverless APIs and more.
Stars: ✭ 89 (-71.92%)
Mutual labels:  static-site-generator, blog-engine
Gatsby
Build blazing fast, modern apps and websites with React
Stars: ✭ 51,925 (+16280.13%)
Mutual labels:  blog, static-site-generator
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+2073.82%)
Mutual labels:  static-site-generator, blog-engine
minimal
Website and blog generator for Go, Node.js or Python
Stars: ✭ 94 (-70.35%)
Mutual labels:  static-site-generator, blog-engine
Peco
nothing here, move on..
Stars: ✭ 213 (-32.81%)
Mutual labels:  blog, static-site-generator
Vuepress Blog Boilerplate
An ever-evolving and opinionated dev environment for people who want to use VuePress to power their blogs.
Stars: ✭ 212 (-33.12%)
Mutual labels:  blog, static-site-generator
Junglejs
The Jamstack static site framework for Svelte
Stars: ✭ 246 (-22.4%)
Mutual labels:  blog, static-site-generator
Solo
🎸 一款小而美的博客系统,专为程序员设计。
Stars: ✭ 13,245 (+4078.23%)
Mutual labels:  blog, blog-engine
Next.js
The React Framework
Stars: ✭ 78,384 (+24626.81%)
Mutual labels:  blog, static-site-generator
gisture
A minimal and flexible blog generator based on GitHub Gist.
Stars: ✭ 24 (-92.43%)
Mutual labels:  static-site-generator, blog-engine
nera
A lightweight static site generator
Stars: ✭ 12 (-96.21%)
Mutual labels:  static-site-generator, blog-engine
Lines Engine
Lines is a customizable blog framework for Rails. It aims at making publishing simple and beautiful.
Stars: ✭ 191 (-39.75%)
Mutual labels:  blog, blog-engine
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (-37.54%)
Mutual labels:  blog, blog-engine

Middleman-Blog extension

middleman-blog is an extension for the Middleman static site generator that adds blog-specific functionality. This includes :

  • Handling blog articles
  • Helpers for listing articles
  • Tagging support

Installation

If you're just getting started, install the middleman gem and generate a new project:

gem install middleman
middleman init MY_PROJECT --template=blog

If you already have a Middleman project: Add gem "middleman-blog" to your Gemfile and run bundle install

Configuration

Within the config.rb of the middleman project, include the line

activate :blog

A more extensive guide can be found here : Middleman blogging guide it includes more detailed information on configuring and using the blog extension.

Additionally, up-to-date generated code documentation is available on RubyDoc.

Build & Dependency Status

Gem Version Build Status

Community

Please also visit the the official Middleman community forum

Bug Reports

Github Issues are used for managing bug reports and feature requests.

If you run into issues or have an idea; please search and then submit the ticket here

The best way to get quick responses to your issues and swift fixes to your bugs is to submit detailed bug reports, include test cases and respond to developer questions in a timely manner. Even better, if you know Ruby, you can submit Pull Requests containing Cucumber Features which describe how your feature should work or exploit the bug you are submitting.

Testing

Our internal tests are passed through Travis, testing against the following Ruby versions on Linux :

  • ruby-head
  • 2.7
  • 2.6
  • 2.5

Running tests

  1. Checkout Repository: git clone https://github.com/middleman/middleman-blog.git
  2. Install Bundler: gem install bundler
  3. Run bundle install inside the project root to install the gem dependencies.
  4. Run test cases: bundle exec rake test

NB// To run an individual test use :

  1. bundle exec cucumber features/blog_sources.feature

If you have suggestions for testing practices please submit a request.

Creating documentation

  1. bundle exec rake doc

Donate

Click here to lend your support to Middleman

License

Copyright (c) 2010-2017 Thomas Reynolds. MIT Licensed, see LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].