Skip to content

beroes/conventions

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 73.9%
  • HTML 20.0%
  • Ruby 6.1%