GithubHelp home page GithubHelp logo

til's Introduction

Today Icelab Learned

A knowledgebase of little learnings from the team at Icelab.

Contributing

  1. Open a new pull request against this repository (using a feature branch).
  2. Add a markdown file with your learnings under source/posts/, or you can ask middleman to create one for you:
middleman article "Your new post’s title"
  1. Add YAML front-matter for the post's title, publishing date, your name as author, and a comma-separated list of tags
  2. Short is sweet. Your learning doesn't need to be lengthy. A few sentences and some example code is enough. The markdown is parsed as GFM so you can used fenced code-blocks with syntax highlighting.

Building the site

The site is (well, will be) built automatically when new posts are merged into the master branch.

You can run it locally thusly:

bin/setup
bundle exec rake watch

This’ll spin up the development server on http://localhost:4567.

To build out the static files into build/ run:

bundle exec rake build

Assets

The design-specifics for this site are contained in a separate Icelab-specific til-assets private repo. You’ll need to remove the .gitmodules file and place your own assets in ./source/assets/public. We’ve left a base target for you to copy in ./source/assets/public-demo, so just:

rm .gitmodules
mv ./source/assets/public-demo ./source/assets/public

... and you should be good to go!

Copyright

© 2015-2016 Icelab. Distributed under the Creative Commons Attribution License.

til's People

Contributors

andrewcroome avatar jessallison avatar josephinehall avatar makenosound avatar michaelhoney avatar narinda avatar query-string avatar timriley avatar

Watchers

 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.