Advertisement
Guest User

Folder structure

a guest
Jul 21st, 2013
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.50 KB | None | 0 0
  1. .
  2. ├── CHANGELOG.markdown
  3. ├── Gemfile
  4. ├── Gemfile.lock
  5. ├── README.markdown
  6. ├── Rakefile
  7. ├── _config.yml
  8. ├── app.yaml
  9. ├── config.rb
  10. ├── config.ru
  11. ├── plugins
  12. │   ├── backtick_code_block.rb
  13. │   ├── blockquote.rb
  14. │   ├── category_generator.rb
  15. │   ├── code_block.rb
  16. │   ├── config_tag.rb
  17. │   ├── date.rb
  18. │   ├── gist_tag.rb
  19. │   ├── haml.rb
  20. │   ├── image_tag.rb
  21. │   ├── include_array.rb
  22. │   ├── include_code.rb
  23. │   ├── jsfiddle.rb
  24. │   ├── octopress_filters.rb
  25. │   ├── pagination.rb
  26. │   ├── post_filters.rb
  27. │   ├── preview_unpublished.rb
  28. │   ├── pullquote.rb
  29. │   ├── pygments_code.rb
  30. │   ├── raw.rb
  31. │   ├── render_partial.rb
  32. │   ├── rubypants.rb
  33. │   ├── sitemap_generator.rb
  34. │   ├── titlecase.rb
  35. │   └── video_tag.rb
  36. ├── public
  37. │   ├── 5-minutes-fun-programming-languages
  38. │   │   └── index.html
  39. │   ├── assets
  40. │   │   └── jwplayer
  41. │   │   ├── glow
  42. │   │   │   ├── controlbar
  43. │   │   │   │   ├── background.png
  44. │   │   │   │   ├── blankButton.png
  45. │   │   │   │   ├── divider.png
  46. │   │   │   │   ├── fullscreenButton.png
  47. │   │   │   │   ├── fullscreenButtonOver.png
  48. │   │   │   │   ├── muteButton.png
  49. │   │   │   │   ├── muteButtonOver.png
  50. │   │   │   │   ├── normalscreenButton.png
  51. │   │   │   │   ├── normalscreenButtonOver.png
  52. │   │   │   │   ├── pauseButton.png
  53. │   │   │   │   ├── pauseButtonOver.png
  54. │   │   │   │   ├── playButton.png
  55. │   │   │   │   ├── playButtonOver.png
  56. │   │   │   │   ├── timeSliderBuffer.png
  57. │   │   │   │   ├── timeSliderCapLeft.png
  58. │   │   │   │   ├── timeSliderCapRight.png
  59. │   │   │   │   ├── timeSliderProgress.png
  60. │   │   │   │   ├── timeSliderRail.png
  61. │   │   │   │   ├── unmuteButton.png
  62. │   │   │   │   └── unmuteButtonOver.png
  63. │   │   │   ├── display
  64. │   │   │   │   ├── background.png
  65. │   │   │   │   ├── bufferIcon.png
  66. │   │   │   │   ├── muteIcon.png
  67. │   │   │   │   └── playIcon.png
  68. │   │   │   ├── dock
  69. │   │   │   │   └── button.png
  70. │   │   │   ├── glow.xml
  71. │   │   │   ├── playlist
  72. │   │   │   │   ├── item.png
  73. │   │   │   │   ├── itemOver.png
  74. │   │   │   │   ├── sliderCapBottom.png
  75. │   │   │   │   ├── sliderCapTop.png
  76. │   │   │   │   ├── sliderRail.png
  77. │   │   │   │   └── sliderThumb.png
  78. │   │   │   └── sharing
  79. │   │   │   ├── embedIcon.png
  80. │   │   │   ├── embedScreen.png
  81. │   │   │   ├── shareIcon.png
  82. │   │   │   └── shareScreen.png
  83. │   │   └── player.swf
  84. │   ├── atom.xml
  85. │   ├── blog
  86. │   │   ├── archives
  87. │   │   │   └── index.html
  88. │   │   └── categories
  89. │   │   ├── dart
  90. │   │   │   ├── atom.xml
  91. │   │   │   └── index.html
  92. │   │   ├── jekyll
  93. │   │   │   ├── atom.xml
  94. │   │   │   └── index.html
  95. │   │   ├── miscellaneous
  96. │   │   │   ├── atom.xml
  97. │   │   │   └── index.html
  98. │   │   ├── polymer
  99. │   │   │   ├── atom.xml
  100. │   │   │   └── index.html
  101. │   │   ├── programming
  102. │   │   │   ├── atom.xml
  103. │   │   │   └── index.html
  104. │   │   ├── startups
  105. │   │   │   ├── atom.xml
  106. │   │   │   └── index.html
  107. │   │   └── video
  108. │   │   ├── atom.xml
  109. │   │   └── index.html
  110. │   ├── cohort-analysis
  111. │   │   └── index.html
  112. │   ├── dart-available-on-ppa-for-ubuntu
  113. │   │   └── index.html
  114. │   ├── dart-language-specification
  115. │   │   └── index.html
  116. │   ├── dart-links-and-resources
  117. │   │   └── index.html
  118. │   ├── favicon.png
  119. │   ├── font
  120. │   │   ├── Calluna-Regular-webfont.eot
  121. │   │   ├── Calluna-Regular-webfont.svg
  122. │   │   ├── Calluna-Regular-webfont.ttf
  123. │   │   ├── Calluna-Regular-webfont.woff
  124. │   │   ├── GoudyStM-Italic-webfont.eot
  125. │   │   ├── GoudyStM-Italic-webfont.svg
  126. │   │   ├── GoudyStM-Italic-webfont.ttf
  127. │   │   ├── GoudyStM-Italic-webfont.woff
  128. │   │   ├── GoudyStM-webfont.eot
  129. │   │   ├── GoudyStM-webfont.svg
  130. │   │   ├── GoudyStM-webfont.ttf
  131. │   │   ├── GoudyStM-webfont.woff
  132. │   │   ├── LeagueGothic.otf
  133. │   │   ├── MuseoSans.eot
  134. │   │   ├── MuseoSans.ttf
  135. │   │   ├── MuseoSans.woff
  136. │   │   ├── SofiaProLight-webfont.eot
  137. │   │   ├── SofiaProLight-webfont.svg
  138. │   │   ├── SofiaProLight-webfont.ttf
  139. │   │   ├── SofiaProLight-webfont.woff
  140. │   │   ├── goudy_bookletter_1911-webfont.eot
  141. │   │   ├── goudy_bookletter_1911-webfont.svg
  142. │   │   ├── goudy_bookletter_1911-webfont.ttf
  143. │   │   ├── goudy_bookletter_1911-webfont.woff
  144. │   │   ├── governor-webfont.eot
  145. │   │   ├── governor-webfont.svg
  146. │   │   ├── governor-webfont.ttf
  147. │   │   ├── governor-webfont.woff
  148. │   │   ├── nevis-webfont.eot
  149. │   │   ├── nevis-webfont.svg
  150. │   │   ├── nevis-webfont.ttf
  151. │   │   └── nevis-webfont.woff
  152. │   ├── images
  153. │   │   ├── bird_32_gray.png
  154. │   │   ├── bird_32_gray_fail.png
  155. │   │   ├── code_bg.png
  156. │   │   ├── dotted-border.png
  157. │   │   ├── email.png
  158. │   │   ├── line-tile.png
  159. │   │   ├── noise.png
  160. │   │   ├── rss.png
  161. │   │   └── search.png
  162. │   ├── index.html
  163. │   ├── javascripts
  164. │   │   ├── ender.js
  165. │   │   ├── github.js
  166. │   │   ├── libs
  167. │   │   │   ├── ender.js
  168. │   │   │   ├── jXHR.js
  169. │   │   │   ├── jquery.min.js
  170. │   │   │   └── swfobject-dynamic.js
  171. │   │   ├── modernizr-2.0.js
  172. │   │   ├── octopress.js
  173. │   │   ├── pinboard.js
  174. │   │   └── twitter.js
  175. │   ├── js
  176. │   │   ├── ZeroClipboard.swf
  177. │   │   ├── jquery.lettering-0.6.min.js
  178. │   │   ├── jquery.zclip.min.js
  179. │   │   └── prettify.js
  180. │   ├── robots.txt
  181. │   ├── sitemap.xml
  182. │   ├── stylesheets
  183. │   │   ├── main.css
  184. │   │   ├── prettify-hemisu.css
  185. │   │   └── screen.css
  186. │   ├── web-components-polymer
  187. │   │   └── index.html
  188. │   ├── welcome-dr-jekyll
  189. │   │   └── index.html
  190. │   └── whats-new-in-dart-your-first-class-upgrade-to-web-development
  191. │   └── index.html
  192. ├── sass
  193. │   ├── _base.scss
  194. │   ├── _partials.scss
  195. │   ├── _responsive.scss
  196. │   ├── _typography.scss
  197. │   ├── _variables.scss
  198. │   ├── base
  199. │   │   ├── _layout.scss
  200. │   │   ├── _solarized.scss
  201. │   │   ├── _theme.scss
  202. │   │   ├── _typography.scss
  203. │   │   └── _utilities.scss
  204. │   ├── bourbon
  205. │   │   ├── _bourbon.scss
  206. │   │   ├── addons
  207. │   │   │   ├── _button.scss
  208. │   │   │   ├── _clearfix.scss
  209. │   │   │   ├── _font-face.scss
  210. │   │   │   ├── _font-family.scss
  211. │   │   │   ├── _hide-text.scss
  212. │   │   │   ├── _html5-input-types.scss
  213. │   │   │   ├── _position.scss
  214. │   │   │   └── _timing-functions.scss
  215. │   │   ├── css3
  216. │   │   │   ├── _animation.scss
  217. │   │   │   ├── _appearance.scss
  218. │   │   │   ├── _background-image.scss
  219. │   │   │   ├── _background-size.scss
  220. │   │   │   ├── _background.scss
  221. │   │   │   ├── _border-image.scss
  222. │   │   │   ├── _border-radius.scss
  223. │   │   │   ├── _box-shadow.scss
  224. │   │   │   ├── _box-sizing.scss
  225. │   │   │   ├── _columns.scss
  226. │   │   │   ├── _flex-box.scss
  227. │   │   │   ├── _inline-block.scss
  228. │   │   │   ├── _linear-gradient.scss
  229. │   │   │   ├── _prefixer.scss
  230. │   │   │   ├── _radial-gradient.scss
  231. │   │   │   ├── _transform.scss
  232. │   │   │   ├── _transition.scss
  233. │   │   │   └── _user-select.scss
  234. │   │   ├── functions
  235. │   │   │   ├── _deprecated-webkit-gradient.scss
  236. │   │   │   ├── _flex-grid.scss
  237. │   │   │   ├── _grid-width.scss
  238. │   │   │   ├── _linear-gradient.scss
  239. │   │   │   ├── _modular-scale.scss
  240. │   │   │   ├── _radial-gradient.scss
  241. │   │   │   ├── _render-gradients.scss
  242. │   │   │   ├── _tint-shade.scss
  243. │   │   │   └── _transition-property-name.scss
  244. │   │   └── lib
  245. │   │   ├── bourbon
  246. │   │   │   ├── sass_extensions
  247. │   │   │   │   ├── functions
  248. │   │   │   │   │   └── compact.rb
  249. │   │   │   │   └── functions.rb
  250. │   │   │   └── sass_extensions.rb
  251. │   │   └── bourbon.rb
  252. │   ├── custom
  253. │   │   ├── _colors.scss
  254. │   │   ├── _fonts.scss
  255. │   │   ├── _layout.scss
  256. │   │   └── _styles.scss
  257. │   ├── main.scss
  258. │   ├── partials
  259. │   │   ├── _archive.scss
  260. │   │   ├── _blog.scss
  261. │   │   ├── _footer.scss
  262. │   │   ├── _header.scss
  263. │   │   ├── _navigation.scss
  264. │   │   ├── _sharing.scss
  265. │   │   ├── _sidebar.scss
  266. │   │   ├── _syntax.scss
  267. │   │   └── sidebar
  268. │   │   ├── _base.scss
  269. │   │   ├── _delicious.scss
  270. │   │   ├── _googleplus.scss
  271. │   │   ├── _pinboard.scss
  272. │   │   └── _twitter.scss
  273. │   ├── plugins
  274. │   │   └── _plugins.scss
  275. │   ├── prettify-hemisu.scss
  276. │   └── screen.scss
  277. └── source
  278. ├── _includes
  279. │   ├── after_footer.html
  280. │   ├── archive_post.html
  281. │   ├── article.html
  282. │   ├── asides
  283. │   │   ├── delicious.html
  284. │   │   ├── github.html
  285. │   │   ├── googleplus.html
  286. │   │   ├── pinboard.html
  287. │   │   ├── recent_posts.html
  288. │   │   └── twitter.html
  289. │   ├── custom
  290. │   │   ├── after_footer.html
  291. │   │   ├── asides
  292. │   │   │   └── about.html
  293. │   │   ├── category_feed.xml
  294. │   │   ├── footer.html
  295. │   │   ├── head.html
  296. │   │   ├── header.html
  297. │   │   └── navigation.html
  298. │   ├── disqus.html
  299. │   ├── facebook_like.html
  300. │   ├── footer.html
  301. │   ├── google_analytics.html
  302. │   ├── google_plus_one.html
  303. │   ├── head.html
  304. │   ├── header.html
  305. │   ├── navigation.html
  306. │   ├── post
  307. │   │   ├── author.html
  308. │   │   ├── categories.html
  309. │   │   ├── date.html
  310. │   │   ├── disqus_thread.html
  311. │   │   └── sharing.html
  312. │   └── twitter_sharing.html
  313. ├── _layouts
  314. │   ├── category_index.html
  315. │   ├── default.html
  316. │   ├── page.html
  317. │   └── post.html
  318. ├── _posts
  319. │   ├── 2013-04-27-dart-available-on-ppa-for-ubuntu.html
  320. │   ├── 2013-04-27-dart-language-specification.html
  321. │   ├── 2013-05-05-dart-links-and-resources.html
  322. │   ├── 2013-05-22-web-components-polymer.html
  323. │   ├── 2013-05-26-whats-new-in-dart-your-first-class-upgrade-to-web-development.html
  324. │   ├── 2013-06-16-5-minutes-fun-programming-languages.html
  325. │   ├── 2013-06-17-cohort-analysis.html
  326. │   └── 2013-07-20-welcome-dr-jekyll.markdown
  327. ├── assets
  328. │   └── jwplayer
  329. │   ├── glow
  330. │   │   ├── controlbar
  331. │   │   │   ├── background.png
  332. │   │   │   ├── blankButton.png
  333. │   │   │   ├── divider.png
  334. │   │   │   ├── fullscreenButton.png
  335. │   │   │   ├── fullscreenButtonOver.png
  336. │   │   │   ├── muteButton.png
  337. │   │   │   ├── muteButtonOver.png
  338. │   │   │   ├── normalscreenButton.png
  339. │   │   │   ├── normalscreenButtonOver.png
  340. │   │   │   ├── pauseButton.png
  341. │   │   │   ├── pauseButtonOver.png
  342. │   │   │   ├── playButton.png
  343. │   │   │   ├── playButtonOver.png
  344. │   │   │   ├── timeSliderBuffer.png
  345. │   │   │   ├── timeSliderCapLeft.png
  346. │   │   │   ├── timeSliderCapRight.png
  347. │   │   │   ├── timeSliderProgress.png
  348. │   │   │   ├── timeSliderRail.png
  349. │   │   │   ├── unmuteButton.png
  350. │   │   │   └── unmuteButtonOver.png
  351. │   │   ├── display
  352. │   │   │   ├── background.png
  353. │   │   │   ├── bufferIcon.png
  354. │   │   │   ├── muteIcon.png
  355. │   │   │   └── playIcon.png
  356. │   │   ├── dock
  357. │   │   │   └── button.png
  358. │   │   ├── glow.xml
  359. │   │   ├── playlist
  360. │   │   │   ├── item.png
  361. │   │   │   ├── itemOver.png
  362. │   │   │   ├── sliderCapBottom.png
  363. │   │   │   ├── sliderCapTop.png
  364. │   │   │   ├── sliderRail.png
  365. │   │   │   └── sliderThumb.png
  366. │   │   └── sharing
  367. │   │   ├── embedIcon.png
  368. │   │   ├── embedScreen.png
  369. │   │   ├── shareIcon.png
  370. │   │   └── shareScreen.png
  371. │   └── player.swf
  372. ├── atom.xml
  373. ├── blog
  374. │   └── archives
  375. │   └── index.html
  376. ├── favicon.png
  377. ├── font
  378. │   ├── Calluna-Regular-webfont.eot
  379. │   ├── Calluna-Regular-webfont.svg
  380. │   ├── Calluna-Regular-webfont.ttf
  381. │   ├── Calluna-Regular-webfont.woff
  382. │   ├── GoudyStM-Italic-webfont.eot
  383. │   ├── GoudyStM-Italic-webfont.svg
  384. │   ├── GoudyStM-Italic-webfont.ttf
  385. │   ├── GoudyStM-Italic-webfont.woff
  386. │   ├── GoudyStM-webfont.eot
  387. │   ├── GoudyStM-webfont.svg
  388. │   ├── GoudyStM-webfont.ttf
  389. │   ├── GoudyStM-webfont.woff
  390. │   ├── LeagueGothic.otf
  391. │   ├── MuseoSans.eot
  392. │   ├── MuseoSans.ttf
  393. │   ├── MuseoSans.woff
  394. │   ├── SofiaProLight-webfont.eot
  395. │   ├── SofiaProLight-webfont.svg
  396. │   ├── SofiaProLight-webfont.ttf
  397. │   ├── SofiaProLight-webfont.woff
  398. │   ├── goudy_bookletter_1911-webfont.eot
  399. │   ├── goudy_bookletter_1911-webfont.svg
  400. │   ├── goudy_bookletter_1911-webfont.ttf
  401. │   ├── goudy_bookletter_1911-webfont.woff
  402. │   ├── governor-webfont.eot
  403. │   ├── governor-webfont.svg
  404. │   ├── governor-webfont.ttf
  405. │   ├── governor-webfont.woff
  406. │   ├── nevis-webfont.eot
  407. │   ├── nevis-webfont.svg
  408. │   ├── nevis-webfont.ttf
  409. │   └── nevis-webfont.woff
  410. ├── images
  411. │   ├── bird_32_gray.png
  412. │   ├── bird_32_gray_fail.png
  413. │   ├── code_bg.png
  414. │   ├── dotted-border.png
  415. │   ├── email.png
  416. │   ├── line-tile.png
  417. │   ├── noise.png
  418. │   ├── rss.png
  419. │   └── search.png
  420. ├── index.html
  421. ├── javascripts
  422. │   ├── ender.js
  423. │   ├── github.js
  424. │   ├── libs
  425. │   │   ├── ender.js
  426. │   │   ├── jXHR.js
  427. │   │   ├── jquery.min.js
  428. │   │   └── swfobject-dynamic.js
  429. │   ├── modernizr-2.0.js
  430. │   ├── octopress.js
  431. │   ├── pinboard.js
  432. │   └── twitter.js
  433. ├── js
  434. │   ├── ZeroClipboard.swf
  435. │   ├── jquery.lettering-0.6.min.js
  436. │   ├── jquery.zclip.min.js
  437. │   └── prettify.js
  438. ├── robots.txt
  439. └── stylesheets
  440. ├── main.css
  441. ├── prettify-hemisu.css
  442. └── screen.css
  443.  
  444. 72 directories, 369 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement