Git Product home page Git Product logo

rubyinstaller.org's Introduction

rubyinstaller.org

Important

This codebase is an unfinished attempt to build a static website for the RubyInstaller project. The live website is based on this repository: https://github.com/oneclick/rubyinstaller.org-website

If you want to report issues with current site, please use it's issue tracker.


This repository holds the codebase, content and structure of rubyinstaller.org website, built with Hugo and (TODO)

Get It!

For regular development, you only need Ruby to be installed. This project will automatically fetch Hugo's dependency.

If you plan to introduce modifications to the theme used by the website, you will require installation of A, B and C (TODO).

Then, clone this repository:

git clone https://github.com/oneclick/rubyinstaller.org.git
cd rubyinstaller.org

You can now build your local copy and run the preview server:

rake preview

Which will watch for changes and allow you see them locally at http://localhost:1313

Preview on Heroku

In case you cannot preview your changes locally or want other's to preview it too, you can deploy your branch to Heroku.

  • Signup to Heroku if you don't have an account yet.
  • Install Heroku Toolbelt
  • Clone this repository (see instructions above)
  • Create a feature branch
  • Make changes or add content
  • Create preview application on Heroku using custom buildpack (TODO)
heroku login
heroku create --buildpack https://github.com/oneclick/heroku-buildpack-hugo-something.git
  • Push your code
git push heroku feature_branch:master
heroku open

TODOs

  • Data structure
    • Releases
    • DevKits
    • News
  • Theme and instructions
  • Custom Buildpack for Heroku
  • Contributing guidelines
    • Basic content structure
    • How to create releases
    • How to create news articles

License

All the code contained in this repository, unless explicitly stated, is licensed under MIT license.

A copy of the license can be found inside the LICENSE file.

rubyinstaller.org's People

Contributors

luislavena avatar roperzh avatar larskanis avatar

Watchers

rosa maria palacios juncosa avatar  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.