
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
middleman-blog
is an extension for the Middleman static site generator that
adds blog-specific functionality. This includes:
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 the gem "middleman-blog"
line to your
Gemfile
and then run bundle install
.
Within the config.rb of the middleman project, include the line
activate :blog
A more extensive guide can be found in the Middleman blogging guide.
Additionally, up-to-date generated code documentation is available on RubyDoc.
Please also visit the the official Middleman community forum
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.
You can run all the tests by:
git clone https://github.com/middleman/middleman-blog.git
gem install bundler
bundle install
inside the project root to install the gem dependencies.bundle exec rake test
To run an individual test use:
bundle exec cucumber features/blog_sources.feature
bundle exec rake doc
Click here to lend your support to Middleman
Copyright (c) 2010-2017 Thomas Reynolds. MIT Licensed, see LICENSE for details.
FAQs
Unknown package
We found that middleman-blog demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.