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

grey-energy-theme

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grey-energy-theme

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Grey Energy Jekyll Theme

A CSS-animated grey theme for a tech blog

Total gem downloads Latest version

Setup

Have an existing Jekyll project or create a new one with:

jekyll new my-blog

Make sure you have file my-blog/archive.md with the contents:

---
layout: archive
---

Add desired settings from _config.yml.

Install theme

Replace mentions of theme "minima" in Gemfile with:

gem "grey-energy-theme"

Replace mentions of theme "minima" in _config.yml with:

theme: grey-energy-theme

Building Jekyll project and testing

Setup dependencies:

cd my-blog
bundle install

To build the project run:

bundle exec jekyll build

To test the project run and see localhost:4000:

bundle exec jekyll serve

FAQs

Package last updated on 06 Jan 2018

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