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

fry

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fry

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Fry

======= Fry is Louie's much more graphic-heavy, photogenic brother (still a Jekyll theme tho).

Home Home with hover Photo lightbox

Installation

Add this line to your Jekyll site's Gemfile:

gem "fry"

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

theme: fry

And then execute:

$ bundle

Or install it yourself as:

$ gem install fry

Usage

Basic configurations

Here are a few general info fields to populate your new site right away.

title: Fry
baseurl: "/fry"
favicon: "/assets/ico.png"
g_analytics: UA-12345678-1

header: name of your site here
desc: >
  description of your site, can be a quick bio if it's a portfolio. It supports HTML so add your links, imgs, whatever!

To add links to your social sites (linkedin, twitter, etc) below the bio, create a file named social.yml in your _data folder (which you may not have created yet). Inside it, follow the following format:

- title: Twitter
  url: http://twitter.com/lllychen
- title: Github
  url: http://github.com/lllychen/lou
# and so on...

Date format

The default format for dates is %Y-%m-%d, which displays January 2nd, 2017 as 2017-01-02. However, you can customize it according to this in _config.yml such as follows:

date_format: "%Y-%m-%d"

Photo sets

This site is organized by sets of photos, which are each essentially a Jekyll post. To add a new one, create a new post and in the front matter, follow the example below:

layout: post
title: name of your project or the like
photos:
  unique-id-for-your-photo: path/to or url

The unique ID for each photo will be important as it is needed for the lightbox to work properly.

FAQs

Package last updated on 16 Jan 2017

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