GeorgMeyer23 / conventions

Developer Conventions of Interactive Pioneers.

Home Page:http://conventions.interactive-pioneers.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer Conventions

Conventions for development and workflows across web application development technologies.

Website

Interactive Pioneers Developer conventions

Adding a new category

  • Categories are automatically added when added to a post

Adding a new topic

  • Posts live in _posts
  • A new post must be name year-month-day-name.md
  • All posts require yaml front-matter e.g.
---
layout: default
title: Javascript
category: Coding conventions
---

Sorting categories

  • Categories occur in the order of the posts first using it, because a specific order is not required right now

Development setup

Styling

  • All convention specific styles are in _conventions.scss.
  • All other styles should be kept in sync with the main website

About

Developer Conventions of Interactive Pioneers.

http://conventions.interactive-pioneers.com


Languages

Language:CSS 75.5%Language:HTML 18.9%Language:Ruby 5.6%