From 9b7398394fab93a04c8dfffa6f2237f24bde11e4 Mon Sep 17 00:00:00 2001 From: Nick Adams Date: Wed, 11 Jan 2023 15:10:25 -0500 Subject: [PATCH 1/3] Removing All Gem Installs and Unneeded Files This commit removes the unused Jekyll functionality of this gem by deleting all the gem installs except the dependency defined in the gemspec. It also removes the configuration and documentation files that were only used for creating standalone sites. atlas_assets is now stripped down to only be used for packaging the assets files in the atlas frontend. --- Gemfile | 20 +- Gemfile.lock | 101 +-- Procfile | 1 - Procfile.dev | 3 - Rakefile | 16 - _config.yml | 14 - config.ru | 9 - docs/.gitignore | 1 - docs/404.html | 1 - docs/_layouts/default.html | 72 -- docs/_plugins/jekyll_assets.rb | 3 - docs/_posts/2013-05-17-buttons.md | 93 --- docs/_posts/2013-05-17-flash.md | 58 -- docs/_posts/2013-05-17-fonts.md | 43 -- docs/_posts/2013-05-17-grid.md | 42 -- docs/_posts/2013-05-17-icons.md | 914 -------------------------- docs/_posts/2013-05-17-lists.md | 206 ------ docs/_posts/2013-05-17-navigation.md | 115 ---- docs/_posts/2013-05-21-forms.md | 423 ------------ docs/_posts/2013-05-22-boxes.md | 145 ---- docs/_posts/2013-05-29-modals.md | 101 --- docs/_posts/2013-05-30-tabs.md | 90 --- docs/_posts/2013-09-12-logo.md | 50 -- docs/_posts/2013-10-28-dropdown.md | 182 ----- docs/_posts/2014-03-12-drop.md | 189 ------ docs/_posts/2014-04-03-keypress.md | 34 - docs/_posts/2014-05-05-select.md | 207 ------ docs/_posts/2014-07-15-drop-button.md | 92 --- docs/_posts/2014-2-10-colors.md | 97 --- docs/glyphicons-license.txt | 46 -- docs/index.html | 31 - rails/init.rb | 1 - 32 files changed, 2 insertions(+), 3398 deletions(-) delete mode 100644 Procfile delete mode 100644 Procfile.dev delete mode 100644 Rakefile delete mode 100644 _config.yml delete mode 100644 config.ru delete mode 100644 docs/.gitignore delete mode 100644 docs/404.html delete mode 100644 docs/_layouts/default.html delete mode 100644 docs/_plugins/jekyll_assets.rb delete mode 100644 docs/_posts/2013-05-17-buttons.md delete mode 100644 docs/_posts/2013-05-17-flash.md delete mode 100644 docs/_posts/2013-05-17-fonts.md delete mode 100644 docs/_posts/2013-05-17-grid.md delete mode 100644 docs/_posts/2013-05-17-icons.md delete mode 100644 docs/_posts/2013-05-17-lists.md delete mode 100644 docs/_posts/2013-05-17-navigation.md delete mode 100644 docs/_posts/2013-05-21-forms.md delete mode 100644 docs/_posts/2013-05-22-boxes.md delete mode 100644 docs/_posts/2013-05-29-modals.md delete mode 100644 docs/_posts/2013-05-30-tabs.md delete mode 100644 docs/_posts/2013-09-12-logo.md delete mode 100644 docs/_posts/2013-10-28-dropdown.md delete mode 100644 docs/_posts/2014-03-12-drop.md delete mode 100644 docs/_posts/2014-04-03-keypress.md delete mode 100644 docs/_posts/2014-05-05-select.md delete mode 100644 docs/_posts/2014-07-15-drop-button.md delete mode 100644 docs/_posts/2014-2-10-colors.md delete mode 100644 docs/glyphicons-license.txt delete mode 100644 docs/index.html delete mode 100644 rails/init.rb diff --git a/Gemfile b/Gemfile index 6a9108d..25f8800 100644 --- a/Gemfile +++ b/Gemfile @@ -1,23 +1,5 @@ source 'https://rubygems.org' -ruby '2.7.6' +ruby '2.7.7' # Specify your gem's dependencies in atlas_assets.gemspec gemspec - -gem "rake", "~> 13.0.0" -gem "jekyll", "~> 3.0" -gem "sass" -gem "jekyll-assets", "~> 2.0.0" -gem "coffee-script", "~> 2.4.1" -gem 'rack-contrib' -gem "rack-rewrite" -gem "pygmentize", "~> 0.0.3" -gem "kramdown" -gem "coderay", "~> 1.1.3" -gem "puma", "~> 4.3.11" -gem "eco", "~> 1.0.0" -gem "sprockets" -gem "liquid" -gem "rack", "~> 2.1.4" -gem "kramdown-parser-gfm" -gem "kramdown-syntax-coderay" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index fb82593..45b8d04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,100 +7,18 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) - coderay (1.1.3) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) - colorator (1.1.0) concurrent-ruby (1.1.10) - eco (1.0.0) - coffee-script - eco-source - execjs - eco-source (1.1.0.rc.1) - em-websocket (0.5.3) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0) - eventmachine (1.2.7) execjs (2.8.1) - fastimage (1.8.1) - addressable (~> 2.3, >= 2.3.5) - ffi (1.15.5) - forwardable-extended (2.6.0) handlebars_assets (0.23.1) execjs (~> 2.0) multi_json (~> 1.0) sprockets (>= 2.0.0) tilt (>= 1.2) - http_parser.rb (0.8.0) - i18n (0.9.5) - concurrent-ruby (~> 1.0) - jekyll (3.9.2) - addressable (~> 2.4) - colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (~> 0.7) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 2.0) - kramdown (>= 1.17, < 3) - liquid (~> 4.0) - mercenary (~> 0.3.3) - pathutil (~> 0.9) - rouge (>= 1.7, < 4) - safe_yaml (~> 1.0) - jekyll-assets (2.0.3) - fastimage (~> 1.8) - jekyll (~> 3.0) - sprockets (~> 3.3) - sprockets-helpers (~> 1.2) - jekyll-sass-converter (1.5.2) - sass (~> 3.4) - jekyll-watch (2.2.1) - listen (~> 3.0) - kramdown (2.4.0) - rexml - kramdown-parser-gfm (1.1.0) - kramdown (~> 2.0) - kramdown-syntax-coderay (1.0.1) - coderay (~> 1.1) - kramdown (~> 2.0) - liquid (4.0.3) - listen (3.7.1) - rb-fsevent (~> 0.10, >= 0.10.3) - rb-inotify (~> 0.9, >= 0.9.10) - mercenary (0.3.6) multi_json (1.15.0) - nio4r (2.5.8) - pathutil (0.16.2) - forwardable-extended (~> 2.6) - public_suffix (5.0.0) - puma (4.3.12) - nio4r (~> 2.0) - pygmentize (0.0.3) rack (2.1.4.1) - rack-contrib (2.3.0) - rack (~> 2.0) - rack-rewrite (1.5.1) - rake (13.0.6) - rb-fsevent (0.11.2) - rb-inotify (0.10.1) - ffi (~> 1.0) - rexml (3.2.5) - rouge (3.30.0) - safe_yaml (1.0.5) - sass (3.7.4) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-helpers (1.4.0) - sprockets (>= 2.2) tilt (2.0.11) PLATFORMS @@ -108,26 +26,9 @@ PLATFORMS DEPENDENCIES atlas_assets! - coderay (~> 1.1.3) - coffee-script (~> 2.4.1) - eco (~> 1.0.0) - jekyll (~> 3.0) - jekyll-assets (~> 2.0.0) - kramdown - kramdown-parser-gfm - kramdown-syntax-coderay - liquid - puma (~> 4.3.11) - pygmentize (~> 0.0.3) - rack (~> 2.1.4) - rack-contrib - rack-rewrite - rake (~> 13.0.0) - sass - sprockets RUBY VERSION - ruby 2.7.6p219 + ruby 2.7.7p221 BUNDLED WITH 2.3.26 diff --git a/Procfile b/Procfile deleted file mode 100644 index 14833fe..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: bundle exec puma -p $PORT config.ru diff --git a/Procfile.dev b/Procfile.dev deleted file mode 100644 index 18c069f..0000000 --- a/Procfile.dev +++ /dev/null @@ -1,3 +0,0 @@ -web: bundle exec jekyll serve -w -sass: sass --watch lib/assets/stylesheets:docs/ignore -coffee: coffee -o docs/ignore -wc lib/assets/javascripts \ No newline at end of file diff --git a/Rakefile b/Rakefile deleted file mode 100644 index 4e2b80b..0000000 --- a/Rakefile +++ /dev/null @@ -1,16 +0,0 @@ -require "bundler/gem_tasks" - -task default: "assets:precompile" - -namespace :assets do - desc "Precompile assets" - task :precompile do - Rake::Task["clean"].invoke - sh "bundle exec jekyll build" - end -end - -desc "Remove compiled files" -task :clean do - sh "rm -rf #{File.dirname(__FILE__)}/_site/*" -end \ No newline at end of file diff --git a/_config.yml b/_config.yml deleted file mode 100644 index bedfdd7..0000000 --- a/_config.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: O'Reilly Atlas Style Guide -source: ./docs -permalink: none -markdown: kramdown -kramdown: - use_coderay: true -assets: - sources: - - ../lib/assets/fonts - - ../lib/assets/images - - ../lib/assets/stylesheets - - ../lib/assets/javascripts - compress: - css: sass diff --git a/config.ru b/config.ru deleted file mode 100644 index c3b883d..0000000 --- a/config.ru +++ /dev/null @@ -1,9 +0,0 @@ -require 'rack/contrib/try_static' -require 'rack/contrib/not_found' - -use Rack::TryStatic, - :root => "_site", - :urls => %w[/], - :try => ['index.html', '/index.html'] - -run Rack::NotFound.new('_site/404.html') \ No newline at end of file diff --git a/docs/.gitignore b/docs/.gitignore deleted file mode 100644 index c08f9ad..0000000 --- a/docs/.gitignore +++ /dev/null @@ -1 +0,0 @@ -_site \ No newline at end of file diff --git a/docs/404.html b/docs/404.html deleted file mode 100644 index fc21ffd..0000000 --- a/docs/404.html +++ /dev/null @@ -1 +0,0 @@ -Nope! \ No newline at end of file diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html deleted file mode 100644 index 8e97119..0000000 --- a/docs/_layouts/default.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - {{ page.title }} - {% stylesheet atlas_assets %} - {% javascript atlas_assets %} - - - - -
-
-
-
    -
  • Home
  • - {% assign sorted_posts = site.posts | sort: 'title' %} - {% for post in sorted_posts %} -
  • {{ post.title }}
  • - {% endfor %} -
-
-
 
-
- {{ content }} -
-
-
- - diff --git a/docs/_plugins/jekyll_assets.rb b/docs/_plugins/jekyll_assets.rb deleted file mode 100644 index bac9119..0000000 --- a/docs/_plugins/jekyll_assets.rb +++ /dev/null @@ -1,3 +0,0 @@ -require 'handlebars_assets' -Sprockets.append_path HandlebarsAssets.path -require "jekyll-assets" \ No newline at end of file diff --git a/docs/_posts/2013-05-17-buttons.md b/docs/_posts/2013-05-17-buttons.md deleted file mode 100644 index 77d7e0d..0000000 --- a/docs/_posts/2013-05-17-buttons.md +++ /dev/null @@ -1,93 +0,0 @@ ---- -layout: default -title: "Buttons" -date: 2013-05-17 23:24:04 ---- - -Buttons -======= - -~~~html -Button -~~~ - -Sizes ------- - -Mini -

Small

-

Normal

-

Medium

-

Large

- -~~~html -Mini -Small -Normal -Medium -Large -~~~ - -Variations ----------- - -

Info

-

Working...

-

Success

-

Warning

-

Error

-

Disabled

-Info without btn-prefix in class -

Info button, disabled

- - -~~~html -Info -Working... -Success -Warning -Error -Disabled -Info without btn-prefix in class -Info button, disabled -~~~ - - -Button Groups -------------- - -

-

- - - - -
-

- -~~~html -
- - - - -
-~~~ - -You can even use colors and sizes: - -

-

- - - -
-

- -~~~html -
- - - -
-~~~ diff --git a/docs/_posts/2013-05-17-flash.md b/docs/_posts/2013-05-17-flash.md deleted file mode 100644 index 0d70066..0000000 --- a/docs/_posts/2013-05-17-flash.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -layout: default -title: "Flash" -date: 2013-05-17 23:24:04 ---- - -Flash -===== - -The `.flash` class is a general style for all user messages. - -Basic ------ - -
-
This is a flash message
-
- -~~~html -
-
This is a flash message
-
-~~~ - -Colors -------- - -
-
This is a notice message
-
This is a warning message
-
This is an error message
-
- -~~~html -
-
This is a notice message
-
This is a warning message
-
This is an error message
-
-~~~ - -Close button ------------- - -You can add a close button with the `.flash-close` class. - -
-
This is a message
-
- -~~~html -
-
- This is a message - -
-
-~~~ \ No newline at end of file diff --git a/docs/_posts/2013-05-17-fonts.md b/docs/_posts/2013-05-17-fonts.md deleted file mode 100644 index b69d6e3..0000000 --- a/docs/_posts/2013-05-17-fonts.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -layout: default -title: "Fonts" -date: 2013-05-17 23:24:04 ---- - -Fonts -===== - -All HTML headings, `

` through `

` are available. - -
-

h1. Heading 1

-

h2. Heading 2

-

h3. Heading 3

-

h4. Heading 4

-
h5. Heading 5
-
h6. Heading 6
-
- -If you want to have other elements in line with a `

` heading, you can use the `.heading-split` class. - -
-

Heading Split

- My Button -
- -~~~html -
-

Heading Split

- My Button -
-~~~ - - - - -Body text ---------- - -
-

Magna cornhole freegan dolore, ugh PBRB sriracha YOLO art party direct trade gluten-free put a bird on it deep v skateboard whatever. Occaecat sartorial hashtag, master cleanse consequat pug excepteur dolor pariatur Pinterest whatever. Consequat try-hard 90's, disrupt delectus Shoreditch placeat mollit tattooed quinoa freegan with .underline reprehenderit ennui. Tempor Austin blog, flannel reprehenderit asymmetrical ugh quinoa bitters post-ironic Marfa lomo. Deserunt single-origin coffee accusamus, tote bag YOLO laborum voluptate aliquip street art letterpress gentrify cray elit officia. Tofu banh mi shabby chic salvia Echo Park. Excepteur proident occupy, voluptate exercitation food truck cupidatat duis master cleanse.

-
\ No newline at end of file diff --git a/docs/_posts/2013-05-17-grid.md b/docs/_posts/2013-05-17-grid.md deleted file mode 100644 index 920c869..0000000 --- a/docs/_posts/2013-05-17-grid.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -layout: default -title: "Grid" -date: 2013-05-17 23:24:04 ---- - -Grid -==== - -The default Atlas grid system is built on the Twitter Bootstrap grid system, which utilizes 12 columns. It's a responsive grid system that adapts to the browser window in 2 different sizes: `940px`, `725px` and for smaller displays, fluid with the columns stacking vertically. - -
-
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
-
-
2
-
3
-
3
-
-
-
4
-
4
-
-
-
8
-
-
- -~~~html -
-
...
-
...
-
-~~~ diff --git a/docs/_posts/2013-05-17-icons.md b/docs/_posts/2013-05-17-icons.md deleted file mode 100644 index ff15a7b..0000000 --- a/docs/_posts/2013-05-17-icons.md +++ /dev/null @@ -1,914 +0,0 @@ ---- -layout: default -title: "Icons" -date: 2013-05-17 23:24:04 ---- - - - -Icons -========== - -Variations ----------- - -This is a normal icon. - -~~~html -This is a normal icon. -~~~ - -

This is a default round icon, and here's icons with the semantic classes added. You can use any icon with these. They just change background color.

- -~~~html - - - - - -~~~ - -

You can also create small versions of round icons by adding a class of "small", like this: .

- -~~~html - - - - - -~~~ - -Jump to Font Awesome - -Glyphicons ----------- - -This gem includes icons as a font, png and svg from [Glyphicons](http://glyphicons.com). Insert an icon using this syntax: ``. You can change the size of the icon by setting the `font-size`. - - glass - leaf - dog - user - girl - car - user_add - user_remove - film - magic - envelope - camera - heart - beach_umbrella - train - print - bin - music - note - heart_empty - home - snowflake - fire - magnet - parents - binoculars - road - search - cars - notes_2 - pencil - bus - wifi_alt - luggage - old_man - woman - file - coins - airplane - notes - stats - charts - pie_chart - group - keys - calendar - router - camera_small - dislikes - star - link - eye_open - eye_close - alarm - clock - stopwatch - projector - history - truck - cargo - compass - keynote - paperclip - power - lightbulb - tag - tags - cleaning - ruller - gift - umbrella - book - bookmark - wifi - cup - stroller - headphones - headset - warning_sign - signal - retweet - refresh - roundabout - random - heat - repeat - display - log_book - address_book - building - eyedropper - adjust - tint - crop - vector_path_square - vector_path_circle - vector_path_polygon - vector_path_line - vector_path_curve - vector_path_all - font - italic - bold - text_underline - text_strike - text_height - text_width - text_resize - left_indent - right_indent - align_left - align_center - align_right - justify - list_icon - text_smaller - text_bigger - embed - embed_close - table - message_full - message_empty - message_in - message_out - message_plus - message_minus - message_ban - message_flag - message_lock - message_new - inbox - inbox_plus - inbox_minus - inbox_lock - inbox_in - inbox_out - cogwheel - cogwheels - picture - adjust_alt - database_lock - database_plus - database_minus - database_ban - folder_open - folder_plus - folder_minus - folder_lock - folder_flag - folder_new - edit - new_window - check - unchecked - more_windows - show_big_thumbnails - show_thumbnails - show_thumbnails_with_lines - show_lines - playlist - imac - macbook - ipad - iphone - iphone_transfer - iphone_exchange - ipod - ipod_shuffle - ear_plugs - record - step_backward - fast_backward - rewind - play - pause - stop - forward - fast_forward - step_forward - eject - facetime_video - download_alt - mute - volume_down - volume_up - screenshot - move - more - brightness_reduce - brightness_increase - circle_plus - circle_minus - circle_remove - circle_ok - circle_question_mark - circle_info - circle_exclamation_mark - remove - ok - ban - download - upload - shopping_cart - lock - unlock - electricity - ok_2 - remove_2 - cart_out - cart_in - left_arrow - right_arrow - down_arrow - up_arrow - resize_small - resize_full - circle_arrow_left - circle_arrow_right - circle_arrow_top - circle_arrow_down - play_button - unshare - share -chevron- right -chevron- left - bluetooth - euro - usd - gbp - retweet_2 - moon - sun - cloud - direction - brush - pen - zoom_in - zoom_out - pin - albums - rotation_lock - flash - google_maps - anchor - conversation - chat - male - female - asterisk - divide - snorkel_diving - scuba_diving - oxygen_bottle - fins - fishes - boat - delete - sheriffs_star - qrcode - barcode - pool - buoy - spade - bank - vcard - electrical_plug - flag - credit_card -keyboard- wireless -keyboard- wired - shield - ring - cake - drink - beer - fast_food - cutlery - pizza - birthday_cake - tablet - settings - bullets - cardio -t- shirt - pants - sweater - fabric - leather - scissors - bomb - skull - celebration - tea_kettle - french_press - coffe_cup - pot - grater - kettle - hospital - hospital_h - microphone - webcam - temple_christianity_church - temple_islam - temple_hindu - temple_buddhist - bicycle - life_preserver - share_alt - comments - flower - baseball - rugby - ax - table_tennis - bowling - tree_conifer - tree_deciduous - more_items - sort - filter - gamepad - playing_dices - calculator - tie - wallet - piano - sampler - podium - soccer_ball - blog - dashboard - certificate - bell - candle - pushpin - iphone_shake - pin_flag - turtle - rabbit - globe - briefcase - hdd - thumbs_up - thumbs_down - hand_right - hand_left - hand_up - hand_down - fullscreen - shopping_bag - book_open - nameplate - nameplate_alt - vases - bullhorn - dumbbell - suitcase - file_import - file_export - bug - crown - smoking -cloud- upload -cloud- download - restart - security_camera - expand - collapse - collapse_top - globe_af - global - spray - nails - claw_hammer - classic_hammer - hand_saw - riflescope - electrical_socket_eu - electrical_socket_us - message_forward - coat_hanger - dress - bathrobe - shirt - underwear - log_in - log_out - exit - new_window_alt - video_sd - video_hd - subtitles - sound_stereo - sound_dolby - sound_5_1 - sound_6_1 - sound_7_1 - copyright_mark - registration_mark - radar - skateboard - golf_course - sorting -sort-by- alphabet -sort-by-alphabet- alt -sort-by- order -sort-by-order- alt -sort-by- attributes -sort-by-attributes- alt - compressed - package - cloud_plus - cloud_minus - disk_save - disk_open - disk_saved - disk_remove - disk_import - disk_export - tower - send - git_branch - git_create - git_private - git_delete - git_merge - git_pull_request - git_compare - git_commit - construction_cone - shoe_steps - plus - minus - redo - undo - golf - hockey - pipe - wrench - folder_closed - phone_alt - earphone - floppy_disk - floppy_saved - floppy_remove - floppy_save - floppy_open - translate - fax - factory - shop_window - shop - kiosk - kiosk_wheels - kiosk_light - kiosk_food - transfer - money - header - blacksmith - saw_blade - basketball - server - server_plus - server_minus - server_ban - server_flag - server_lock - server_new - -
- -Font Awesome -====================== - -This gem also includes icons as a font, png and svg from [Font Awesome](http://fortawesome.github.io/Font-Awesome/). Insert an icon using this syntax: ``. You can change the size of the icon by setting the `font-size`. - -You can also animate the Font Awesome icons, causing them to spin by adding `.spin-me` and `.icn-round` to one of the icons below like so: - Spinning - - icon-glass - icon-music - icon-search - icon-envelope-alt - icon-heart - icon-star - icon-star-empty - icon-user - icon-film - icon-th-large - icon-th - icon-th-list - icon-ok - icon-remove - icon-zoom-in - icon-zoom-out - icon-power-off - icon-off - icon-signal - icon-gear - icon-cog - icon-trash - icon-home - icon-file-alt - icon-time - icon-road - icon-download-alt - icon-download - icon-upload - icon-inbox - icon-play-circle - icon-rotate-right - icon-repeat - icon-refresh - icon-list-alt - icon-lock - icon-flag - icon-headphones - icon-volume-off - icon-volume-down - icon-volume-up - icon-qrcode - icon-barcode - icon-tag - icon-tags - icon-book - icon-bookmark - icon-print - icon-camera - icon-font - icon-bold - icon-italic - icon-text-height - icon-text-width - icon-align-left - icon-align-center - icon-align-right - icon-align-justify - icon-list - icon-indent-left - icon-indent-right - icon-facetime-video - icon-picture - icon-pencil - icon-map-marker - icon-adjust - icon-tint - icon-edit - icon-share - icon-check - icon-move - icon-step-backward - icon-fast-backward - icon-backward - icon-play - icon-pause - icon-stop - icon-forward - icon-fast-forward - icon-step-forward - icon-eject - icon-chevron-left - icon-chevron-right - icon-plus-sign - icon-minus-sign - icon-remove-sign - icon-ok-sign - icon-question-sign - icon-info-sign - icon-screenshot - icon-remove-circle - icon-ok-circle - icon-ban-circle - icon-arrow-left - icon-arrow-right - icon-arrow-up - icon-arrow-down - icon-mail-forward - icon-share-alt - icon-resize-full - icon-resize-small - icon-plus - icon-minus - icon-asterisk - icon-exclamation-sign - icon-gift - icon-leaf - icon-fire - icon-eye-open - icon-eye-close - icon-warning-sign - icon-plane - icon-calendar - icon-random - icon-comment - icon-magnet - icon-chevron-up - icon-chevron-down - icon-retweet - icon-shopping-cart - icon-folder-close - icon-folder-open - icon-resize-vertical - icon-resize-horizontal - icon-bar-chart - icon-twitter-sign - icon-facebook-sign - icon-camera-retro - icon-key - icon-gears - icon-cogs - icon-comments - icon-thumbs-up-alt - icon-thumbs-down-alt - icon-star-half - icon-heart-empty - icon-signout - icon-linkedin-sign - icon-pushpin - icon-external-link - icon-signin - icon-trophy - icon-github-sign - icon-upload-alt - icon-lemon - icon-phone - icon-unchecked - icon-check-empty - icon-bookmark-empty - icon-phone-sign - icon-twitter - icon-facebook - icon-github - icon-unlock - icon-credit-card - icon-rss - icon-hdd - icon-bullhorn - icon-bell - icon-certificate - icon-hand-right - icon-hand-left - icon-hand-up - icon-hand-down - icon-circle-arrow-left - icon-circle-arrow-right - icon-circle-arrow-up - icon-circle-arrow-down - icon-globe - icon-wrench - icon-tasks - icon-filter - icon-briefcase - icon-fullscreen - icon-group - icon-link - icon-cloud - icon-beaker - icon-cut - icon-copy - icon-paperclip - icon-paper-clip - icon-save - icon-sign-blank - icon-reorder - icon-list-ul - icon-list-ol - icon-strikethrough - icon-underline - icon-table - icon-magic - icon-truck - icon-pinterest - icon-pinterest-sign - icon-google-plus-sign - icon-google-plus - icon-money - icon-caret-down - icon-caret-up - icon-caret-left - icon-caret-right - icon-columns - icon-sort - icon-sort-down - icon-sort-up - icon-envelope - icon-linkedin - icon-rotate-left - icon-undo - icon-legal - icon-dashboard - icon-comment-alt - icon-comments-alt - icon-bolt - icon-sitemap - icon-umbrella - icon-paste - icon-lightbulb - icon-exchange - icon-cloud-download - icon-cloud-upload - icon-user-md - icon-stethoscope - icon-suitcase - icon-bell-alt - icon-coffee - icon-food - icon-file-text-alt - icon-building - icon-hospital - icon-ambulance - icon-medkit - icon-fighter-jet - icon-beer - icon-h-sign - icon-plus-sign-alt - icon-double-angle-left - icon-double-angle-right - icon-double-angle-up - icon-double-angle-down - icon-angle-left - icon-angle-right - icon-angle-up - icon-angle-down - icon-desktop - icon-laptop - icon-tablet - icon-mobile-phone - icon-circle-blank - icon-quote-left - icon-quote-right - icon-spinner - icon-circle - icon-mail-reply - icon-reply - icon-github-alt - icon-folder-close-alt - icon-folder-open-alt - icon-expand-alt - icon-collapse-alt - icon-smile - icon-frown - icon-meh - icon-gamepad - icon-keyboard - icon-flag-alt - icon-flag-checkered - icon-terminal - icon-code - icon-reply-all - icon-mail-reply-all - icon-star-half-full - icon-star-half-empty - icon-location-arrow - icon-crop - icon-code-fork - icon-unlink - icon-question - icon-info - icon-exclamation - icon-superscript - icon-subscript - icon-eraser - icon-puzzle-piece - icon-microphone - icon-microphone-off - icon-shield - icon-calendar-empty - icon-fire-extinguisher - icon-rocket - icon-maxcdn - icon-chevron-sign-left - icon-chevron-sign-right - icon-chevron-sign-up - icon-chevron-sign-down - icon-html5 - icon-css3 - icon-anchor - icon-unlock-alt - icon-bullseye - icon-ellipsis-horizontal - icon-ellipsis-vertical - icon-rss-sign - icon-play-sign - icon-ticket - icon-minus-sign-alt - icon-check-minus - icon-level-up - icon-level-down - icon-check-sign - icon-edit-sign - icon-external-link-sign - icon-share-sign - icon-compass - icon-collapse - icon-collapse-top - icon-expand - icon-euro - icon-eur - icon-gbp - icon-dollar - icon-usd - icon-rupee - icon-inr - icon-yen - icon-jpy - icon-renminbi - icon-cny - icon-won - icon-krw - icon-bitcoin - icon-btc - icon-file - icon-file-text - icon-sort-by-alphabet - icon-sort-by-alphabet-alt - icon-sort-by-attributes - icon-sort-by-attributes-alt - icon-sort-by-order - icon-sort-by-order-alt - icon-thumbs-up - icon-thumbs-down - icon-youtube-sign - icon-youtube - icon-xing - icon-xing-sign - icon-youtube-play - icon-dropbox - icon-stackexchange - icon-instagram - icon-flickr - icon-adn - icon-bitbucket - icon-bitbucket-sign - icon-tumblr - icon-tumblr-sign - icon-long-arrow-down - icon-long-arrow-up - icon-long-arrow-left - icon-long-arrow-right - icon-apple - icon-windows - icon-android - icon-linux - icon-dribbble - icon-skype - icon-foursquare - icon-trello - icon-female - icon-male - icon-gittip - icon-sun - icon-moon - icon-archive - icon-bug - icon-vk - icon-weibo - icon-renren \ No newline at end of file diff --git a/docs/_posts/2013-05-17-lists.md b/docs/_posts/2013-05-17-lists.md deleted file mode 100644 index 7ee55b3..0000000 --- a/docs/_posts/2013-05-17-lists.md +++ /dev/null @@ -1,206 +0,0 @@ ---- -layout: default -title: "Lists" -date: 2013-05-17 23:24:04 ---- - -Lists -===== - -You can style any list by adding the class `.list` to the `ul` or `div` container, and the class `.list-item` to every single item in the list. The default list item does not have any padding, in order to allow custom styling. - - -
- -~~~html - -~~~ - -Padding -------- - -The default list comes without padding. Add `.list-padding` to the list items to give them a default padding. - - -
- -~~~html - -~~~ - -Variations ----------- - -Gray list. - - -
- -~~~html - -~~~ - -Sizes ------ - -Add a size to the main list class to change the size of the list. - -~~~html - -~~~ - -This is a `.list-small`. - - - -This is a normal list without an extra size class. - - - -This is a `.list-medium`. - - - -This is a `.list-large`. - -
- - -Icons ------ - -You can add a `list-icon` class to automatically flow the icon to the right of the list. - - -
- -~~~html - -~~~ - - -Linked Lists ----- - -For those times when you want a link to occupy the entire list-item tag. - - -
- - -~~~html - -~~~ - -Linked Lists + Clickable Icons ----- - -For those times when you want a link to occupy the entire list-item tag, **except** an icon to the right, to function as a button. Also note a `div` can be used instead of an `a`, for the case of a disabled link. - - -
- -~~~html - -~~~ - -Because the link's width is set with a percentage, this will break on lists with a width of less than about 375px. In that case, use `skinny`, as below. - - -
- -~~~html - -~~~ diff --git a/docs/_posts/2013-05-17-navigation.md b/docs/_posts/2013-05-17-navigation.md deleted file mode 100644 index fd0b361..0000000 --- a/docs/_posts/2013-05-17-navigation.md +++ /dev/null @@ -1,115 +0,0 @@ ---- -layout: default -title: "Navigation" -date: 2013-05-17 23:24:04 ---- - -Navigation -========== - -Basic Navbar -------------- - - - -~~~html - -~~~ - -### Alignment - -You can align a `.nav` to the right by appending a `.pull-right` class. - - - -~~~html - -~~~ - -### Input - - - -~~~html - -~~~ - -Footer ------- - -The gem also includes style for a footer. It can be used with `.row` and `.spanNUM` classes. `