
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.