seandellis / open-austin.github.io

Open Austin's website

Home Page:http://open-austin.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

open-austin.org

The Open Austin website


Development Instructions

Installing Jekyll/Ruby on OS X

  • (Optional) Install iTerm for a better Command Line App in OS X.

  • (Optional) Install oh-my-zsh for a prettier command line interface and easier zsh configuration than bash.

    • sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  • Install homebrew (for better installation of OS X packages)

    • ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Install ruby-install for installing Ruby versions. (OS X comes with 2.0.0, but its not the latest version and you may have to use the sudo command to do anything. Best to install a version manager like ruby-install + chruby to help with that.)

    • brew install ruby-install
    • ruby-install ruby 2.2.2
  • Install chruby to switch ruby versions.

    • brew install chruby
    • chruby ruby 2.2.2
  • Install jekyll to install Jekyll.

    • gem install jekyll

Start Jekyll

Once you've got everything installed, run

jekyll serve --incremental --watch --trace

Then go to

http://localhost:4000/

Instructions for exporting content from Wordpress

gem install jekyll-import hpricot open_uri_redirections
ruby -rubygems -e 'require "jekyll-import";
    JekyllImport::Importers::WordpressDotCom.run({
      "source" => "import/openaustin.wordpress.2015-11-21.xml",
      "no_fetch_images" => false,
      "assets_folder" => "assets"
    })'

Planning

Staging Site: http://open-austin.github.io/

Planning & Design

Sitemap

our sitemap link to Gliffy

Design Docs

[Design Brief](planning-design/planning_and_analytics/OA Design Brief.pdf?raw=true)

Colors/Typography

Mockups

Homepage Mockups from 1-Sept

Higher fidelity Mockup from 24-Aug Meeting ([PDF](planning-design/other_mockups/OA Homepage 1.pdf?raw=true) AND [Sketch](planning-design/other_mockups/OA Homepage 1.sketch?raw=true))

Original Lo-fi Mockup

Requirements

Link to functional requirements doc

Assets/Images

Links to potential assets/images

License

The code for this repository has been released into the public domain by Open Austin via the Unlicense.

About

Open Austin's website

http://open-austin.org

License:The Unlicense


Languages

Language:HTML 93.9%Language:CSS 4.9%Language:Ruby 0.9%Language:JavaScript 0.3%