Git Product home page Git Product logo

logandwight.com's Introduction

logandwight.com

Running Locally

  1. Clone down repo.
  2. Make sure you have Jekyll installed, gem install jekyll.
  3. Run Jekyll, jekyll server.
  4. Visit http://localhost:4000 in your browser.

Adding a New Project

  1. Create a new file that is named what you want the URL to be. e.g. atlas.html for /atlas
  2. Copy the below New Project HTML Template into the file.
  3. Update title and description which are used for the page's meta data. Leave layout as is.
  4. Update the CHANGE_ME text to be the name of the file (without the .html). e.g. p.url == "atlas"
  5. Open up projects.json and copy the below New Project JSON Template into it.
  6. Fill out the fields you need, remove the ones you don't.
    • url: Should be the same as the file name, minus the .html. e.g. atlas
    • gif_class: Can be grid-two, grid-two-gutter, grid-three.
    • image_class: Can be grid-two, grid-two-gutter, grid-three.
    • image_section_class: Can be has-gutter. Use this in conjunction when one of the above two is grid-two-gutter.
    • tile_image, hero_image, path, and loading_image: These are relative paths from the /images directory. e.g. tiles/TileAtlas.jpg
    • loading_image: Can be loading/LoadingPhoneLandscape.png, loading/LoadingPhonePortrait.png, or loading/LoadingRect.png.

Templates

New Project HTML

---
title: Fille out title...
description: Fill out description...
layout: home
---
{% for p in site.data.projects %}
  {% if p.url == "CHANGE_ME" %}
    {% assign project = p %}
  {% endif %}
{% endfor %}
{% include project.html %}

New Project JSON

{
  "url": "",
  "title": "",
  "title2": "",
  "tile_image": "",
  "tile_description": "",
  "hero_image": "",
  "description": "",
  "responsibilities": "",
  "link_text": "",
  "link_url": "",
  "vimeo_id": "",
  "youtube_id": "",
  "gifs": [
    {"path": "", "loading_image": "", "title": ""},
  ],
  "gif_class": "",
  "images": [
    {"path": "", "loading_image": "", "title": ""},
  ],
  "image_class": "",
  "image_section_class": "",
},

logandwight.com's People

Contributors

ianhirschfeld avatar soapltd avatar

Watchers

 avatar  avatar

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.