Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 912 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 912 Bytes

Austin.RB Website

Running It Locally

$ bundle
$ foreman start
$ open http://localhost:4000/

Updating For New Meetings

  • Create a new file in the _posts directory, with YAML front matter along the lines of:

    layout: post
    title: "January Meeting - A Title Goes Here"
    date: 2012-1-17
  • Add details of the meeting to the newly-created post, including date, time, and location, as well as a short description of the talk for the evening, and an acknowledgement of the sponsor (you did find a sponsor for the event, didn't you? ^_-)

  • Update _config.yml to match the next meeting information. In the past, for the url key, we've used a link to an event on Plancast.

  • git commit -a -m "Adding post for #{month} meeting"

  • git push

Contact

Mattt Thompson