Code Monkey home page Code Monkey logo

open-austin.github.io's Introduction

open-austin.org

The Open Austin website


Development Instructions

  • (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)"

Jekyll requires at least Ruby 2.1 but we recommend Ruby 2.4+

You can install a proper version of Ruby via homebrew and rbenv.

Install command line tools if you haven't

xcode-select --install

Install Homebrew if you haven't

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install rbenv and ruby

brew install rbenv ruby-build rbenv init rbenv install 2.4.2 rbenv global 2.4.2 rbenv shell 2.4.2

Install bundler and jekyll

  • Install jekyll to install Jekyll.
    • gem install jekyll

gem install jekyll bundler

update rbenv config

rbenv rehash eval "$(rbenv init -)

Run all of the above using one command:

curl https://gist.githubusercontent.com/DirtyF/5d2bde5c682101b7b5d90708ad333bf3/raw/bbac59647ac66016cf443caf7d48c6ae173ae57f/setup-rbenv.sh | bash

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"
    })'

Troubleshooting

  • if you get permissions errors, run the command again with 'sudo'
sudo <your> <command here>

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.

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.