All Projects → benbalter → Retlab

benbalter / Retlab

Licence: mit
A minimalist Jekyll theme for your personal site

Projects that are alternatives of or similar to Retlab

Justice Jekyll Template
🏢 Law firm themed business template for Jekyll
Stars: ✭ 42 (-14.29%)
Mutual labels:  jekyll, jekyll-theme
Time Machine
Time machine is a Jekyll theme for GitHub Pages
Stars: ✭ 41 (-16.33%)
Mutual labels:  jekyll, jekyll-theme
Jekyll Podcaster
Podcaster is a dynamic Jekyll theme built for... Podcasters!
Stars: ✭ 25 (-48.98%)
Mutual labels:  jekyll, jekyll-theme
Jekyll Theme Chirpy
A minimal, sidebar, responsive web design Jekyll theme that focuses on text presentation.
Stars: ✭ 773 (+1477.55%)
Mutual labels:  jekyll, jekyll-theme
Chalk
Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.
Stars: ✭ 987 (+1914.29%)
Mutual labels:  jekyll, jekyll-theme
Jekyll Theme Skinny Bones
A Jekyll starter with a variety of flexible layouts and components.
Stars: ✭ 782 (+1495.92%)
Mutual labels:  jekyll, jekyll-theme
Modern Resume Theme
A modern static resume template and theme. Powered by Jekyll and GitHub pages.
Stars: ✭ 868 (+1671.43%)
Mutual labels:  jekyll, jekyll-theme
Moving
A clean and minimalist theme for Jekyll.
Stars: ✭ 701 (+1330.61%)
Mutual labels:  jekyll, jekyll-theme
Jekyll Theme Hpstr
A Jekyll theme with some tumble-log tendencies.
Stars: ✭ 999 (+1938.78%)
Mutual labels:  jekyll, jekyll-theme
Android10.github.io
Jekyll project for blog: fernandocejas.com.
Stars: ✭ 15 (-69.39%)
Mutual labels:  jekyll, jekyll-theme
Minimal
Minimal is a Jekyll theme for GitHub Pages
Stars: ✭ 753 (+1436.73%)
Mutual labels:  jekyll, jekyll-theme
Bay
🐟 A simple theme for Jekyll. Live at https://eliottvincent.github.io/bay/
Stars: ✭ 37 (-24.49%)
Mutual labels:  jekyll, jekyll-theme
Tale
Minimal Jekyll theme for storytellers
Stars: ✭ 751 (+1432.65%)
Mutual labels:  jekyll, jekyll-theme
Mediumish Theme Jekyll
Jekyll Template - Mediumish
Stars: ✭ 786 (+1504.08%)
Mutual labels:  jekyll, jekyll-theme
Cayman
Cayman is a Jekyll theme for GitHub Pages
Stars: ✭ 719 (+1367.35%)
Mutual labels:  jekyll, jekyll-theme
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+1653.06%)
Mutual labels:  jekyll, jekyll-theme
Type Theme
A free and open-source Jekyll theme with responsive design. Great for blogs and easy to customize.
Stars: ✭ 657 (+1240.82%)
Mutual labels:  jekyll, jekyll-theme
Forty Jekyll Theme
A Jekyll version of the "Forty" theme by HTML5 UP.
Stars: ✭ 695 (+1318.37%)
Mutual labels:  jekyll, jekyll-theme
Jekyll Theme Scribbles
A minimalistic Jekyll theme recreating the look of plain Markdown file (with some extras)
Stars: ✭ 15 (-69.39%)
Mutual labels:  jekyll, jekyll-theme
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-6.12%)
Mutual labels:  jekyll, jekyll-theme

Retlab

Build Status

Screenshot of Retlab

A minimalist Jekyll theme for your personal site

Installation

  1. Add this line to your site's configuration:

    remote_theme: benbalter/retlab
    
  2. Save a header image to /assets/img/header.jpg. It should be 400px by 1140px.

Configuration

You’ll want to customize and add the following configurations to your site’s _config.yml file:

title: Ben Balter
description: Attorney, open source developer, product manager

lang: en-US

# Pages to include in header navigation
nav_pages:
  - index.html
  - talks.md
  - press.md
  - about.md
  - contact.md

# Pages to include in footer navigation
footer_pages:
  - books.md
  - fine-print.md

# Disqus login information, for comments
disqus:
  shortname: DISQUS_USERNAME

# Links to include on the contact page
contact_links:
  - name: Twitter
    url: https://twitter.com/BenBalter
    icon: twitter
  - name: Facebook
    url: https://facebook.com/BenBalter
    icon: facebook

# Front matter defaults
defaults:
  -
    scope:
      path: ""
      type: "posts"
    values:
      layout: post
      comments: true
  -
    scope:
      path: ""
      type: "pages"
    values:
      layout: page
      comments: false

# Plugins
plugins:
  - jekyll-seo-tag
  - jekyll-avatar
  - jekyll-github-metadata
  - jekyll-feed

You may also want to see Jekyll SEO Tag’s configuration.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].