Git Product home page Git Product logo

elixir-lang.github.com's Introduction

Contents for Elixir website hosted at elixir-lang.org

It is automatically transformed by Jekyll into a static site.

Development

Development is done in the next branch, while master contains the docs and guides for the latest stable release.

Contributing to the blog

Create a new file inside _posts/YYYY-MM-DD-post-title.markdown following the template:

---
layout: post
title:
author:
category:
excerpt:
---

Body text goes here...

Or use _bin/newpost to bootstrap a new post file:

export EDITOR=vim; _bin/newpost 'Post title'

Contributing improvements or bug fixes

  1. Fork elixir-lang.github.com

  2. Make your changes

  3. Test it locally

    You need to install jekyll and redcarpet

    $ gem install jekyll redcarpet
    $ jekyll serve # check localhost:4000
  4. Send a pull-request for your changes.

License

  • "Elixir" and the Elixir logo are copyrighted to Plataformatec. You may not reuse anything therein without permission.

  • The HTML and CSS are copyrighted to AlienWp under GPL license, version 2.

  • The Social Icons are copyrighted to Xeloader.

  • The written textual contents available in the guides and blog are licensed under Apache 2.0.

  • The available docs are licensed under the same license as their projects.

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.