Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dark-blog-theme

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dark-blog-theme

  • 4.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Dark Theme for Jekyll Blogs

Dark theme for Jekyll blogs with handwriting fonts and 5 color schemes.

GitHubGitHub

Installation

if you are using github pages, the recommended method is following:

  • Add following lines to your Gemfile:
source "https://rubygems.org"

gem "github-pages", "~> 231", group: :jekyll_plugins
gem "jekyll-include-cache", group: :jekyll_plugins
  • Add jekyll-include-cache to the plugins array of your _config.yml
plugins:
  - jekyll-include-cache
  • And then execute this command in shell:
$ bundle
  • Add this your _config.yml file.
remote_theme: "gulnoor/jekyll-theme-handwritten"
  • Remove any other theme: or remote_theme: entry.

Alternate Method

Add this line to your Jekyll site's Gemfile:

gem "jekyll-theme-handwritten"

And add this line to your Jekyll site's _config.yml:

theme: jekyll-theme-handwritten

And then execute:

$ bundle

Or install it yourself as:

$ gem install jekyll-theme-handwritten

Usage

TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.

TODO

  • Add support for comments
  • Search functionality

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/gulnoor/darkBlog

License

The theme is available as open source under the terms of the MIT License.

FAQs

Package last updated on 28 Jul 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc