šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

gemdev-theme

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gemdev-theme

0.1.5
Rubygems
Version published
Maintainers
1
Created
Source

gemdev

A minimalist Jekyll theme for developers.

Installation

Follow the steps in this Jekyll Guide if you're beginning with Jekyll from scratch.

  • Create a new Jekyll project

    jekyll new newProject
    
  • Build the site and make it available on a local server

    bundle exec jekyll serve --watch
    
  • Add this line to your Jekyll site's Gemfile:

    gem "gemdev"
    
  • And add this line to your Jekyll site's _config.yml:

    theme: gemdev
    
  • And then execute:

    $ bundle
    
  • Or install it yourself as:

    $ gem install gemdev
    
  • To update the theme run:

    $ bundle update
    

Usage

In _config.yml you can specify:

  • header_name: provide the title in header
  • url: specify the site url
  • social: list your socials
  • project: list your projects providing a name, url and description

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/maykongsn/gemdev. 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.

License

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

FAQs

Package last updated on 28 Mar 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