Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Monty is a Jekyll theme inspired by CSS Naked Day. It has just enough styling to make it appealing and different, yet is almost as stripped back as the Emperor parading in his full monty.
Monty is designed for blogging on GitHub Pages. It is a simple theme consisting of only a home page and your blog posts. You can preview the theme here.
To use the Monty theme, add the following to your site's _config.yaml
:
remote_theme: brolun/jekyll-theme-monty
plugins:
- jekyll-remote-theme
- jekyll-feed
- jekyll-seo-tag
Optionally, if you would like to preview your site locally, add the following to your site's Gemfile
:
gem "github-pages", group: :jekyll_plugins
Monty requires the following variable to be set in your site's _config.yml
:
title: [Your site's title]
Additionally, you may choose to set the following optional variable:
language: [A language code; 'en' is default]
Monty is not designed for sorting blog posts according to categories
, tags
, or other front matter variables.
If you want your site to display a favicon, simply add a favicon.ico
image to the root folder.
Monty uses the Jekyll SEO tag plugin. You can read about how to further configure the SEO tag plugin here.
Monty also uses the Jekyll Feed plugin. The plugin generates an Atom/RSS feed of your blog posts. You can read about the Feed plugin here.
Bug reports and pull requests are welcome on GitHub at https://github.com/brolun/jekyll-theme-monty.
If you would like to preview the theme locally (for example, in the process of proposing a change):
git clone https://github.com/brolun/jekyll-theme-monty.git
.cd
into the theme's directory.bundle install
to install the necessary dependencies.bundle exec jekyll serve
to start the preview server.http://localhost:4000
in your browser to preview the theme.The theme is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that jekyll-theme-monty demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.