Coder Social home page Coder Social logo

birdsofjay / retlab Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deargle/retlab

0.0 1.0 0.0 4.45 MB

A minimalist Jekyll theme for your personal site

Home Page: http://daveeargle.com

License: MIT License

Ruby 0.57% HTML 3.86% CSS 94.01% Shell 0.43% JavaScript 0.33% TypeScript 0.80%

retlab's Introduction

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: deargle/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
github_username: benbalter

pgp_key:

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
    

url: 'https://daveeargle.com'

# github repository url
repository: 'deargle/deargle.github.io'

# Google Analytics, if using
ga_username: 'UA-35065822-1'

# 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.

If you have a pgp key, set it as a config far and upload it as key.asc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.