Coder Social home page Coder Social logo

rails's Introduction

This repository contains the source code behind Bilaw.al, a blog built on Jekyll. It has been modified to make it easier to create and manage your content, and so that's why I decided to open source it. You're totally welcome to use my template (but no images) for free, though I would appreciate a linkback to either this repository or Bilaw.al (either one isn't necessary).

Demo: See the live site running this source code.

Getting Setup

  • Important: Make sure you've got Ruby and Git installed, or the installation will not work. Mac OS X users should already have Ruby installed.

  • Clone this repository by running the following command:

$ git clone https://github.com/bih/bilaw.al.git
  • Install Bundler (it's short for "life-saver").
$ gem install bundler
  • Using Bundler, download all the dependency gems.
$ bundle install
  • Next, complete setup by running this command.
$ rake install
  • You're all setup. Go treat yourself.

Developing your website

It's incredibly easy to edit your site using my version of Jekyll. Click here if you want to see how Jekyll works.

Configuration file: _config.yml

Create a new post:

$ rake new:post

Create a new page:

$ rake new:page

Start development server:

$ rake development

Open development server in browser:

$ rake open

Generate production site:

$ rake production

Publishing your site

After you've called the $ rake production command, your publishable site should be located in the _production folder. Upload the folder to any provider of your choosing -- some notable ones are Amazon S3, AppFog or GitHub Pages.

Maintaining Bilaw.al

As I update my blog often (so I've told myself), I should also be updating this quite frequently. The main objective is that it can act as a great mini-framework for bloggers to get started on Jekyll -- in efforts to boost the popularity of static-site generators. Feel free to contribute, and if you've got any questions or issues, please contact me on Twitter. Have fun!

rails's People

Contributors

amatsuda avatar arunagw avatar carlosantoniodasilva avatar dhh avatar drogus avatar fcheung avatar fxn avatar guilleiguaran avatar jamis avatar jeremy avatar jonleighton avatar josevalim avatar josh avatar kennyj avatar lifo avatar mikel avatar miloops avatar nzkoz avatar oscardelben avatar pixeltrix avatar radar avatar rafaelfranca avatar seckar avatar sikachu avatar smartinez87 avatar spastorino avatar technoweenie avatar tenderlove avatar vijaydev avatar wycats 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.