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.
simple-gh-pages-theme
Advanced tools
simple-gh-pages-theme, after install and first post setup | in-use: https://jordiwippert.nl |
# 0. To create a new Jekyll site:
jekyll new <SITENAME>
cd <SITENAME>
# 1. Add this line to your Jekyll site's `Gemfile`:
gem "simple-gh-pages-theme"
# 2. Add this line to your Jekyll site's `_config.yml`. Remove/disable possibly already enabled themes:
theme: simple-gh-pages-theme
# 3. Execute on your command line:
bundle
# 4. Run install script to create 'posts.md'
bundle exec install-theme
# 5. When you now run your website locally on `http://localhost:4000`, it should show the theme:
bundle exec jekyll serve
All configuration options that can be overwritten can be found here.
Go to settings
> page
in your github-pages-repository.
Deploy from a branch
gh-pages
(create if non-existent)/docs
as folderscript/deploy
Create your posts (files) like:
docs/_posts/yyyy-mm-dd-postname.md
Each post can have the following (metadata) options (with example values):
layout: post # OR page
title: "Title here" # Used for post-titles
image: assets/images/image.png # OR images on urls like: https://example.com/image.png
categories: [category] # 'category' can be anything
tags: [tag] # 'tag' can be everything
highlight: false # if true: it will listed in highlights, which can be shown with: `{% include highlights.html %}`
short: false # if true: it shown in 'short' list on home page
Bug reports and pull requests are welcome on GitHub at https://github.com/LiveNL/simple-gh-pages-theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The theme is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that simple-gh-pages-theme 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
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.