Skip to content

Instantly share code, notes, and snippets.

@mathie
Created May 6, 2016 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathie/21d97cf510c7ef3d77073604af654bcc to your computer and use it in GitHub Desktop.
Save mathie/21d97cf510c7ef3d77073604af654bcc to your computer and use it in GitHub Desktop.
> middleman init the-internet.io Development/Personal 2.3.1
run git clone --depth 1 git://github.com/middleman/middleman-templates-default.git /var/folders/0r/mcpgtk_x3_vcg_15t33nt0b40000gn/T/d20160506-3746-13gjqjh from "."
[ ... ]
exist
create .gitignore
create Gemfile
create config.rb
create source/images/middleman-logo.svg
create source/index.html.erb
create source/javascripts/all.js
create source/layouts/layout.erb
create source/stylesheets/_normalize.scss
create source/stylesheets/site.css.scss
Do you want to use Compass? y
Do you want to use LiveReload? y
insert Gemfile
insert Gemfile
insert config.rb
insert Gemfile
Do you want a Rack-compatible config.ru file? y
create config.ru
run bundle install from "./the-internet.io"
[ ... ]
Bundle complete! 5 Gemfile dependencies, 56 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment