文件名称:venmo.github.io:老Venmo工程博客
文件大小:7.1MB
文件格式:ZIP
更新时间:2024-06-11 18:28:52
CSS
在本地运行 您运行Jekyll来编译静态站点以在终端中进行开发。 如果尚未安装Bundler,请首先安装它(如果which bundle的输出不为空,则说明您已经安装了Bundler)。 Bundler使您可以将特定项目的宝石与系统隔离,因此它不会干扰任何其他版本的Jekyll或您在其他地方使用的其他Ruby宝石。 $ gem install bundler # (may need sudo) 然后,通过Bundler安装Jekyll和所有依赖项 $ bundle install --path ./vendor 现在您可以在开发模式下运行它了。 运行此命令后,每次保存文件时,Jekyll都会重新编译资产。 只需刷新浏览器即可查看更改。 $ bundle exec jekyll serve 撰写文章 帖子以markdown撰写。 确保在每个帖子的顶部都包含以下内容: ---
【文件预览】:
venmo.github.io-master
----css()
--------syntax.css(4KB)
--------venmo.css(1KB)
--------main.css(2KB)
----_posts()
--------2014-05-20-ReactiveCocoa.md(9KB)
--------2014-08-15-android-app-switch-sdk.md(9KB)
--------2015-02-20-joel-interview.md(3KB)
--------2014-05-15-testing-react.md(5KB)
--------2014-01-17-react-as-backbone-views.md(10KB)
--------2014-11-11-migrating-webviews.md(3KB)
--------2014-07-31-bind-in-javascript.md(3KB)
--------2015-01-12-thank-you-open-source-community.md(9KB)
--------2014-08-11-a-weekend-at-battlehack-boston.md(7KB)
--------2014-11-03-amanda-interview.md(3KB)
--------2015-01-28-awesome-venmo-api-hacks.md(5KB)
--------2014-10-06-hack-week-at-venmo.md(2KB)
--------2014-08-28-data-driven-design-at-venmo.md(5KB)
--------2014-04-30-vcrpy-at-venmo.md(5KB)
--------2014-11-24-python-logging-traps.md(2KB)
--------2014-12-04-edmund-interview.md(3KB)
----_layouts()
--------default.html(2KB)
--------post.html(203B)
----images()
--------mentions.png(132KB)
--------banner.png(68KB)
--------looker()
--------venmohacks()
--------reactive_signup.png(75KB)
--------.DS_Store(12KB)
--------venmo_logo_blue.png(9KB)
--------joel_bixby.png(113KB)
--------amanda_li.jpg(91KB)
--------bh()
--------touchid.png(94KB)
--------favicon.ico(2KB)
--------edmund_yan.png(141KB)
----_config.yml(163B)
----index.html(2KB)
----Gemfile(55B)
----Gemfile.lock(2KB)
----.gitignore(37B)
----_data()
--------projects.yml(344B)
----README.md(1001B)