forked from lewagon/frontend-advanced-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
1,779 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# See http://help.github.com/ignore-files/ for more about ignoring files. | ||
# | ||
# If you find yourself ignoring temporary files generated by your text editor | ||
# or operating system, you probably want to add a global ignore instead: | ||
# git config --global core.excludesfile ~/.gitignore_global | ||
|
||
# Ignore bundler config | ||
/.bundle | ||
|
||
# Ignore the build directory | ||
/build | ||
|
||
# Ignore cache | ||
/.sass-cache | ||
/.cache | ||
|
||
# Ignore .DS_store file | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# If you do not have OpenSSL installed, update | ||
# the following line to use "http://" instead | ||
source 'https://rubygems.org' | ||
|
||
gem "middleman", "~> 3.3.10" | ||
|
||
# Live-reloading plugin | ||
gem "middleman-livereload", "~> 3.1.0" | ||
|
||
# For faster file watcher updates on Windows: | ||
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] | ||
|
||
# Windows does not come with time zone data | ||
gem "tzinfo-data", platforms: [:mswin, :mingw] | ||
|
||
# Deploy to GitHub Pages | ||
gem 'middleman-deploy', '~> 1.0' | ||
|
||
# Assets | ||
gem 'jquery-middleman' | ||
gem 'bootstrap-sass', '~> 3.3.1' | ||
gem 'font-awesome-sass', '~> 4.2.0' | ||
|
||
# CSS performance | ||
gem 'middleman-autoprefixer' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,158 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
activesupport (4.1.10) | ||
i18n (~> 0.6, >= 0.6.9) | ||
json (~> 1.7, >= 1.7.7) | ||
minitest (~> 5.1) | ||
thread_safe (~> 0.1) | ||
tzinfo (~> 1.1) | ||
autoprefixer-rails (5.2.0) | ||
execjs | ||
json | ||
bootstrap-sass (3.3.4.1) | ||
autoprefixer-rails (>= 5.0.0.1) | ||
sass (>= 3.2.19) | ||
celluloid (0.16.0) | ||
timers (~> 4.0.0) | ||
chunky_png (1.3.4) | ||
coffee-script (2.4.1) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.9.1.1) | ||
compass (1.0.3) | ||
chunky_png (~> 1.2) | ||
compass-core (~> 1.0.2) | ||
compass-import-once (~> 1.0.5) | ||
rb-fsevent (>= 0.9.3) | ||
rb-inotify (>= 0.9) | ||
sass (>= 3.3.13, < 3.5) | ||
compass-core (1.0.3) | ||
multi_json (~> 1.0) | ||
sass (>= 3.3.0, < 3.5) | ||
compass-import-once (1.0.5) | ||
sass (>= 3.2, < 3.5) | ||
em-websocket (0.5.1) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0.6.0) | ||
erubis (2.7.0) | ||
eventmachine (1.0.7) | ||
execjs (2.5.2) | ||
ffi (1.9.8) | ||
font-awesome-sass (4.2.2) | ||
sass (~> 3.2) | ||
haml (4.0.6) | ||
tilt | ||
hike (1.2.3) | ||
hitimes (1.2.2) | ||
hooks (0.4.0) | ||
uber (~> 0.0.4) | ||
http_parser.rb (0.6.0) | ||
i18n (0.7.0) | ||
jquery-middleman (3.1.2) | ||
thor (>= 0.14, < 2.0) | ||
json (1.8.3) | ||
kramdown (1.7.0) | ||
listen (2.10.0) | ||
celluloid (~> 0.16.0) | ||
rb-fsevent (>= 0.9.3) | ||
rb-inotify (>= 0.9) | ||
middleman (3.3.12) | ||
coffee-script (~> 2.2) | ||
compass (>= 1.0.0, < 2.0.0) | ||
compass-import-once (= 1.0.5) | ||
execjs (~> 2.0) | ||
haml (>= 4.0.5) | ||
kramdown (~> 1.2) | ||
middleman-core (= 3.3.12) | ||
middleman-sprockets (>= 3.1.2) | ||
sass (>= 3.4.0, < 4.0) | ||
uglifier (~> 2.5) | ||
middleman-autoprefixer (2.5.0) | ||
autoprefixer-rails (~> 5.2.0) | ||
middleman-core (>= 3.3.3) | ||
middleman-core (3.3.12) | ||
activesupport (~> 4.1.0) | ||
bundler (~> 1.1) | ||
erubis | ||
hooks (~> 0.3) | ||
i18n (~> 0.7.0) | ||
listen (>= 2.7.9, < 3.0) | ||
padrino-helpers (~> 0.12.3) | ||
rack (>= 1.4.5, < 2.0) | ||
rack-test (~> 0.6.2) | ||
thor (>= 0.15.2, < 2.0) | ||
tilt (~> 1.4.1, < 2.0) | ||
middleman-deploy (1.0.0) | ||
middleman-core (>= 3.2) | ||
net-sftp | ||
ptools | ||
middleman-livereload (3.1.1) | ||
em-websocket (>= 0.2.0) | ||
middleman-core (>= 3.0.2) | ||
multi_json (~> 1.0) | ||
rack-livereload | ||
middleman-sprockets (3.4.2) | ||
middleman-core (>= 3.3) | ||
sprockets (~> 2.12.1) | ||
sprockets-helpers (~> 1.1.0) | ||
sprockets-sass (~> 1.3.0) | ||
minitest (5.7.0) | ||
multi_json (1.11.0) | ||
net-sftp (2.1.2) | ||
net-ssh (>= 2.6.5) | ||
net-ssh (2.9.2) | ||
padrino-helpers (0.12.5) | ||
i18n (~> 0.6, >= 0.6.7) | ||
padrino-support (= 0.12.5) | ||
tilt (~> 1.4.1) | ||
padrino-support (0.12.5) | ||
activesupport (>= 3.1) | ||
ptools (1.3.2) | ||
rack (1.6.1) | ||
rack-livereload (0.3.15) | ||
rack | ||
rack-test (0.6.3) | ||
rack (>= 1.0) | ||
rb-fsevent (0.9.5) | ||
rb-inotify (0.9.5) | ||
ffi (>= 0.5.0) | ||
sass (3.4.14) | ||
sprockets (2.12.3) | ||
hike (~> 1.2) | ||
multi_json (~> 1.0) | ||
rack (~> 1.0) | ||
tilt (~> 1.1, != 1.3.0) | ||
sprockets-helpers (1.1.0) | ||
sprockets (~> 2.0) | ||
sprockets-sass (1.3.1) | ||
sprockets (~> 2.0) | ||
tilt (~> 1.1) | ||
thor (0.19.1) | ||
thread_safe (0.3.5) | ||
tilt (1.4.1) | ||
timers (4.0.1) | ||
hitimes | ||
tzinfo (1.2.2) | ||
thread_safe (~> 0.1) | ||
uber (0.0.13) | ||
uglifier (2.7.1) | ||
execjs (>= 0.3.0) | ||
json (>= 1.8.0) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
bootstrap-sass (~> 3.3.1) | ||
font-awesome-sass (~> 4.2.0) | ||
jquery-middleman | ||
middleman (~> 3.3.10) | ||
middleman-autoprefixer | ||
middleman-deploy (~> 1.0) | ||
middleman-livereload (~> 3.1.0) | ||
tzinfo-data | ||
wdm (~> 0.1.0) | ||
|
||
BUNDLED WITH | ||
1.10.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/usr/bin/env ruby | ||
# | ||
# This file was generated by Bundler. | ||
# | ||
# The application 'middleman' is installed as part of a gem, and | ||
# this file is here to facilitate running it. | ||
# | ||
|
||
require 'pathname' | ||
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", | ||
Pathname.new(__FILE__).realpath) | ||
|
||
require 'rubygems' | ||
require 'bundler/setup' | ||
|
||
load Gem.bin_path('middleman-core', 'middleman') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
### | ||
# Compass | ||
### | ||
|
||
# Change Compass configuration | ||
# compass_config do |config| | ||
# config.output_style = :compact | ||
# end | ||
|
||
# Auto-prefixing of CSS code with vendor prefix | ||
activate :autoprefixer | ||
|
||
### | ||
# Page options, layouts, aliases and proxies | ||
### | ||
|
||
# Per-page layout changes: | ||
# | ||
# With no layout | ||
# page "/path/to/file.html", :layout => false | ||
# | ||
# With alternative layout | ||
# page "/path/to/file.html", :layout => :otherlayout | ||
# | ||
# A path which all have the same layout | ||
# with_layout :admin do | ||
# page "/admin/*" | ||
# end | ||
|
||
# Proxy pages (http://middlemanapp.com/basics/dynamic-pages/) | ||
# proxy "/this-page-has-no-template.html", "/template-file.html", :locals => { | ||
# :which_fake_page => "Rendering a fake page with a local variable" } | ||
|
||
### | ||
# Helpers | ||
### | ||
|
||
# Automatic image dimensions on image_tag helper | ||
# activate :automatic_image_sizes | ||
|
||
# Reload the browser automatically whenever files change | ||
configure :development do | ||
activate :livereload | ||
end | ||
|
||
# Methods defined in the helpers block are available in templates | ||
# helpers do | ||
# def some_helper | ||
# "Helping" | ||
# end | ||
# end | ||
|
||
set :css_dir, 'stylesheets' | ||
|
||
set :js_dir, 'javascripts' | ||
|
||
set :images_dir, 'images' | ||
|
||
# Build-specific configuration | ||
configure :build do | ||
# For example, change the Compass output style for deployment | ||
# activate :minify_css | ||
|
||
# Minify Javascript on build | ||
# activate :minify_javascript | ||
|
||
# Enable cache buster | ||
# activate :asset_hash | ||
|
||
# Use relative URLs | ||
activate :relative_assets | ||
set :relative_links, true | ||
|
||
# Or use a different image path | ||
# set :http_prefix, "/Content/images/" | ||
end | ||
|
||
# Deployment | ||
activate :deploy do |deploy| | ||
deploy.method = :git | ||
deploy.build_before = true | ||
|
||
# Optional Settings | ||
# deploy.remote = 'custom-remote' # remote name or git url, default: origin | ||
# deploy.branch = 'custom-branch' # default: gh-pages | ||
# deploy.strategy = :submodule # commit strategy: can be :force_push or :submodule, default: :force_push | ||
# deploy.commit_message = 'custom-message' # commit message (can be empty), default: Automated commit at `timestamp` by middleman-deploy `version` | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- name: Some product | ||
image: some_product.png | ||
- name: Other product | ||
image: other_product.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<nav class="navbar-wagon"> | ||
<div class="container navbar-wagon-container"> | ||
|
||
<% link_to "/" do %> | ||
<%= image_tag "lewagon.png", class: "navbar-wagon-logo" %> | ||
<% end %> | ||
|
||
<form action="" class="navbar-wagon-search"> | ||
<input type="text" class="navbar-wagon-search-input hidden-xs" placeholder="Search for featured stuff"> | ||
<button type="submit" class="navbar-wagon-search-btn hidden-xs"> | ||
<i class="fa fa-search"></i> | ||
</button> | ||
</form> | ||
|
||
<div class="navbar-wagon-item"> | ||
<a href="" class="navbar-wagon-button btn btn-default">Post stuff</a> | ||
</div> | ||
|
||
<a href="" class="navbar-wagon-item navbar-wagon-link">Contact</a> | ||
|
||
<a href="" class="navbar-wagon-item navbar-wagon-link"> | ||
<div class="icon-badge-container"> | ||
<i class="fa fa-envelope-o"></i> | ||
<div class="icon-badge icon-badge-blue">3</div> | ||
</div> | ||
</a> | ||
|
||
<div class="navbar-wagon-item"> | ||
<div class="dropdown"> | ||
|
||
<img src="https://raw.githubusercontent.com/lewagon/design/master/pick-it/pictures/students/charlotte_cady.jpg" alt="" class="navbar-wagon-avatar dropdown-toggle" id="navbar-wagon-menu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> | ||
|
||
<ul class="dropdown-menu dropdown-menu-right navbar-wagon-dropdown-menu" aria-labelledby="navbar-wagon-menu"> | ||
<li><a href="#">Profile</a></li> | ||
<li><a href="#">Dashboard</a></li> | ||
<li><a href="#">Log Out</a></li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
|
||
</div> | ||
</nav> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Le Wagon Middleman boilerplate | ||
--- | ||
|
||
<div class="welcome text-center padded"> | ||
<h1>Middleman is Watching</h1> | ||
<p class="doc"> | ||
<%= link_to "Read Online Documentation", "http://middlemanapp.com/" %> | ||
</p><!-- .doc --> | ||
</div><!-- .welcome --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
//= require jquery | ||
//= require bootstrap-sprockets | ||
//= require_tree . |
Oops, something went wrong.