prakhar1989.github.com git/master*
❯ tree _site | pbcopy
_site
├── 404.html
├── CNAME
├── Gemfile
├── Gemfile.lock
├── LICENSE
├── README.md
├── about
│ └── index.html
├── articles
│ ├── a-few-git-tricks
│ │ └── index.html
│ ├── a-happy-accident
│ │ └── index.html
│ ├── application-structure
│ │ └── index.html
│ ├── automated-testing-with-newman
│ │ └── index.html
│ ├── beginning-flask
│ │ └── index.html
│ ├── being-a-senior-engineer
│ │ └── index.html
│ ├── choosing-angular
│ │ └── index.html
│ ├── class-based-views
│ │ └── index.html
│ ├── deal-with-it
│ │ └── index.html
│ ├── debugging-akamai
│ │ └── index.html
│ ├── enums-in-python
│ │ └── index.html
│ ├── evan-priestly-on-php
│ │ └── index.html
│ ├── flask-on-nginx-and-gunicorn
│ │ └── index.html
│ ├── fun-with-sparkfun
│ │ └── index.html
│ ├── goooal
│ │ └── index.html
│ ├── heidi-roizen-on-etl
│ │ └── index.html
│ ├── it-ends
│ │ └── index.html
│ ├── kuwait-civil-id-checksum
│ │ └── index.html
│ ├── maciej-on-matasano
│ │ └── index.html
│ ├── making-the-blog-instant
│ │ └── index.html
│ ├── newman-is-live
│ │ └── index.html
│ ├── no-excuses
│ │ └── index.html
│ ├── organizing-angular-apps-for-testing
│ │ └── index.html
│ ├── pi-approximations-using-monte-carlo
│ │ └── index.html
│ ├── programming-is-hard
│ │ └── index.html
│ ├── quantity
│ │ └── index.html
│ ├── swift-first-impressions
│ │ └── index.html
│ ├── the-string-rotation-problem
│ │ └── index.html
│ ├── thinking-for-programmers
│ │ └── index.html
│ ├── using-blueprints
│ │ └── index.html
│ ├── why-do-you-want-to-do-great-things
│ │ └── index.html
│ ├── why-we-dont-sell-ads
│ │ └── index.html
│ └── write-code-everyday
│ └── index.html
├── assets
│ ├── css
│ │ ├── ie.min.css
│ │ └── main.min.css
│ ├── fonts
│ │ ├── icomoon.dev.svg
│ │ ├── icomoon.eot
│ │ ├── icomoon.svg
│ │ ├── icomoon.ttf
│ │ └── icomoon.woff
│ ├── js
│ │ ├── plugins
│ │ │ ├── instantclick.js
│ │ │ ├── jquery.fitvids.js
│ │ │ └── jquery.magnific-popup.js
│ │ ├── scripts.min.js
│ │ └── vendor
│ │ ├── jquery-1.9.1.min.js
│ │ └── modernizr-2.6.2.custom.min.js
│ └── less
│ ├── 1382.less
│ ├── 2x.less
│ ├── 480.less
│ ├── 600.less
│ ├── 768.less
│ ├── 992.less
│ ├── coderay.less
│ ├── elements.less
│ ├── forms.less
│ ├── grid.less
│ ├── icomoon.less
│ ├── ie.less
│ ├── magnific-popup.less
│ ├── main.less
│ ├── mixins.less
│ ├── normalize.less
│ ├── page.less
│ ├── print.less
│ ├── pygments.less
│ ├── site.less
│ ├── typography.less
│ └── variables.less
├── favicon.ico
├── favicon.png
├── feed.xml
├── images
│ ├── 3953273590_704e3899d5_m.jpg
│ ├── angular.png
│ ├── apple-touch-icon-114x114-precomposed.png
│ ├── apple-touch-icon-144x144-precomposed.png
│ ├── apple-touch-icon-72x72-precomposed.png
│ ├── apple-touch-icon-precomposed.png
│ ├── bio-photo.jpg
│ ├── default-thumb.png
│ ├── duckhunt-dog.jpeg
│ ├── et.jpg
│ ├── github_streak.png
│ ├── jokastore.png
│ ├── loops.png
│ ├── mac.jpg
│ ├── mac1.jpg
│ ├── mac3.jpg
│ ├── mm-theme-post-600.jpg
│ ├── mm-theme-post-750.jpg
│ ├── mugshot-001.jpg
│ ├── newman.png
│ ├── string_rotate.png
│ ├── texture-feature-01.jpg
│ ├── texture-feature-02.jpg
│ ├── texture-feature-03.jpg
│ ├── texture-feature-04.jpg
│ └── texture-feature-05.jpg
├── index.html
├── posts
│ └── index.html
├── projects
│ └── index.html
└── sitemap.xml
45 directories, 108 files
Created
October 1, 2014 07:10
-
-
Save prakhar1989/603795b71aac5c7e488f to your computer and use it in GitHub Desktop.
generated site
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment