
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.
You can preview the theme here
![]() | ![]() |
if you are using github pages, the recommended method is following:
Gemfile
:source "https://rubygems.org"
gem "github-pages", "~> 231", group: :jekyll_plugins
gem "jekyll-include-cache", group: :jekyll_plugins
_config.yml
plugins:
- jekyll-include-cache
$ bundle
_config.yml
file.remote_theme: "gulnoor/jekyll-theme-doodle"
Add this line to your Jekyll site's Gemfile
:
gem "jekyll-theme-doodle"
And add this line to your Jekyll site's _config.yml
:
theme: jekyll-theme-doodle
And then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll-theme-doodle
To pin a post add status: pinned
to the front matter of the post markdown file e.g
---
layout: post
title: "Welcome to Jekyll!"
status: pinned
---
<!-- post content -->
add the color_scheme property to _config.yml. in the format [light/dark]-[color]
e.g.
color_scheme: light-green
following colors are available: green, blue, pink, yellow, cyan
To add a tagline/description below the site title, add a tagline property to _config.yml
tagline: "Your awesome tagline"
just add your google analytics tracking id to _config.yml
google_analytics: UA-NNNNNNNN-N
add the icon path to the page front matter e.g
---
layout: page
title: "About"
permalink: /about/
icon: "/assets/icons/about.svg"
---
Bug reports and pull requests are welcome on GitHub at https://github.com/gulnoor/jekyll-theme-doodle
The theme is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that jekyll-theme-doodle 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
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.