Coder Social home page Coder Social logo

v1.tinystride.com's Introduction

neilrenicker.com

All the codes for the future neilrenicker.com. Built with love, late nights, and darker than normal coffee.

Images

  • All images are retina-fied using picturefill.js.
  • Syntax: date-title-size (example: 130612-on-the-go-small.jpg, [email protected])
  • Save as progressive
  • Run through image minifier

Here are the size templates for common image areas:

  1. Home page (img/home)
  • small: 640px w (+ @2x)
  • medium: 275px w/h (+ @2x)
  1. Post pages (img/posts)
  • large: 900px w

Jekyll Front Matter

Here are all of the front matter parameters each post needs:

---
layout: article
title: An Older Post
photo: small-strokes.jpg
intro: As Iā€™m working through my apprenticeship at Sparkbox, there are a few ideas that have kept me going when I hit the paralyzing fear of a challenging programming problem.
categories: articles
tags:
- programming
- learning
dsq_thread_id: '1169640142'
css: 2013-07-19-changes
art:
  <img class="2013-07-19-sb-neon-on" src="../img/articles/2013-07-19-sb-neon-on.png" alt="Sparkbox Neon Glow">
  <img class="2013-07-19-sb-neon-off" src="../img/articles/2013-07-19-sb-neon-off.png" alt="Sparkbox Neon in the Dark">

published: true
---

Art Direction - CSS

  • If a post is to have custom art direction, the markup should live in front matter called art:. Indent markup 2 spaces. It will be included in an otherwise empty, unstyled <div> with a class of art-top.
  • Custom styles for that post should be placed in a .scss file within templates/_scss/posts/post-date-and-name.scss. Sass file should be named the exact name of the post. Update the CSS: front-matter to match the file name (no extension) of the Sass file.
  • CSS classes and IDs should begin with art- as a module name. Since art directed CSS files are page-specific, there's no need to worry about overlapping styles in the future!

v1.tinystride.com's People

Contributors

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