Code Monkey home page Code Monkey logo

scrc-website's Introduction

Overview

This is the official website for Steel City Ruby Conf. It's base on Octopress.

Development QuickStart

Clone and set up your environment

There is an .rvmrc file within the project that sets your environment to use Ruby 1.9.2 with gemset scrc. If you are not using rvm (like if you're on Windows or something), then you'll at least need to install Bundler and run bundle install:

$ git clone [email protected]:pghrb/scrc-website.git
$ cd scrc-website
$ bundle install

Start the server

To preview the site locally:

$ rake preview

When the webserver starts up, you should be able to see the site here:

http://localhost:4000

Create a new blog post

To create a new blog post:

$ rake new_post["title"]

This will create a new post in the /source/_posts/ directory. Always edit the file in the /source directory, not the /public directory. When you're done writing your post (in Markdown), commit both the /source and /public files to Git and submit a pull request.

Add a new page:

$ rake new_page[policies/index.html]

Redirect from another url:

Place the full path of the alias (place to redirect from) inside the destination post's YAML Front Matter. One or more aliases may be given.

Example Post Configuration:

---
  layout: post
  title: "How I Keep Limited Pressing Running"
  alias: /post/6301645915/how-i-keep-limited-pressing-running/index.html
---

Example Post Configuration:

---
  layout: post
  title: "How I Keep Limited Pressing Running"
  alias: [/first-alias/index.html, /second-alias/index.html]
---

Aliases are handled by the jekyll_alias_generator plugin.

Generate and preview:

$ rake generate   # Generates posts and pages into the public directory
$ rake watch      # Watches source/ and sass/ for changes and regenerates

Contributing updates

Fork the repository.

Check out your fork locally:

$ git clone [email protected]:USERNAME/scrc-website.git

Create a topic branch.

$ git checkout -b my_update

Make changes, commit, and push them:

$ git commit -am "Updating such and such for great victory"
$ git push origin my_update

Submit a pull request.

scrc-website's People

Contributors

imathis avatar fhemberger avatar coxandrew avatar carols10cents avatar justinxreese avatar pilif avatar gisikw avatar colindean avatar omo avatar bendoerr avatar tomhoover avatar rwdaigle avatar mikl avatar lukearmstrong avatar juliepagano avatar jnf avatar tgray avatar pw avatar jakemcc avatar coreypurcell avatar jcftang avatar joliss avatar jlong avatar kent avatar melwin avatar melriffe avatar ballou88 avatar robertkowalski avatar rtgibbons avatar scottwater avatar

Watchers

James Cloos 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.