Giter Club home page Giter Club logo

mod-0-curriculum's Introduction

Turing School of Software and Design

Site for the Module 0 Curriculum

This site is built with Jekyll. Find the docs here

Contributing

  • Clone the repo git clone [email protected]:turingschool/mod-0-curriculum.git

  • run bundle install

  • You can now begin to edit the website.

  • To start the server run jekyll serve.

  • Navigate to localhost:4000 to see the site

  • make changes on the gh-pages branch.

  • you can push changes to production by pushing the gh-pages branch to github. git push origin gh-pages.

  • The changes may take a minute or two to be recognized on production. Please make sure you review your changes on production.

Structure of the site and where to find the most important things:

You will find a session specific directory. eg session1. All files within this site can be written as either markdown or html.

The navigation.html file is where you will find the sidebar for the site.

Some handy tips for editing/creating content

Headers in your markdown files

Put something like this at the top of all your markdown files:

---
title: Name of Session
subheading: topics
layout: page
---
  • subheading is optional
  • layout will always going to be page

Links and Paths

When linking to a markdown file, drop the .md in your link. Instead of linking to name_of_file.md, just use name_of_file. Other files, like PDFs and PNGs, keep the original extension.

Absolute vs Relative paths

Use relative links instead of absolute links.

Conventions

  • Put a space after your #'s in headers
  • Put a blank line between your headers and any content below
  • Replace any | with \| unless you're really trying to do a table

mod-0-curriculum's People

Contributors

rwarbelow avatar timomitchel avatar damwhit avatar s-espinosa avatar kat3kasper avatar

Watchers

James Cloos 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.