Gulp Mvb

screenshot of Gulp Mvb

gulp-mvb is a gulp plugin for creating a minimum viable blog.

Overview:

The gulp-mvb plugin is a tool for creating a minimum viable blog using gulp. It is made up of various parts, including Markdown for writing articles, YAML Front Matter for article meta information, and Jade for templates. The plugin works with gulp to wire everything together. The aim of the plugin is to provide a simple and easy way to create and manage a blog.

Features:

  • Dead simple blogging: The plugin simplifies the process of creating and managing a blog.
  • Markdown support: Articles can be written in Markdown, making it easy to format and style content.
  • YAML Front Matter: The plugin uses YAML to define metadata for each article, such as title, author, and date.
  • Jade templates: Jade is used as the default template language, providing flexibility in creating custom templates.
  • Works with other template languages: The plugin can also work with other template languages as long as they support gulp-data.
  • Permalink generation: The plugin automatically generates permalinks for each article based on the article's metadata.
  • Description extraction: If the Wordpress-style <!-- more --> marker is used in an article's content, the plugin extracts the text before the marker and sets it as the description for the article.

Summary:

The gulp-mvb plugin is a convenient tool for creating a minimum viable blog using gulp. It simplifies the process by providing support for Markdown articles, YAML Front Matter for metadata, and Jade templates. The plugin also offers features such as permalink generation and description extraction. It is easy to install and integrate into a gulp workflow.

blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.