Git Product home page Git Product logo

blog.jruby.org's Introduction

This is the site and data for blog.jruby.org

It is powered by Jekyll on GitHub Pages.

HOW TO CONTRIBUTE

It's super easy.

The easiest way is to write a post in Markdown and email it to us at [email protected].

The more self-lead way is to follow these few steps:

  • Fork the repo on Github

  • Clone that repo on to your computer

    git clone [email protected]:YOUR-USER-NAME/blog.jruby.org.git

  • Create a file in /_posts

  • Name that file using the format of YYYY-MM-DD-Your-Post-Slug.md

  • At top top of that file include a bit of meta data in YAML.

Like this:

---
layout: post
title: Why I Love JRuby
subtitle: And Why You Will Too
canonical: http://example.com/2011/09/01/jruby-love
author: Shane Becker
email: [email protected]
---
  • REQUIRED FIELDS: layout, title (if it's different from your file name slug), email, name

  • OPTIONAL FIELDS: subtitle, canonical (this is the URL of the article on your site if you're reposting an article of yours)

  • Write your awesome post!

  • Add and commit that file in your local repo git commit -a "New Blog Post"

  • Push to Github git push origin gh-pages

  • Send a pull request to us

  • That's it!

After your first contribution, you'll get added to the blog.jruby.org repo as a committer at which point you won't have to do the fork / pull request nonsense.

Or... if you're totally awesome and have the site to prove it, send me an email with a link to your previous writing on the subject and I'll just add you as a contributor.

Let's do this thing!

License

The following directories and their contents are Copyright their original author. If no author is specified, Copyright the JRuby team :

  • _posts/
  • images/

All content in _posts and _images is licensed for use under CC

All other directories and files are PUBLIC DOMAIN. Your heart is as free as the air you breathe. The ground you stand on is liberated territory.

blog.jruby.org's People

Contributors

headius avatar veganstraightedge avatar nicksieger avatar enebo avatar jkutner 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.