
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
jekyll-theme-miniplex
Advanced tools
A theme for Jekyll. Features:
I'm using this for my personal web site, so don't expect this to fit your needs.
Add the following to your Jekyll site's Gemfile
:
gem "jekyll-theme-miniplex"
# jekyll-theme-miniplex depends on these.
gem "jekyll-titles-from-headings", "~> 0.5.3"
gem "jekyll-seo-tag"
# Use the most recent version of jekyll-sass-converter, to force Dart Sass
gem "sass-embedded"
gem "jekyll-sass-converter", github: "jekyll/jekyll-sass-converter"
(Note that this will also install jekyll-titles-from-headings and jekyll-seo-tag, which this theme depends on.)
Add the following to your Jekyll site's _config.yml
:
theme: jekyll-theme-miniplex
plugins:
- jekyll-coffeescript
- jekyll-titles-from-headings
- jekyll-seo-tag
titles_from_headings:
enabled: true
strip_title: true
collections: true
Execute...
$ bundle
... to install everything.
There are 2 layouts:
page
: A clean layout with a larger column at the right for text, and a narrower left-hand navigation column.post
: Visually identical to the page
layout, but shows the post's date and author below the title.To change the label of the mobile navigation menu, add this to your _config.yml
:
miniplex:
mobile_nav_menu_title: "Menü"
Optionally, put any of the following files into the _includes
folder to override or extend the defaults:
footer.html
contains the footer contentadditional_head_tags.html
will be included at the end of the HEAD block, before BODY startsnavigation_desktop.html
and navigation_mobile.html
contain the contents of the desktop and mobile navigation, respectively.Most recent at the top.
overview
layout because it wasn't really a layout.The theme is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that jekyll-theme-miniplex demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.