{
  "version": "https://jsonfeed.org/version/1", 
  "title": "Jekyll", 
  "description": "\u7b80\u5355\u597d\u7528\u7684\u9759\u6001\u7f51\u7ad9\u751f\u6210\u5de5\u5177\u3002", 
  "home_page_url": "https://www.v2ex.com/go/jekyll", 
  "feed_url": "https://www.v2ex.com/feed/jekyll.json", 
  "icon": "https://cdn.v2ex.com/navatar/1068/c6e4/410_large.png?m=1633248911", 
  "favicon": "https://cdn.v2ex.com/navatar/1068/c6e4/410_normal.png?m=1633248911", 
  "items": [
    {
      "author": {
        "url": "https://www.v2ex.com/member/Livid", 
        "name": "Livid", 
        "avatar": "https://cdn.v2ex.com/avatar/c4ca/4238/1_large.png?m=1778654517"
      }, 
      "url": "https://www.v2ex.com/t/906648", 
      "date_modified": "2023-01-09T13:25:53+00:00", 
      "content_html": "<p>I have been following <a href=\"https://sboots.ca/2021/07/20/installing-jekyll-locally-on-macos-big-sur/\" rel=\"nofollow\">this tutorial</a> by Sean Boots on how to install Jekyll on previous versions of macOS. It worked really well and provided a smooth installation process. However, since the latest version of macOS (Ventura) still ships with Ruby 2.6, some Gems started to complain about that. So, I found a new method that uses the excellent <a href=\"https://github.com/rbenv/rbenv\" rel=\"nofollow\">rbenv</a> project to install a newer version of Ruby.</p>\n<h3>1. Install rbenv with Homebrew.</h3>\n<pre><code>brew install rbenv ruby-build\n</code></pre>\n<p>Add this to <code>~/.zshrc</code> if you are using zsh:</p>\n<pre><code>eval \"$(rbenv init - zsh)\"\n</code></pre>\n<h3>2. Change to your Jekyll blog's work directory, and install a newer version of Ruby:</h3>\n<pre><code>rbenv install 3.1.3\n</code></pre>\n<h3>3. Activate it for your Jekyll:</h3>\n<pre><code>rbenv local 3.1.3\n</code></pre>\n<p>Check if you have got the desired version:</p>\n<pre><code>ruby -v\n</code></pre>\n<p>It should output something like this:</p>\n<pre><code>ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e) [arm64-darwin22]\n</code></pre>\n<p>If you see an older version like this:</p>\n<pre><code>ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.arm64e-darwin22]\n</code></pre>\n<p>Check previous steps.</p>\n<h3>4. Install the two essential gems:</h3>\n<pre><code>gem install bundler jekyll\n</code></pre>\n<h3>5. Set bundle to use a local folder inside your website:</h3>\n<pre><code>bundle config set --local path 'vendor/bundle'\n</code></pre>\n<h3>6. Install the rest of gems:</h3>\n<pre><code>bundle install\n</code></pre>\n<p>If you encounter any issues with any Gems, try deleting the Gemfile.lock and running the command again.</p>\n<h3>7. Exclude the vendor folder in your Jekyll config file, for example:</h3>\n<pre><code>exclude:\n- .ruby-gemset\n- .ruby-version\n- Gemfile\n- Gemfile.lock\n- Makefile\n- README.md\n- vendor/\n</code></pre>\n<p>You will also need to add the following lines into <code>.gitignore</code>:</p>\n<pre><code>vendor/\n.bundle/\n</code></pre>\n<h3>8. Your Jekyll installation is now set up and ready to use. To launch a live preview, try running the following command:</h3>\n<pre><code>bundle exec jekyll serve --watch\n</code></pre>\n<hr/>\n<p>I hope you are enjoying the ride. However, if you found the process complex and difficult, you are not alone. That is also part of the reason I started working on <a href=\"https://planetable.xyz/\" rel=\"nofollow\">Planetable.xyz</a>, a static site generator with a graphical interface and a built-in IPFS node. With the Planet app, you don't need any command line knowledge to <a href=\"https://planetable.xyz/guides/\" rel=\"nofollow\">start blogging and self-hosting on your Mac</a>. You don't even need an account or cloud because Planet has a built-in <a href=\"https://ipfs.io/\" rel=\"nofollow\">IPFS</a> node that can help you publish your blog directly to the Internet as an <a href=\"https://docs.ipfs.tech/concepts/ipns/\" rel=\"nofollow\">InterPlanetary Name</a>. You can later link that InterPlanetary Name (IPNS) to your <a href=\"https://ens.domains/\" rel=\"nofollow\">Ethereum Name</a> (.eth name). Since both IPFS and ENS are not controlled by any single entity, you can publish your blog in a fully decentralized way.</p>\n<p><img alt=\"\" class=\"embedded_image\" loading=\"lazy\" referrerpolicy=\"no-referrer\" rel=\"noreferrer\" src=\"https://livid.v2ex.com/images/planet-feature-update-6.png\"/></p>\n", 
      "date_published": "2023-01-04T23:12:41+00:00", 
      "title": "Installing Jekyll on macOS Ventura", 
      "id": "https://www.v2ex.com/t/906648"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Livid", 
        "name": "Livid", 
        "avatar": "https://cdn.v2ex.com/avatar/c4ca/4238/1_large.png?m=1778654517"
      }, 
      "url": "https://www.v2ex.com/t/884683", 
      "title": "\u5728 macOS Big Sur / Monterey \u4e0a\u9002\u7528\u7684 Jekyll \u5b89\u88c5\u8fc7\u7a0b", 
      "id": "https://www.v2ex.com/t/884683", 
      "date_published": "2022-10-05T01:00:44+00:00", 
      "content_html": "<p><a href=\"https://sboots.ca/2021/07/20/installing-jekyll-locally-on-macos-big-sur/\" rel=\"nofollow\">https://sboots.ca/2021/07/20/installing-jekyll-locally-on-macos-big-sur/</a></p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/KaynWASD", 
        "name": "KaynWASD", 
        "avatar": "https://cdn.v2ex.com/avatar/ba2d/959a/200647_large.png?m=1761715677"
      }, 
      "url": "https://www.v2ex.com/t/846161", 
      "date_modified": "2022-04-10T16:13:24+00:00", 
      "content_html": "<a target=\"_blank\" href=\"https://www.v2ex.com/t/845991\" rel=\"nofollow noopener\">https://www.v2ex.com/t/845991</a> <br /><br />\u4e4b\u524d\u7684\u5e16\u5b50\u8ba8\u8bba\u8fc7\uff0c\u5927\u5bb6\u7ed9\u4e86\u5f88\u591a\u5efa\u8bae<br /><br />\u4eca\u5929\u6211\u5b9e\u8df5\u4e4b\u540e\u627e\u5230\u4e86\u4e00\u4e2a\u5f88\u597d\u7684\u65b9\u6cd5\uff0c\u7701\u65f6\u7701\u529b\uff0c\u4e0d\u9700\u8981\u8e29\u5404\u79cd\u5751\uff0c\u4ee5\u540e\u7ef4\u62a4\u4e5f\u65b9\u4fbf\uff0c\u771f\u6b63\u80fd\u505a\u5230\u201c\u5199\u535a\u5ba2\u201d\uff0c\u4e0d\u4f1a\u5199\u4ee3\u7801\u7684\u4eba\u4e5f\u80fd\u8f7b\u6613\u505a\u5230\uff0c\u6240\u4ee5\u5206\u4eab\u4e00\u4e0b<br /><br /><br />\u6838\u5fc3\u4f18\u52bf\uff1a<br /><br /><br />1 \u642d\u5efa\u7b80\u5355 \u53ea\u9700\u8981\u4e09\u6b65 \u4e0d\u4f9d\u8d56\u4efb\u4f55\u672c\u5730\u73af\u5883 \u4e0d\u9700\u8981\u7528\u5230\u4e00\u884c\u547d\u4ee4 \u53ea\u8981\u80fd\u7f51\u9875\u8bbf\u95ee github \u5c31\u884c<br /><br />2 \u53d1\u6587\u7ae0\u65b9\u4fbf \u53ef\u4ee5\u7528\u76f4\u63a5 github \u7f51\u9875\u7aef\u63d0\u4ea4 md \u6587\u7ae0\uff0c\u4e0d\u9700\u8981\u4fdd\u5b58\u5de5\u7a0b\u6587\u4ef6\uff0c\u968f\u610f\u5207\u6362\u8bbe\u5907<br /><br />\u4e0b\u9762\u662f\u642d\u5efa\u548c\u53d1\u6587\u7ae0\u6559\u7a0b<br /><br />\u524d\u7f6e\u6761\u4ef6\uff1a\u6709 github \u8d26\u53f7\uff0c\u80fd\u7528\u6d4f\u89c8\u5668\u8bbf\u95ee github<br /><br />\u6838\u5fc3\u6b65\u9aa4 1\uff1a\u627e\u5230\u559c\u6b22\u7684 Jekyll \u6a21\u677f\u5de5\u7a0b\uff0cfork \u5230\u81ea\u5df1\u4ed3\u5e93\uff0c\u4fee\u6539\u9879\u76ee\u540d\u4e3a <a target=\"_blank\" href=\"http://yourname.github.io\" rel=\"nofollow noopener\">yourname.github.io</a><br />\u4ee5\u6bd4\u8f83\u706b\u70ed\u7684 next \u4e3b\u9898\u4e3a\u4f8b\uff1a<br />\u9879\u76ee\u5730\u5740 <a target=\"_blank\" href=\"https://github.com/Simpleyyt/jekyll-theme-next\" rel=\"nofollow noopener\">https://github.com/Simpleyyt/jekyll-theme-next</a><br />demo \u9884\u89c8\u5730\u5740 <a target=\"_blank\" href=\"https://simpleyyt.com/jekyll-theme-next/\" rel=\"nofollow noopener\">https://simpleyyt.com/jekyll-theme-next/</a><br />\u5728\u9879\u76ee\u9875\u9762\u53f3\u4e0a\u89d2 Fork \uff0c\u7136\u540e\u5230\u81ea\u5df1\u4ed3\u5e93\u91cc\u5c31\u53ef\u4ee5\u628a\u8fd9\u4e2a Fork \u6765\u7684\u9879\u76ee\u6539\u540d\u4e3a <a target=\"_blank\" href=\"http://yourname.github.io\" rel=\"nofollow noopener\">yourname.github.io</a>(yourname \u662f\u4f60 github \u7684\u540d\u5b57)<br /><br />-- \u5230\u8fd9\u4e00\u6b65\u4f60\u7684\u535a\u5ba2\u5df2\u7ecf\u6709\u4e86 \u53ea\u662f\u540d\u5b57\u548c\u6587\u7ae0\u90fd\u8fd8\u662f\u522b\u4eba\u7684 \u53ef\u4ee5\u901a\u8fc7 <a target=\"_blank\" href=\"http://yourname.github.io\" rel=\"nofollow noopener\">yourname.github.io</a> \u76f4\u63a5\u8bbf\u95ee\uff0c\u4e0d\u8fc7\u53ef\u80fd\u8981\u7b49\u51e0\u5206\u949f<br /><br /><br />\u6838\u5fc3\u6b65\u9aa4 2\uff1a\u5728 Fork \u6765\u7684\u9879\u76ee\u91cc\u76f4\u63a5\u70b9\u51fb_config.yml \u6587\u4ef6\u5728\u7ebf\u7f16\u8f91 <br /><br />\u8fd9\u4e2a\u6587\u4ef6\u662f\u535a\u5ba2\u7684\u914d\u7f6e\u6587\u4ef6\uff0c\u53ef\u4ee5\u4fee\u6539\u540d\u5b57\uff0c\u5934\u50cf\u4ec0\u4e48\u7684 \u5177\u4f53\u53c2\u6570\u8981\u770b\u6bcf\u4e2a\u6a21\u677f\u7684\u6559\u7a0b<br />-- \u5230\u8fd9\u4e00\u6b65\u4f60\u7684\u535a\u5ba2\u6253\u5f00\u5df2\u7ecf\u662f\u663e\u793a\u4f60\u7684\u540d\u5b57\u4e86<br /><br />\u6838\u5fc3\u6b65\u9aa4 3\uff1a\u5728 Fork \u6765\u7684\u9879\u76ee\u91cc\uff0c\u70b9\u8fdb\u53bb_posts \u6587\u4ef6\u5939<br /><br />\u91cc\u9762\u4f1a\u770b\u5230\u4e00\u4e9b\u522b\u4eba\u7684 md \u6587\u4ef6\uff0c\u6bcf\u4e2a\u6587\u4ef6\u5c31\u662f\u4e00\u7bc7\u6587\u7ae0\uff0c\u5728\u7ebf\u5220\u6389\u8fd9\u4e9b\u6587\u4ef6\uff08\u6700\u597d\u7559\u4e00\u4e2a\uff0c\u4e0d\u7136\u6574\u4e2a\u6587\u4ef6\u5939\u90fd\u6ca1\u4e86\uff09<br />\u7136\u540e\u4e0a\u4f20\u81ea\u5df1\u7684 md \u6587\u4ef6\uff0c\u8981\u6ce8\u610f Jekyll \u7684 md \u6587\u4ef6\u683c\u5f0f\u8981\u4ee5 yyyy-mm-dd-\u5f00\u5934\uff0c\u6bd4\u5982 <a target=\"_blank\" href=\"http://2021-12-24-\u7b2c\u4e00\u7bc7\u6587\u7ae0.md\" rel=\"nofollow noopener\">2021-12-24-\u7b2c\u4e00\u7bc7\u6587\u7ae0.md</a><br /><br />\u5230\u8fd9\u5c31\u5b8c\u5168\u641e\u5b9a\u4e86\uff0c\u987a\u5229\u7684\u8bdd <a target=\"_blank\" href=\"http://yourname.github.io\" rel=\"nofollow noopener\">yourname.github.io</a> \u5df2\u7ecf\u662f\u4f60\u7684\u535a\u5ba2\u4e86<br /><br />\u53d1\u6587\u7ae0\u4e5f\u5f88\u7b80\u5355\uff0c\u5c31\u662f\u5728_posts \u76ee\u5f55\u4e0b\u4e0a\u4f20\u7b26\u5408\u547d\u540d\u683c\u5f0f\u7684 md \u6587\u4ef6\u3002<br /><br />\u5199\u6587\u7ae0\u7684\u65b9\u5f0f\u5c31\u4e30\u4fed\u7531\u4eba\u4e86\uff0c\u4f60\u53ef\u4ee5\u672c\u5730 md \u7f16\u8f91\u5668\u5199\u4e4b\u540e\u4e0a\u4f20\uff0c\u4e5f\u53ef\u4ee5 prose \u8fd9\u4e2a\u7f51\u7ad9\u5728\u7ebf\u5199\uff0c\u4e5f\u53ef\u4ee5\u7528 github \u7684\u5728\u7ebf\u5de5\u7a0b\u5199\uff0c\u751a\u81f3\u53ef\u4ee5\u76f4\u63a5\u518d\u7f51\u9875\u7aef\u9879\u76ee\u91cc\u65b0\u589e\u6587\u4ef6\u5199<br /><br />\u89c9\u5f97\u8fd9\u4e2a\u65b9\u6cd5\u597d\u7684\u8bdd\u63a8\u8350\u7ed9\u522b\u4eba\u5427\uff01\u518d\u4e5f\u4e0d\u8981\u56e0\u4e3a\u914d\u73af\u5883\u548c\u8bbe\u5907\u59a8\u788d\u201c\u5199\u535a\u5ba2\u201d\u8fd9\u4ef6\u4e8b\u672c\u8eab\u4e86", 
      "date_published": "2022-04-10T16:09:04+00:00", 
      "title": "\u8fd9\u53ef\u80fd\u662f 2022 \u5e74\u6700\u65b9\u4fbf\u5feb\u6377\u7684\u642d\u5efa\u4e2a\u4eba\u535a\u5ba2\u7684\u6559\u7a0b\u4e86--github pages+Jekyll \u4e09\u6b65\u641e\u5b9a\u65e0\u9700\u547d\u4ee4\u884c\u65e0\u9700\u914d\u73af\u5883", 
      "id": "https://www.v2ex.com/t/846161"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/KaynWASD", 
        "name": "KaynWASD", 
        "avatar": "https://cdn.v2ex.com/avatar/ba2d/959a/200647_large.png?m=1761715677"
      }, 
      "url": "https://www.v2ex.com/t/845991", 
      "date_modified": "2022-04-10T02:50:42+00:00", 
      "content_html": "\u7406\u7531\uff1a<br /><br />1 \u5199 hexo \u6b65\u9aa4\u592a\u7e41\u7410\u4e86 \u6bcf\u6b21\u90fd\u8981\u5199\u597d md  \u7136\u540e\u590d\u5236\u5230\u5bb6\u91cc\u7684\u7535\u8111\uff0c\u5f00\u7740\u4ee3\u7406\uff0cgit push \uff0c\u6b65\u9aa4\u592a\u591a\u5df2\u7ecf\u8ba9\u4eba\u61d2\u5f97\u63d0\u4ea4\u5230\u535a\u5ba2\u4e86  \u751a\u81f3\u6709\u65f6\u5019\u5199\u5b8c\u5c31\u653e\u672c\u5730\u4e86<br /><br />2 hexo \u7684\u73af\u5883\u96be\u8de8\u8bbe\u5907\uff0c\u8fd9\u6b21\u91cd\u88c5\u7cfb\u7edf\uff0c\u8001\u7684\u73af\u5883\u6ca1\u4e86\uff0c\u867d\u7136\u6587\u7ae0\u5185\u5bb9 md \u8fd8\u5728\uff0c\u4f46\u662f\u5df2\u7ecf\u6ca1\u6cd5\u63d0\u4ea4\u65b0\u6587\u7ae0\u4e86\uff08\u5de5\u7a0b\u73af\u5883\u6ca1\u4e86\uff0c\u8981\u4ece\u5934\u642d\u5efa\uff09<br /><br />3 \u636e\u8bf4 Jekyll \u80fd\u8fbe\u5230\u548c hexo \u4e00\u6837\u7684\u6548\u679c\uff0c\u4f46\u662f\u7edd\u5bf9\u7684\u4f18\u52bf\u662f\u53ef\u4ee5\u53ea\u63d0\u4ea4 md \uff0c\u5269\u4e0b\u7684\u4e8b\u5728\u7ebf\u751f\u6210\u3002\u4e5f\u5c31\u662f\u8bf4\u6211\u53ef\u4ee5\u76f4\u63a5\u5728 github \u7f51\u9875\u7aef\u63d0\u4ea4 md \u6587\u4ef6\u5c31\u80fd\u5b9e\u73b0\u6587\u7ae0\u7684\u66f4\u65b0\u3002\u6211\u7b2c\u4e00\u6b21\u90e8\u7f72\u597d\u4e4b\u540e\uff0c\u751a\u81f3\u5de5\u7a0b\u73af\u5883\u5c31\u53ef\u4ee5\u653e\u5fc3\u5927\u80c6\u7684\u4e22\u6389\u4e86\uff0c\u6bd5\u7adf\u5e73\u65f6\u4e0d\u9700\u8981\u4fee\u6539\u4ec0\u4e48\uff0c\u4ee5\u540e\u53ea\u6539 md \u6587\u4ef6<br /><br />4 \u4e3b\u9898\u4e5f\u4e0d\u5c11\u770b\u4e86\u51e0\u4e2a\u633a\u6ee1\u610f\u7684<br /><br />5 \u8fd8\u6709\u4ec0\u4e48\u5751\u662f\u6211\u6ca1\u8003\u8651\u5230\u7684\u5417?", 
      "date_published": "2022-04-09T19:09:30+00:00", 
      "title": "\u60f3\u628a\u535a\u5ba2\u4ece hexo \u8fc1\u79fb\u5230 Jekyll \u4e86", 
      "id": "https://www.v2ex.com/t/845991"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Livid", 
        "name": "Livid", 
        "avatar": "https://cdn.v2ex.com/avatar/c4ca/4238/1_large.png?m=1778654517"
      }, 
      "url": "https://www.v2ex.com/t/805761", 
      "title": "\u4e00\u79cd\u8ba9 Jekyll \u4f7f\u7528 WebP \u56fe\u7247\u7684\u5b9e\u73b0\u65b9\u6848", 
      "id": "https://www.v2ex.com/t/805761", 
      "date_published": "2021-10-03T08:14:14+00:00", 
      "content_html": "<a target=\"_blank\" href=\"https://www.aleksandrhovhannisyan.com/blog/improve-page-load-speed-in-jekyll-using-the-webp-image-format/\" rel=\"nofollow noopener\">https://www.aleksandrhovhannisyan.com/blog/improve-page-load-speed-in-jekyll-using-the-webp-image-format/</a>"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/FRHong", 
        "name": "FRHong", 
        "avatar": "https://cdn.v2ex.com/avatar/1e1d/1841/1169_large.png?m=1710858663"
      }, 
      "url": "https://www.v2ex.com/t/622427", 
      "date_modified": "2019-11-23T07:52:25+00:00", 
      "content_html": "<p>\u591a\u5e74 WP \u7528\u6237\uff0c\u6700\u8fd1\u5904\u4e8e\u5174\u8da3\uff0c\u8bd5\u8bd5\u770b Jekyll\uff0c\u4e3b\u8981\u539f\u56e0\u662f\u9759\u6001\uff0c\u800c\u4e14\u5e0c\u671b\u53ef\u4ee5\u5c11\u6298\u817e\u4e00\u70b9\u3002\u5c3d\u7ba1\u5982\u6b64\uff0c\u5b66\u4e60\u8fc7\u7a0b\u4e2d\u8fd8\u662f\u6709\u4e00\u4e9b\u95ee\u9898\uff0c\u5e0c\u671b\u5f00\u5e16\uff0c\u81ea\u5df1\u8bb0\u5f55\u7684\u540c\u4e8b\uff0c\u4e5f\u80fd\u8bf7\u6559\u5404\u4f4d V \u6709\u3002</p>\n<h3>2019-Nov-23</h3>\n<ol>\n<li>\n<p><a href=\"http://jmcglone.com/guides/github-pages/\" rel=\"nofollow\">\u8fd9\u7bc7\u6559\u7a0b</a>\u5199\u5f97\u4e0d\u9519\u3002\u8fd9\u91cc\u6536\u85cf\u4e00\u4e0b\u3002</p>\n</li>\n<li>\n<p>[\u6a21\u7248\u95ee\u9898] - \u4f3c\u4e4e\u5728 __config.yml \u8fd9\u4e2a\u6587\u4ef6\u91cc\u53ef\u4ee5\u76f4\u63a5\u7528\u5728 Github \u4e0a\u7684\u4e3b\u9898\u3002\u6bd4\u5982\u8f93\u5165 remote_theme: aspirethemes/type \u5c31\u53ef\u4ee5\u7528\u5230 <a href=\"https://github.com/aspirethemes/type\" rel=\"nofollow\">\u201cType\u201d</a> \u8fd9\u4e2a\u4e3b\u9898\u3002</p>\n</li>\n</ol>\n<p>\u8fd9\u91cc\u63d0\u95ee\u4e00\u4e2a\u95ee\u9898\u3002</p>\n<p>[\u4f8b\u5b50]</p>\n<ul>\n<li>\u6211\u7684 Github page \u662f abc/<a href=\"http://abc.github.io\" rel=\"nofollow\">abc.github.io</a></li>\n<li>\u6211\u628a type \u6a21\u7248 folk \u8fc7\u6765 abc/type</li>\n<li>\u7136\u540e\u5728\u6211\u7684 \u2018abc/<a href=\"http://abc.github.io\" rel=\"nofollow\">abc.github.io</a>\u2019 \u7684 \u2018_config.yml\u2019 \u6587\u4ef6\u5199\u4e0a remote_theme: abc/type\uff0c\u53ef\u4ee5\u6210\u529f\u8c03\u7528\u5230\u8fd9\u4e2a theme</li>\n<li>\u95ee\u9898\uff1a \u90a3\u4e48\u6211\u8981\u505a\u6a21\u7248\u4fee\u6539\u7684\u65f6\u5019\uff0c\u662f\u5728 abc/type \u8fd9\u91cc\u4fee\u6539\uff0c \u8fd8\u662f\u8981\u628a\u6587\u4ef6\u90fd\u590d\u5236\u5230 abc/<a href=\"http://abc.github.io\" rel=\"nofollow\">abc.github.io</a> \u91cc\u9762\uff0c\u7136\u540e\u518d\u4e00\u70b9\u4e00\u70b9\u4fee\u6539\u5462\uff1f</li>\n</ul>\n", 
      "date_published": "2019-11-23T07:52:10+00:00", 
      "title": "\u5b66\u4e60 Jekyll \u65e5\u5fd7\u8d34", 
      "id": "https://www.v2ex.com/t/622427"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/TMaize", 
        "name": "TMaize", 
        "avatar": "https://cdn.v2ex.com/avatar/5735/3bc5/160124_large.png?m=1673159087"
      }, 
      "url": "https://www.v2ex.com/t/603075", 
      "title": "\u81ea\u8350\u4e00\u6b3e\u81ea\u5df1\u5199\u7684 Jekyll \u4e3b\u9898", 
      "id": "https://www.v2ex.com/t/603075", 
      "date_published": "2019-09-22T08:18:32+00:00", 
      "content_html": "<p><a href=\"https://github.com/TMaize/tmaize-blog\" rel=\"nofollow\">\u9879\u76ee\u5730\u5740</a></p>\n<p><a href=\"http://blog.tmaize.net/posts/2015/01/01/%E4%B8%BB%E9%A2%98%E9%A2%84%E8%A7%88.html\" rel=\"nofollow\">\u4e3b\u9898\u9884\u89c8</a></p>\n<p>\u6700\u8fd1\u5207\u6362\u7559\u8a00\u677f\uff0c\u987a\u4fbf\u4f18\u5316\u4e86\u4e0b\u4e3b\u9898\uff0c\u6709\u559c\u6b22\u7684\u53ef\u4ee5\u7528\u4e00\u4e0b</p>\n<p>\u7279\u8272\uff1a\u7b80\u6d01\u7eaf\u51c0\uff0c\u4e3b\u9898\u8d44\u6e90\u8bf7\u6c42&lt;20KB\uff0c\u79d2\u5f00\u9875\u9762\uff0c\u652f\u6301\u81ea\u9002\u5e94\uff0c\u652f\u6301\u5168\u6587\u68c0\u7d22\uff0c\u63d2\u4ef6\u53ef\u914d\u7f6e</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/heshanfu", 
        "name": "heshanfu", 
        "avatar": "https://cdn.v2ex.com/gravatar/fa267becf1096c02b11b45312a338d31?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/559866", 
      "title": "\u5206\u4eab\u4e00\u4e2a\u4e0d\u9519\u7684 jekyll \u4e3b\u9898\u96c6\u5408\u7ad9", 
      "id": "https://www.v2ex.com/t/559866", 
      "date_published": "2019-04-29T11:01:50+00:00", 
      "content_html": "<p>\u5206\u4eab\u4e00\u4e2a\u4e0d\u9519\u7684 jekyll \u4e3b\u9898\u96c6\u5408\u7ad9\n<a href=\"https://jekyllthemes.dev\" rel=\"nofollow\">https://jekyllthemes.dev</a></p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Planarians", 
        "name": "Planarians", 
        "avatar": "https://cdn.v2ex.com/gravatar/59c2cfa957273b872c9f2f098e618b2c?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/557330", 
      "title": "Jekyll \u535a\u5ba2\u6362\u884c\u95ee\u9898", 
      "id": "https://www.v2ex.com/t/557330", 
      "date_published": "2019-04-21T15:22:52+00:00", 
      "content_html": "<p>\u81ea\u5df1\u770b\u7740\u6559\u7a0b\u642d\u4e86\u4e00\u4e2a Jekyll \u535a\u5ba2\n<br>\u628a\u5728\u5176\u4ed6\u8f6f\u4ef6\u5199\u597d\u7684 Markdown \u6587\u7ae0\u590d\u5236\u5230 vscode \u4e2d\u5374\u53d1\u73b0\u6240\u6709\u7684\u6362\u884c\u90fd\u6d88\u5931\u4e86 \u751f\u6210 blog \u4e4b\u540e\u4e5f\u662f\u4e00\u6837\u6ca1\u6709</p>\n<p><br>\u53d1\u73b0\u5728 vscode \u7684\u8bbe\u7f6e\u91cc\u6709\u4e24\u9879\u53eb Markdown preview\uff1aBreaks \u548c Markdown-preview-enhanced\uff1aBreak On Single New Loine\n<br>\u6253\u5f00\u4e86\u4e4b\u540e vscode \u9884\u89c8\u754c\u9762\u4e2d\u7684\u786e\u6362\u884c\u4e86\n<br>\u4f46\u662f\u5b9e\u9645\u751f\u6210\u7684 blog \u4e2d\u8fd8\u662f\u6ca1\u6709\u6362\u884c<br>\n\u8981\u6bcf\u4e00\u884c\u81ea\u5df1\u52a0\u4e00\u4e2a<code>&lt;br&gt;</code>\u6216\u8005\u4e24\u4e2a\u7a7a\u683c\u4e5f\u592a\u9ebb\u70e6\u4e86\u5440</p>\n<p>\u8bf7\u95ee\u8fd9\u5230\u5e95\u8981\u66f4\u6539\u4ec0\u4e48\u8bbe\u7f6e\u624d\u80fd\u89e3\u51b3\u5462(\uff34\u25bd\uff34)</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/unicorn70", 
        "name": "unicorn70", 
        "avatar": "https://cdn.v2ex.com/gravatar/cefa82581e0b762815d9f8885ad3edf6?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/348661", 
      "title": "docs.docker.com \u7528\u7684 jekyll \u4e3b\u9898\u80fd\u5265\u51fa\u6765\u7528\u5417\uff1f", 
      "id": "https://www.v2ex.com/t/348661", 
      "date_published": "2017-03-19T12:12:23+00:00", 
      "content_html": "\u60f3\u8981\u4e00\u4e2a\u80fd\u505a\u5c42\u7ea7\u7ed3\u6784\u7684 wiki \u6837\u5f0f\u7684 jekyll \u4e3b\u9898\uff0c\u53d1\u73b0 docker \u6587\u6863\u7b26\u5408\u6211\u7684\u9700\u6c42\uff0c\u800c\u4e14\u4e5f\u662f\u7528 jekyll \u505a\u7684\u3002\u65e0\u5948\u8fd9\u4e2a\u4e3b\u9898\u597d\u590d\u6742\uff0c\u770b\u4e86\u53d1\u73b0\u770b\u4e0d\u61c2\u3002\u5176\u5b9e\u6211\u53ea\u6c42\u4ed6\u7684\u5c42\u7ea7\u662f\u600e\u4e48\u5b9e\u73b0\u7684\uff0c\u6837\u5f0f\u81ea\u5df1\u5199\u5199\u4e5f\u53ef\u4ee5\u3002"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/szhshp", 
        "name": "szhshp", 
        "avatar": "https://cdn.v2ex.com/avatar/04d8/37f4/210038_large.png?m=1778573195"
      }, 
      "url": "https://www.v2ex.com/t/338243", 
      "title": "Jekyll x Liquid: \u6587\u7ae0\u7f6e\u9876\u529f\u80fd\u7684\u5b9e\u73b0", 
      "id": "https://www.v2ex.com/t/338243", 
      "date_published": "2017-02-05T07:55:34+00:00", 
      "content_html": "<p>\u4eca\u5929\u7a81\u7136\u95f2\u7684\u86cb\u75bc\u60f3\u628a\u4e00\u4e9b\u6587\u7ae0\u7f6e\u9876, \u4e8e\u662f\u5c31\u7814\u7a76\u4e86\u4e00\u4e0b\u5982\u4f55\u5b9e\u73b0, \u8fd8\u987a\u4fbf\u628a\u529f\u80fd\u585e\u5230\u4e86\u524d\u6bb5\u65f6\u95f4\u53d1\u5e03\u7684- <a href=\"https://github.com/szhielelp/JekyllTheme-ProjectGaia\" rel=\"nofollow\">   Jekyll \u4e3b\u9898    </a>\u91cc\u9762</p>\n<p>\u4e24\u4e2a\u65b9\u6848:</p>\n<ul>\n<li>Server \u7aef\u5b9e\u73b0</li>\n<li>Client \u7aef\u5b9e\u73b0</li>\n</ul>\n<h2>Server \u7aef\u5b9e\u73b0</h2>\n<p>\u5176\u5b9e\u5f88\u7b80\u5355, \u4e00\u5f00\u59cb\u4ee5\u4e3a\u65e0\u6cd5\u5bf9 Post \u8fdb\u884c\u64cd\u4f5c, \u540e\u6765\u53d1\u73b0\u53ef\u4ee5\u4ece post \u7684 header \u91cc\u9762\u8fdb\u884c\u53c2\u6570\u8bbe\u7f6e</p>\n<pre><code>layout: post\ntitle: \u300a 10101 \u300b EP0 \uff1a\u6211\u592a\u53d7\u6b22\u8fce\u4e86\u8be5\u600e\u4e48\u529e\ncategory : Comic\ntags : [Comic, 10101]\nstickie: true\n</code></pre>\n<p>\u7136\u540e liquid \u8fdb\u884c\u5224\u65ad</p>\n<pre><code>{* for post in site.posts *}\n    {* if post.stickie != true *}\n        {* continue *}\n    {* endif *}\n    &lt;div&gt;\u7f6e\u9876\u6587\u7ae0\u7ec6\u8282&lt;/div&gt;\n{* endfor *}\n\n{* for post in site.posts *}\n    {* if post.stickie == true *}\n        {* continue *}\n    {* endif *}\n    &lt;div&gt;\u666e\u901a\u6587\u7ae0\u7ec6\u8282&lt;/div&gt;\n{* endfor *}\n</code></pre>\n<p>\u5f53\u7136\u8fd9\u4e2a\u53ef\u4ee5\u8fdb\u884c\u591a\u79cd\u6269\u5c55, \u6bd4\u5982\u53ea\u8f93\u51fa\u7279\u5b9a\u7c7b\u522b\u7684\u6587\u7ae0\u7b49\u7b49\uff0c\u8fd9\u91cc\u5c31\u662f\u4e2a\u53ea\u8f93\u51fa\u5e26\u6709 comic \u8fd9\u4e2a tag \u7684 post</p>\n<pre><code>{% for post in site.posts %}\n\n    {% assign isComic = 0 %}\n\n    {% for tag in post.tags %}\n        {% if tag == comic %}\n           {% assign isComic = 1 %}\n        {% endif %}\n    {% endfor %}\n\n    {% if isComic == 0 %}\n      {% continue %}\n    {% endif %}\n\n{% endfor %}\n</code></pre>\n<h2>Client \u7aef\u5b9e\u73b0</h2>\n<p>\u6211\u592a\u61d2\u4e86\u6ca1\u53bb\u7814\u7a76 o(<em>\uffe3\u25bd\uffe3</em>)o</p>\n<p>\u7528 JQuery.sort()\u7ed9 DOM \u6392\u5e8f\u518d\u6e32\u67d3\u4e00\u4e0b\u5373\u53ef</p>\n<p>\u8fd9\u4e2a\u6392\u5e8f\u8fd8\u8981\u989d\u5916\u5bf9\u65f6\u95f4\u8fdb\u884c\u6bd4\u8f83 //\u679c\u7136\u61d2\u4e00\u70b9\u662f\u6ca1\u9519\u7684 o(<em>\uffe3\u25bd\uffe3</em>)o</p>\n<h2>\u6f14\u793a\u9875\u9762</h2>\n<p><a href=\"http://szhshp.org/\" rel=\"nofollow\">  szhshp \u7684\u7b2c\u4e09\u8fb9\u5883\u7814\u7a76\u6240     </a></p>\n<h2>\u53c2\u8003</h2>\n<ul>\n<li><a href=\"https://github.com/szhielelp/JekyllTheme-ProjectGaia\" rel=\"nofollow\">   Jekyll \u539f\u521b\u4e3b\u9898 Project Gaia    </a></li>\n<li><a href=\"http://szhshp.org/tech/2016/12/19/jekyllarchivecontrol.html\" rel=\"nofollow\">    Jekyll x Liquid \u63a7\u5236\u6587\u7ae0\u5217\u8868\u53ea\u663e\u793a\u7279\u5b9a\u7c7b\u522b\u7684 Post   </a></li>\n</ul>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/szhshp", 
        "name": "szhshp", 
        "avatar": "https://cdn.v2ex.com/avatar/04d8/37f4/210038_large.png?m=1778573195"
      }, 
      "url": "https://www.v2ex.com/t/333948", 
      "title": "\u5206\u4eab\u4e00\u5957\u539f\u521b Jekyll \u4e3b\u9898: Project Gaia", 
      "id": "https://www.v2ex.com/t/333948", 
      "date_published": "2017-01-11T11:45:07+00:00", 
      "content_html": "<p><img alt=\"\" src=\"https://szhielelp.github.io/JekyllTheme-ProjectGaia/demo/1.jpg\">\n<img alt=\"\" src=\"https://szhielelp.github.io/JekyllTheme-ProjectGaia/demo/2.jpg\">\n<img alt=\"\" src=\"https://szhielelp.github.io/JekyllTheme-ProjectGaia/demo/3.jpg\">\n<img alt=\"\" src=\"https://szhielelp.github.io/JekyllTheme-ProjectGaia/demo/4.jpg\"></p>\n<p>Repo Link: <a href=\"https://github.com/szhielelp/JekyllTheme-ProjectGaia\" rel=\"nofollow\">   JekyllTheme-ProjectGaia    </a></p>\n<p>See demo page here: <a href=\"https://szhielelp.github.io/JekyllTheme-ProjectGaia/\" rel=\"nofollow\">    Demo Page   </a></p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/xx0219", 
        "name": "xx0219", 
        "avatar": "https://cdn.v2ex.com/avatar/bb3d/94f3/94350_large.png?m=1428986365"
      }, 
      "url": "https://www.v2ex.com/t/332447", 
      "date_modified": "2017-01-05T10:22:14+00:00", 
      "content_html": "<p>\u4f24\u5fc3\u6b32\u7edd... \u8fd8\u4e8f\u6211\u4e2a\u521d\u5b66\u524d\u7aef\u7684\u7ed9\u4f60\u5199\u4e3b\u9898...</p>\n<p>\u6d4b\u8bd5\u4e86\u4e0b<br>\n\u6587\u4ef6\u6570\u91cf\u5c0f(15 \u7bc7)\u7684\u65f6\u5019 \u751f\u6210\u5f88\u5feb 2s .. \u6bcf\u7bc7\u6587\u7ae0\u4e5f\u5c31 50kb\n\u6587\u4ef6\u6570\u91cf\u5927 ( 650 \u7bc7) .. \u751f\u6210\u82b1\u4e86 46 \u5206\u949f\u554a  \u6bcf\u7bc7\u6587\u7ae0\u6709... 5.6MB \u554a</p>\n<p>\u8fd9\u7b97 Bug \u4e48.....  \u8fd8\u662f\u6211\u4ee3\u7801\u5199\u7684\u592a\u70c2\u4e86....</p>\n", 
      "date_published": "2017-01-05T08:31:48+00:00", 
      "title": "jekyll \u5929\u5751\u554a. \u4e00\u7bc7\u6587\u7ae0 5.6M .. 650 \u7bc7\u6587\u7ae0.. \u5c31\u662f 3.79G \u554a . \u96be\u602a\u672c\u5730\u751f\u6210\u7528\u4e86 46 \u5206\u949f\u554a..", 
      "id": "https://www.v2ex.com/t/332447"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/yocson", 
        "name": "yocson", 
        "avatar": "https://cdn.v2ex.com/avatar/2fdc/9646/62876_large.png?m=1478581129"
      }, 
      "url": "https://www.v2ex.com/t/318965", 
      "date_modified": "2016-11-08T05:09:57+00:00", 
      "content_html": "jekyll server\u672c\u5730\u9884\u89c8\u7684\u65f6\u5019\uff0c\u65b0\u5efa\u7684\u6587\u6863\u65e0\u6cd5\u663e\u793a\uff0c\u4e0a\u4f20\u4e4b\u540e\u8fc7\u4e86\u5927\u6982\u4e00\u5929\u4e4b\u540e\u518d\u9884\u89c8\u5c31\u4f1a\u51fa\u73b0\u4e86\u3002\r<br />\u800c\u4e14\u7528\u4e0d\u540c\u7684\u7f16\u8f91\u5668\u4fdd\u5b58\u7ed3\u679c\u4e0d\u4e00\u6837\uff0c\u6709\u7684\u53ef\u4ee5\u9884\u89c8\uff0c\u6709\u7684\u4e0d\u80fd\u9884\u89c8\u3002", 
      "date_published": "2016-11-08T05:02:00+00:00", 
      "title": "\u5927\u5bb6\u6709\u6ca1\u6709\u9047\u5230\u8fc7\u672c\u5730\u9884\u89c8\u7ecf\u5e38\u5ffd\u7565\u65b0\u5efa\u7684\u6587\u6863\uff1f", 
      "id": "https://www.v2ex.com/t/318965"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/sepwolves", 
        "name": "sepwolves", 
        "avatar": "https://cdn.v2ex.com/avatar/4e36/c721/59376_large.png?m=1770182702"
      }, 
      "url": "https://www.v2ex.com/t/318193", 
      "title": "jekyll serve \u4e00\u76f4\u8fc7\u4e0d\u4e86\u5173", 
      "id": "https://www.v2ex.com/t/318193", 
      "date_published": "2016-11-05T00:17:33+00:00", 
      "content_html": "<p>\u4e3a\u4e86\u5728 github pages \u4e0a\u5efa\u4e00\u4e2a\u81ea\u5df1\u7684\u535a\u5ba2\u3002\nruby \u7684\u5b89\u88c5\uff0c gem \u7684\u5b89\u88c5\uff0c\u751a\u81f3\u5305\u62ec jekyll \u7684\u5b89\u88c5\u90fd\u5f88\u987a\u5229\u3002\n\u4f46\u662f\u5230\u4e86 jekyll serve \u8fd9\u4e2a\u73af\u8282\u5c31\u51fa\u95ee\u9898\u4e86\u3002\n\u600e\u4e48\u90fd\u8fc7\u4e0d\u53bb\u3002</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/jimi", 
        "name": "jimi", 
        "avatar": "https://cdn.v2ex.com/avatar/b330/f1f5/70308_large.png?m=1415886744"
      }, 
      "url": "https://www.v2ex.com/t/315395", 
      "date_modified": "2016-10-25T10:33:09+00:00", 
      "content_html": "\u6211\u5df2\u7ecf\u6210\u529f\u7684\u5728 github \u4e0a\u653e\u4e86\u4e00\u4e2a jekyll \uff0c\u73b0\u5728\u60f3\u628a skinny-bones-jekyll \u52a0\u8fdb\u6765\u3002\u4f46\u662f\u4e0d\u77e5\u9053\u600e\u4e48\u505a\uff0c\u56e0\u4e3a\u4ed6\u4eec\u770b\u8d77\u6765\u662f\u4e24\u4e2a\u72ec\u7acb\u7684\u9879\u76ee\uff0c\u6211\u5728 skinny-bones-jekyll \u4e0a\u4e5f\u770b\u4e86\u600e\u4e48\u641e\u5728\u4e00\u4e2a\u5df2\u7ecf\u5b58\u5728\u7684 jekyll \u7684\u535a\u5ba2\u4e2d\u52a0\u5165\u8fd9\u4e2a\u5982\u9898\u7684\u6b65\u9aa4\uff0c\u8fd8\u662f\u4e0d\u5f97\u95e8\u800c\u5165\u3002\u611f\u89c9\u81ea\u5df1\u662f\u7a81\u7136\u95f4\u72af\u8822\u4e86\u4f3c\u7684\u3002\r<br />\r<br />If you want to use Skinny Bones with an existing Jekyll site follow these steps:\r<br />\r<br />1.Download Skinny Bones and unzip.\r<br />2.Rename skinny-bones-jekyll-master to something meaningful ie: new-site\r<br />3.Run bundle install to install all Jekyll and all dependencies.\r<br />4.Add all of your existing posts, pages, and any other content you want to move over.\r<br />5.Update YAML front matter blocks to match names used by Skinny Bones. Full details below.\r<br />6.Update config.yml, add navigation links. Full details below.\r<br />\r<br />\u4ece 4 \u5f00\u59cb\uff0c\u610f\u601d\u662f\u8bf4\u628a\u9879\u76ee\u91cc\u9762\u7684\u6587\u4ef6\u90fd\u79fb\u8fc7\u6765\u5417\uff1f\r<br />\u6211\u5bf9\u6bd4\u4e86\u4e0b jekyll \u548c skinny-bones-jekyll \u76ee\u5f55\u4e0b\u6709\u5f88\u591a\u76f8\u540c\u7684\u6587\u4ef6\u5939\u76ee\u5f55\u548c\u6587\u4ef6\uff0c\u6240\u4ee5\u5c31\u4e0d\u77e5\u9053\u600e\u4e48 \u628a skinny-bones-jekyll \u52a0\u5230 jekyll \u4e2d\u4e86\u3002", 
      "date_published": "2016-10-25T10:20:22+00:00", 
      "title": "jekyll \u600e\u4e48\u6dfb\u52a0\u4e00\u4e2a\u4e3b\u9898 skinny-bones-jekyll\uff1f", 
      "id": "https://www.v2ex.com/t/315395"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/JavaNoob", 
        "name": "JavaNoob", 
        "avatar": "https://cdn.v2ex.com/gravatar/96ed2ad75931f687e078e3b2dbfe29e7?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/290871", 
      "title": "\u8bf7\u6559\uff1a jekyl \u535a\u5ba2\u4e0a\u4f20\u8bbe\u7f6e\u95ee\u9898", 
      "id": "https://www.v2ex.com/t/290871", 
      "date_published": "2016-07-07T06:24:50+00:00", 
      "content_html": "<p>\u770b\u4e86\u962e\u4e00\u5cf0\u5927\u5927\u7684 jekyll \u7684\u535a\u5ba2\u6587\u7ae0\u548c\u53c2\u8003\u8fd9\u7bc7\u6587\u7ae0 <a href=\"http://pizida.com/technology/2016/03/03/use-jekyll-create-blog-on-github/#github-pages\" rel=\"nofollow\">http://pizida.com/technology/2016/03/03/use-jekyll-create-blog-on-github/#github-pages</a> \u53d1\u73b0 gh-pages \u6709\u70b9\u61f5\u903c\u4e86 \u4e0d\u77e5\u9053\u4e0a\u4f20\u5230\u54ea\u4e2a\u5206\u652f\u8282\u70b9 \u7535\u8111\u8bf4\u5df2\u7ecf\u5b58\u5728\n<a href=\"http://ww4.sinaimg.cn/large/8e357079jw1f5lbscwtzwj20j604340q.jpg\" rel=\"nofollow\">http://ww4.sinaimg.cn/large/8e357079jw1f5lbscwtzwj20j604340q.jpg</a>\n\u5404\u4f4d\u7ed9\u70b9\u610f\u89c1\u5427 \u4ece\u57df\u540d\u5230 disqus \u6211\u90fd\u6298\u817e\u597d\u4e45\u4e86 \u8c22\u8c22</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/nuc093", 
        "name": "nuc093", 
        "avatar": "https://cdn.v2ex.com/gravatar/65b4cd707d2b19b6cd1c21f0b35ab085?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/283828", 
      "title": "jekyll \u4e3b\u9898\u6c47\u603b\u7ad9", 
      "id": "https://www.v2ex.com/t/283828", 
      "date_published": "2016-06-06T05:10:53+00:00", 
      "content_html": "<a target=\"_blank\" href=\"http://jekyllthemes.io/\" rel=\"nofollow\">http://jekyllthemes.io/</a>"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/nuc093", 
        "name": "nuc093", 
        "avatar": "https://cdn.v2ex.com/gravatar/65b4cd707d2b19b6cd1c21f0b35ab085?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/283646", 
      "title": "\u5f00\u59cb\u6539\u7528\u65b0\u7684\u4e3b\u9898!", 
      "id": "https://www.v2ex.com/t/283646", 
      "date_published": "2016-06-05T08:07:14+00:00", 
      "content_html": "\u9996\u5148\u6765\u505a\u4e2a\u6548\u679c\u5bf9\u6bd4:\r<br />\u539f\u6765\u7684\u7248\u672c:\r<br /><a target=\"_blank\" href=\"http://qinkun1234.github.io/tools/\" rel=\"nofollow\">http://qinkun1234.github.io/tools/</a>\r<br />\u65b0\u7684\u7248\u672c:\r<br /><a target=\"_blank\" href=\"http://qinkun1234.github.io/b/mydoc_tools/\" rel=\"nofollow\">http://qinkun1234.github.io/b/mydoc_tools/</a>\r<br />\u5b98\u65b9\u7684\u8bf4\u660e\u5728\u8fd9\r<br /><a target=\"_blank\" href=\"https://github.com/tomjohnson1492/tomjohnson1492.github.io\" rel=\"nofollow\">https://github.com/tomjohnson1492/tomjohnson1492.github.io</a>\r<br />\r<br />\u7528\u6765\u5199\u8bf4\u660e\u6587\u6863\u7528\u7684\uff0c jekyll3.0 \uff0c\u66f4\u65b0\u6bd4\u8f83\u52e4\u3002\u662f\u6211\u6bd4\u8f83\u6ee1\u610f\u7684\u65b9\u6848\u3002"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/nuc093", 
        "name": "nuc093", 
        "avatar": "https://cdn.v2ex.com/gravatar/65b4cd707d2b19b6cd1c21f0b35ab085?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/277488", 
      "title": "Jekyll \u9759\u6001\u9875\u9762 md \u683c\u5f0f\u600e\u4e48\u6ca1\u6709\u89e3\u6790", 
      "id": "https://www.v2ex.com/t/277488", 
      "date_published": "2016-05-09T16:00:35+00:00", 
      "content_html": "<p><a href=\"http://qinkun1234.github.io/git-manual/\" rel=\"nofollow\">http://qinkun1234.github.io/git-manual/</a></p>\n<p>fork \u4e86<a href=\"https://mmistakes.github.io/minimal-mistakes/\" rel=\"nofollow\">minimal-mistakes 3.0</a></p>\n<p>\u6309\u7167 manual <a href=\"https://jekyllrb.com/docs/posts/\" rel=\"nofollow\">https://jekyllrb.com/docs/posts/</a> \u5728 _posts \u76ee\u5f55\u4e0b\u65b0\u52a0\u4e86 <a href=\"http://2016-05-09-git-manual.md\" rel=\"nofollow\">2016-05-09-git-manual.md</a> \u6587\u4ef6\u540e push \u3002 \u9884\u89c8\u6548\u679c\u5982\u4e0a\u600e\u4e48\u8ddf\u7eaf\u6587\u672c\u4e00\u6837\u800c\u4e0d\u662f\u9884\u671f\u7684 markdown \u89e3\u6790\u683c\u5f0f\u5462\u3002</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/sneezry", 
        "name": "sneezry", 
        "avatar": "https://cdn.v2ex.com/avatar/02b2/9213/39707_large.png?m=1771193445"
      }, 
      "url": "https://www.v2ex.com/t/275596", 
      "title": "\u6765\u53d1\u4e00\u4e9b\u4f60\u4eec\u81ea\u5df1\u539f\u521b\u7684 Jekyll \u4e3b\u9898\u5427", 
      "id": "https://www.v2ex.com/t/275596", 
      "date_published": "2016-04-30T17:38:50+00:00", 
      "content_html": "\u6c42\u63a8\u8350 Jekyll \u4e3b\u9898\u7684\u662f\u65e5\u7ecf\u8d34\u4e86\uff0c\u8fd9\u6211\u975e\u5e38\u6e05\u695a\uff0c\u4e4b\u6240\u4ee5\u4eca\u5929\u53c8\u53d1\u7c7b\u4f3c\u7684\u5e16\u5b50\uff0c\u800c\u4e0d\u662f\u6211\u81ea\u5df1\u53bb\u641c\u7d22\uff0c\u662f\u56e0\u4e3a\u8fd9\u6b21\u6211\u4e3b\u8981\u662f\u60f3\u4e3a Jekyll Writer \u7684 Theme Market \u6c42\u4e00\u4e9b\u4e3b\u9898\u3002\r<br />\r<br />Jekyll Writer \u662f\u4e00\u6b3e Jekyll \u7f51\u7ad9\u7ba1\u7406\u5de5\u5177\uff0c\u53ef\u4ee5\u7ba1\u7406 Jekyll \u7f51\u7ad9\u4e0a\u7684\u6587\u7ae0\u3001\u521b\u5efa Jekyll \u7f51\u7ad9\u4ee5\u53ca\u66f4\u6539\u4e3b\u9898\u3002\u76ee\u524d Jekyll Writer \u5728\u7ebf\u5e02\u573a\u53ea\u6536\u5f55\u4e86\u4e24\u6b3e\u4e3b\u9898\uff0c\u6211\u5e0c\u671b\u80fd\u628a\u66f4\u591a\u51fa\u8272\u7684\u4e3b\u9898\u653e\u8fdb\u5e02\u573a\u4e2d\u4f9b Jekyll Writer \u7684\u7528\u6237\u4f7f\u7528\u3002\r<br />\r<br />\u5bf9\u6536\u5f55\u7684\u4e3b\u9898\u6709\u4ee5\u4e0b\u8981\u6c42\uff1a\r<br />\r<br />1 \u3001\u5fc5\u987b\u662f\u56de\u590d\u8005\u539f\u521b\u7684\u4e3b\u9898\uff08\u6216\u7ecf\u539f\u4f5c\u8005\u540c\u610f\u4ee3\u4e3a\u53d1\u5e03\u7684\uff09\uff0c\u5982\u679c\u662f\u57fa\u4e8e\u5176\u4ed6\u4e3b\u9898\u66f4\u6539\u7684\uff0c\u8981\u5728\u4e3b\u9898\u4e2d\u660e\u786e\u58f0\u660e\r<br />2 \u3001\u5fc5\u987b\u662f\u5f00\u6e90\u7684\uff0c\u4f46\u4e0d\u9650\u5b9a\u5f00\u6e90\u534f\u8bae\r<br />\r<br />\u56de\u590d\u65f6\u8bf7\u6807\u660e\u4ee5\u4e0b\u5185\u5bb9\uff1a\r<br />\r<br />1 \u3001\u4e3b\u9898\u7684\u540d\u5b57\r<br />2 \u3001\u83b7\u53d6\u4e3b\u9898\u6e90\u4ee3\u7801\u7684\u5730\u5740\r<br />3 \u3001\u4e3b\u9898\u7684\u5728\u7ebf\u9884\u89c8\u5730\u5740\r<br />4 \u3001\u4f5c\u8005\u7684\u7f72\u540d\r<br />5 \u3001\u4f5c\u8005\u7684\u4e3b\u9875\r<br />\r<br />\u975e\u5e38\u975e\u5e38\u611f\u8c22\u5927\u5bb6\u7684\u53c2\u4e0e\uff0c\u540c\u65f6\u4e5f\u5e0c\u671b\u5728\u5927\u5bb6\u7684\u52aa\u529b\u4e0b\uff0c Jekyll \u80fd\u88ab\u8d8a\u6765\u8d8a\u591a\u7684\u4eba\u6240\u4f7f\u7528\u3002\r<br />\r<br />\u4e0b\u9762\u662f Jekyll Writer \u4e2d\u4e3b\u9898\u5e02\u573a\u7684\u622a\u56fe\r<br /><img src=\"http://ww2.sinaimg.cn/large/71ec0c97gw1f3f92mids7j21eo13kq7v.jpg\" class=\"embedded_image\" border=\"0\" /> "
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/domty", 
        "name": "domty", 
        "avatar": "https://cdn.v2ex.com/avatar/c7e7/437a/136271_large.png?m=1544084963"
      }, 
      "url": "https://www.v2ex.com/t/267679", 
      "date_modified": "2016-03-31T09:10:31+00:00", 
      "content_html": "<p>\u540c\u4e00\u7bc7 markdown \u6587\u6863\uff0c\u7528 sublime \u7684 markdown preview \u63d2\u4ef6\u9884\u89c8\u6548\u679c\u662f\u6b63\u5e38\u7684\n\u7ed3\u679c\u53d1\u5e03\u5230 jekyll \u672c\u5730\u770b\u6548\u679c\uff0c\u6587\u6863\u89e3\u6790\u7684\u4e00\u584c\u7cca\u6d82</p>\n<p>\u8bdd\u8bf4\u6709\u62db\u513f\u5417\u3002</p>\n<p>\u6211\u5df2\u7ecf\u4ece hexo \u6eda\u56de jekyll \u4e00\u6b21\u4e86\u3002\u3002\u3002</p>\n", 
      "date_published": "2016-03-31T09:02:22+00:00", 
      "title": "Jekyll \u7684 markdown \u89e3\u6790\u771f\u662f\u86cb\u75bc\u554a", 
      "id": "https://www.v2ex.com/t/267679"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/sparanoid", 
        "name": "sparanoid", 
        "avatar": "https://cdn.v2ex.com/avatar/e00d/a03b/139_large.png?m=1481694445"
      }, 
      "url": "https://www.v2ex.com/t/264569", 
      "date_modified": "2016-05-15T10:03:53+00:00", 
      "content_html": "<h2>\u6846\u67b6\u7279\u5f81</h2>\n<p>Almace Scaffolding (aka. AMSF) \u662f\u6211\u81ea\u5df1\u957f\u671f\u7ef4\u62a4\u7684\u4e00\u5957\u6846\u67b6\uff0c\u57fa\u4e8e Jekyll \uff0c\u4e0a\u624b\u901f\u5ea6\u4e00\u822c\uff0c\u4f46\u4e60\u60ef\u540e\u6211\u89c9\u5f97\u8fd8\u662f\u6bd4\u8f83\u597d\u7528\u7684\uff0c\u57fa\u672c\u7279\u5f81\u5982\u4e0b\uff1a</p>\n<ul>\n<li>\u57fa\u4e8e Jekyll \uff0b Grunt</li>\n<li>\u672c\u5730\u8c03\u8bd5\u652f\u6301 Browsersync</li>\n<li>\u4e3b\u9898\u5207\u6362</li>\n<li>\u6846\u67b6\uff0f\u4e3b\u9898\u4e00\u952e\uff08\u4e00\u884c\u547d\u4ee4\uff09\u5347\u7ea7</li>\n<li>more</li>\n</ul>\n<h2>\u4e3b\u9898 Curtana \u7279\u5f81</h2>\n<p>AMSF \u6846\u67b6\u81ea\u5e26\u4e00\u6b3e\u9ed8\u8ba4\u4e3b\u9898 <a href=\"http://github.com/amsf/amsf-curtana\">Curtana</a>\uff0c\u6709\u4ee5\u4e0b\u7279\u5f81\uff1a</p>\n<ul>\n<li>\u6700\u7ec8\u751f\u6210\u9875\u9762\u53ea\u6709\u4e00\u6b21 HTTP \u8bf7\u6c42\uff08\u6b63\u6587\u65e0\u56fe\u7247\u3001\u89c6\u9891\u7b49\u5a92\u4f53\u7684\u60c5\u51b5\u4e0b\uff09</li>\n<li>Viewport units</li>\n<li>Twitter Cards</li>\n<li>\u6bcf\u4e2a\u9875\u9762\u652f\u6301\u72ec\u7acb\u914d\u8272</li>\n<li>\u63d0\u4f9b\u4e00\u4e2a\u8272\u503c\uff0c\u8bed\u6cd5\u9ad8\u4eae\u81ea\u52a8\u8c03\u8272\uff0c powered by <a href=\"http://experiments.sparanoid.com/static/randomized/\">Randomized</a></li>\n<li>more</li>\n</ul>\n<h2>Demo</h2>\n<ul>\n<li><a href=\"http://sparanoid.com/lab/amsf/\">sparanoid.com</a></li>\n<li><a href=\"https://experiments.sparanoid.com/\">experiments.sparanoid.com</a></li>\n<li>LeanCloud \u7684\u5f00\u653e\u8d44\u6e90\uff1a<a href=\"http://open.leancloud.cn/\">open.leancloud.cn</a></li>\n</ul>\n<h2>\u9879\u76ee\u94fe\u63a5</h2>\n<ul>\n<li>\u9879\u76ee\u4e3b\u9875 <a href=\"http://sparanoid.com/lab/amsf/\">sparanoid.com/lab/amsf</a></li>\n<li>GitHub <a href=\"https://github.com/sparanoid/almace-scaffolding\">sparanoid/almace-scaffolding</a></li>\n</ul>\n", 
      "date_published": "2016-03-18T11:46:29+00:00", 
      "title": "\u5206\u4eab\u4e00\u4e2a Jekyll \u6846\u67b6\uff1a Almace Scaffolding", 
      "id": "https://www.v2ex.com/t/264569"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/pizida", 
        "name": "pizida", 
        "avatar": "https://cdn.v2ex.com/avatar/5d1c/4673/56936_large.png?m=1393461457"
      }, 
      "url": "https://www.v2ex.com/t/264142", 
      "title": "\u4e0a\u6b21\u5410\u69fd Jekyll \u7eaf\u9759\u6001\uff0c\u73b0\u5728\u535a\u5ba2\u5374\u5df2\u7ecf\u7531 Wordpress \u8fc1\u79fb\u5230 Jekyll\uff0c\u4f60\u4eec\u4f1a\u9a82\u6211\u4e48\uff1f", 
      "id": "https://www.v2ex.com/t/264142", 
      "date_published": "2016-03-17T03:23:08+00:00", 
      "content_html": "<p>\u4e4b\u524d\u7684\u535a\u5ba2\u4e00\u76f4\u7528 WordPress \u642d\u5efa\u7684\uff0c\u4f46\u662f\u4e00\u76f4\u82e6\u4e8e\u6392\u7248\u4e4b\u7c7b\u7684\u4e1c\u897f\uff0c\u540e\u6765\u53d1\u73b0\u4e86 markdown \u8fd9\u4e2a\u597d\u4e1c\u897f\u3002\u521a\u597d Jekyll \u4e5f\u652f\u6301\uff0c\u6240\u4ee5\u5c31\u6253\u7b97\u7814\u7a76\u4e0b\u3002</p>\n<p>\u540e\u6765\u5410\u69fd\u4e86\u4e0b\u9759\u6001\u5185\u5bb9\uff0c\u611f\u89c9\u6ca1\u6709 DB \u8fd8\u662f\u4e0d\u5f97\u52b2\uff0c\u5410\u69fd\u4e86\u4e00\u4e0b\u3002\n\u4e0d\u8fc7\u5b9e\u8df5\u51fa\u771f\u77e5\uff0c\u6240\u4ee5\u6211\u5c31\u7528 Jekyll \u642d\u5efa\u4e86\u4e00\u4e2a\u8bd5\u8bd5\u3002</p>\n<p>\u987a\u4fbf\u8bb0\u5f55\u4e86\u81ea\u5df1\u642d\u5efa\u8fc7\u7a0b\u548c\u5199\u535a\u5ba2\u7684\u6d41\u7a0b\uff1a\nhttp://pizida.com/technology/2016/03/03/use-jekyll-create-blog-on-github/</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/winfirm", 
        "name": "winfirm", 
        "avatar": "https://cdn.v2ex.com/avatar/0cac/8ae9/88692_large.png?m=1557385887"
      }, 
      "url": "https://www.v2ex.com/t/262318", 
      "title": "Jekyll \u8f93\u51fa\u7279\u5b9a\u680f\u76ee\u6587\u7ae0\u5217\u8868\u7684\u65b9\u6cd5", 
      "id": "https://www.v2ex.com/t/262318", 
      "date_published": "2016-03-09T13:09:07+00:00", 
      "content_html": "<p>\u539f\u6587\u89c1\uff1a <a target=\"_blank\" rel=\"nofollow\" href=\"http://www.panxw.com/posts/id-jekyll-column-list-output.html\">http://www.panxw.com/posts/id-jekyll-column-list-output.html</a><br>\n<a target=\"_blank\" rel=\"nofollow\" href=\"http://www.panxw.com\">http://www.panxw.com</a> \u7684\u680f\u76ee\u4e5f\u662f\u57fa\u4e8e\u8fd9\u7bc7\u6587\u7ae0\u7684\u601d\u8def\u5efa\u7acb\u7684\u3002</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/hnns1990", 
        "name": "hnns1990", 
        "avatar": "https://cdn.v2ex.com/gravatar/cd67177b780713cc6be24ebbbf99d4a6?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/254401", 
      "title": "jekyll \u672c\u5730\u542f\u52a8\u7684\u95ee\u9898", 
      "id": "https://www.v2ex.com/t/254401", 
      "date_published": "2016-01-30T02:27:56+00:00", 
      "content_html": "<p>\u6211\u4f7f\u7528 jekyll \u642d\u5efa\u4e86\u4e00\u4e2a\u4e2a\u4eba\u535a\u5ba2\uff0c\u653e\u5728 github pages \u4e0a\u3002</p>\n\n<p>\u56e0\u4e3a push \u4ee5\u524d\u6211\u4f1a\u5728\u672c\u5730\u542f\u52a8\uff0c\u770b\u4e0b\u683c\u5f0f\u5565\u7684\u3002\u8fd9\u4e2a\u547d\u4ee4\uff1a jekyll serve \uff0c\u4f46\u662f\u60b2\u5267\u7684\u662f\uff1a\u535a\u5ba2\u9996\u9875\u7684\u5185\u5bb9\u603b\u662f\u7a7a\u7684\uff0c\u4e0d\u77e5\u9053\u4ec0\u4e48\u60c5\u51b5\u3002\u3002\u6709\u4e86\u89e3 jekyll \u7684\u5417\uff1f</p>\n\n<p>\u6c42\u7ed9\u4e2a debug \u7684\u65b9\u6cd5</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/sneezry", 
        "name": "sneezry", 
        "avatar": "https://cdn.v2ex.com/avatar/02b2/9213/39707_large.png?m=1771193445"
      }, 
      "url": "https://www.v2ex.com/t/243712", 
      "date_modified": "2015-12-15T18:14:06+00:00", 
      "content_html": "\u5e74\u5e95\u4e86\uff0c\u4e00\u5927\u6ce2\u9700\u8981\u7eed\u8d39\u7684\u57df\u540d\u6b63\u5728\u9760\u8fd1\u2026\u2026", 
      "date_published": "2015-12-15T08:10:01+00:00", 
      "title": "\u521a\u521a\u53c8\u5241\u624b\u4e70\u4e86 JekyllWriter.com \u8fd9\u4e2a\u57df\u540d\uff0c\u6211\u6ca1\u6551\u4e86", 
      "id": "https://www.v2ex.com/t/243712"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/mikangchan", 
        "name": "mikangchan", 
        "avatar": "https://cdn.v2ex.com/avatar/b506/975f/72127_large.png?m=1506094758"
      }, 
      "url": "https://www.v2ex.com/t/241200", 
      "title": "gitbook \u751f\u6210\u7684\u9759\u6001\u9875\u9762\u6709\u9519\u8bef\uff0c\u548c jekyll \u6709\u5173\u4e48\uff1f", 
      "id": "https://www.v2ex.com/t/241200", 
      "date_published": "2015-12-04T09:39:42+00:00", 
      "content_html": "<p>RT \u3002\u8c8c\u4f3c\u66f4\u65b0\u4e86\u7684 gitbook \u53ea\u5269\u4e0b static \u4e86\uff0c\u751f\u6210\u7684\u662f html \uff0c\u5f15\u5165\u4e86\u5404\u79cd plugin \u7684 css \u548c js \uff0c\u4f46\u662f html \u4ee3\u7801\u91cc\u6ca1\u6709\uff0c\u95ee\u4e0b\u5927\u5bb6\u6709\u8fd9\u79cd\u60c5\u51b5\u4e48\uff1f\u600e\u4e48\u89e3\u51b3\u7684\uff1f<br>\n\u53e6\u5916\u60f3\u95ee\u4e0b\u662f\u4e0d\u662f jekyll \u5bf9 gitbook \u6709\u4ec0\u4e48\u52a0\u6210\uff1f</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/xcatliu", 
        "name": "xcatliu", 
        "avatar": "https://cdn.v2ex.com/avatar/0b05/e2f5/45395_large.png?m=1687854181"
      }, 
      "url": "https://www.v2ex.com/t/231712", 
      "title": "Jekyll 3.0 Released", 
      "id": "https://www.v2ex.com/t/231712", 
      "date_published": "2015-10-28T06:11:18+00:00", 
      "content_html": "<a target=\"_blank\" href=\"http://jekyllrb.com/news/2015/10/26/jekyll-3-0-released/\" rel=\"nofollow\">http://jekyllrb.com/news/2015/10/26/jekyll-3-0-released/</a>"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/gzxultra", 
        "name": "gzxultra", 
        "avatar": "https://cdn.v2ex.com/avatar/bfc2/a1f3/99673_large.png?m=1469891358"
      }, 
      "url": "https://www.v2ex.com/t/230441", 
      "title": "\u600e\u4e48\u66ff\u6362 jekyll \u7684 markdown \u6e32\u67d3\u5f15\u64ce\u5462\uff1f", 
      "id": "https://www.v2ex.com/t/230441", 
      "date_published": "2015-10-23T04:08:11+00:00", 
      "content_html": "<p>\u6709\u4eba\u719f\u6089 jekyll \u4e48\uff1f<br>\n\u4e0d\u592a\u559c\u6b22\u9ed8\u8ba4\u7684 markdown \u6e32\u67d3\u5f15\u64ce\uff0c\u5982\u4f55\u66ff\u6362\u6210 GitHub markup \u5462\uff1f</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/luoway", 
        "name": "luoway", 
        "avatar": "https://cdn.v2ex.com/avatar/e26c/3e20/119227_large.png?m=1688467862"
      }, 
      "url": "https://www.v2ex.com/t/224478", 
      "title": "Jekyll \u4ee5#\u4e3a\u6ce8\u91ca\uff0c\u90a3\u8981\u600e\u4e48\u8f93\u51fa RGB \u989c\u8272\uff1f", 
      "id": "https://www.v2ex.com/t/224478", 
      "date_published": "2015-09-29T04:37:28+00:00", 
      "content_html": "<p><code>color : #123456</code><br>\n\u8fd9\u6837\u5199\uff0c 123456 \u5c31\u88ab\u6ce8\u91ca\u6389\u4e86\u3002<br>\n<code>\\</code>\u8f6c\u4e49\u65e0\u6548\uff0c\u653e<code>_config.yml</code>\u91cc\u8fd8\u51fa\u9519\u2026</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/nuc093", 
        "name": "nuc093", 
        "avatar": "https://cdn.v2ex.com/gravatar/65b4cd707d2b19b6cd1c21f0b35ab085?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/215460", 
      "title": "jekyll \u89e3\u6790 excel \u6216 cvs", 
      "id": "https://www.v2ex.com/t/215460", 
      "date_published": "2015-08-24T01:05:44+00:00", 
      "content_html": "<p>\u60f3\u7528 jekyll \u89e3\u6790 excel \u6216 cvs \u524d\u53f0\u7528 hansontable js \u63a7\u4ef6\u6765\u5728\u7ebf\u663e\u793a excel \u529f\u80fd \u4e0d\u77e5\u9053\u6709\u6ca1\u6709\u4f8b\u5b50\u3002</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Mak", 
        "name": "Mak", 
        "avatar": "https://cdn.v2ex.com/avatar/9bf3/1c7f/15_large.png?m=1758191277"
      }, 
      "url": "https://www.v2ex.com/t/196026", 
      "date_modified": "2015-06-04T10:43:32+00:00", 
      "content_html": "Hexo:\r<br />\r<br /><a target=\"_blank\" href=\"http://hexo.io/\" rel=\"nofollow\">http://hexo.io/</a>\r<br /><a target=\"_blank\" href=\"https://github.com/hexojs/hexo\" rel=\"nofollow\">https://github.com/hexojs/hexo</a>\r<br />\r<br />Jekyll:\r<br />\r<br /><a target=\"_blank\" href=\"http://jekyllrb.com/\" rel=\"nofollow\">http://jekyllrb.com/</a>\r<br /><a target=\"_blank\" href=\"https://github.com/jekyll/jekyll\" rel=\"nofollow\">https://github.com/jekyll/jekyll</a>", 
      "date_published": "2015-06-04T04:05:15+00:00", 
      "title": "Hexo \u548c Jekyll \u7684\u4e3b\u8981\u5dee\u5f02\u662f\u4ec0\u4e48\uff0c\u5404\u81ea\u7684\u4f18\u7f3a\u70b9\u662f\u4ec0\u4e48\uff1f", 
      "id": "https://www.v2ex.com/t/196026"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Livid", 
        "name": "Livid", 
        "avatar": "https://cdn.v2ex.com/avatar/c4ca/4238/1_large.png?m=1778654517"
      }, 
      "url": "https://www.v2ex.com/t/181801", 
      "title": "Jekyll \u642d\u5efa\u7684\u535a\u5ba2\uff0c\u5927\u5bb6\u4e00\u822c\u628a\u56fe\u653e\u5728\u4ec0\u4e48\u5730\u65b9\u5462\uff1f", 
      "id": "https://www.v2ex.com/t/181801", 
      "date_published": "2015-04-05T16:42:31+00:00", 
      "content_html": ""
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/qinkun1234", 
        "name": "qinkun1234", 
        "avatar": "https://cdn.v2ex.com/gravatar/0795221153748ec2d9530f3a635b1b56?s=73&d=retro"
      }, 
      "url": "https://www.v2ex.com/t/171479", 
      "title": "2015 \u5e74\u65b0\u5e74\u77e5\u8bc6\u70b9! \u5feb\u901f\u642d\u5efa jekyll by jekyllnow", 
      "id": "https://www.v2ex.com/t/171479", 
      "date_published": "2015-02-17T05:02:15+00:00", 
      "content_html": "<p><a target=\"_blank\" rel=\"nofollow\" href=\"http://www.jekyllnow.com/about\">http://www.jekyllnow.com/about</a></p>\n\n<p>\u7701\u53bb\u4e86\u5f88\u591a\u7684\u5b89\u88c5\u9ebb\u70e6\u3002\u8fd9\u4e1c\u4e1c\u8bbe\u8ba1\u6807\u51c6\u8fd8\u633a\u7b80\u6d01\u3002</p>\n\n<p>\u279c  jnuc093.github.io git:(master) \u2717 gem install github-pages<br>\n\u6b64\u6b65\u9aa4\u5b89\u88c5\u65f6\u5019\u6709\u70b9\u6162\u5927\u698210\u5206\u949f\u3002</p>\n\n<p>Emoji \u5565\u73a9\u610f\u8fd8\u6ca1\u7528\u5230\u3002\u57df\u540d\u8fd8\u6ca1\u6709\u5355\u72ec\u7ed1\u5b9a\u3002</p>\n"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/chztv", 
        "name": "chztv", 
        "avatar": "https://cdn.v2ex.com/avatar/4759/9716/11135_large.png?m=1725932896"
      }, 
      "url": "https://www.v2ex.com/t/159554", 
      "title": "\u5982\u4f55\u624d\u80fd\u5c06 Jekyll \u90e8\u7f72\u5728\u5b50\u76ee\uff1f", 
      "id": "https://www.v2ex.com/t/159554", 
      "date_published": "2015-01-06T01:43:51+00:00", 
      "content_html": "\u6253\u7b97\u5728Github\u548cGitcafe\u4e0a\u90e8\u7f72\u4e2a\u4ebaBlog\uff0c\u56e0\u4e3a\u539f\u6765\u7684\u56fa\u5b9a\u94fe\u63a5\u90fd\u4f7f\u7528\u4e86http://xxxx.com/blog/url.html \u8fd9\u6837\u7684\u5f62\u5f0f\uff0c\u6240\u4ee5\u5e0c\u671b\u7ee7\u7eed\u4fdd\u7559<br /><br />\u4f46\u53d1\u73b0Jekyll\u90e8\u7f72\u53ea\u80fd\u5728\u6839\u76ee\u5f55\u4e0b\uff0c\u867d\u7136\u751f\u6210\u7684Post\u53ef\u4ee5\u81ea\u5b9a\u4e49URL\uff0c\u80fd\u5b9e\u73b0\u539f\u6765\u7684\u8981\u6c42\uff0c\u4f46\u535a\u5ba2\u9996\u9875\u53ea\u80fd\u662f\u6839\u76ee\u5f55\uff0c\u6211\u8fd8\u662f\u60f3\u5b9e\u73b0 /blog/ \u662f\u6211\u7684\u535a\u5ba2\u9996\u9875\uff0c\u8981\u600e\u4e48\u5904\u7406\uff1f"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/itfanr", 
        "name": "itfanr", 
        "avatar": "https://cdn.v2ex.com/avatar/0067/0351/41060_large.png?m=1679966501"
      }, 
      "url": "https://www.v2ex.com/t/157048", 
      "date_modified": "2014-12-27T07:30:04+00:00", 
      "content_html": "<a target=\"_blank\" href=\"https://github.com/suyan/suyan.github.io\" rel=\"nofollow\">https://github.com/suyan/suyan.github.io</a><br /><a target=\"_blank\" href=\"https://github.com/gansteed/gansteed.github.io\" rel=\"nofollow\">https://github.com/gansteed/gansteed.github.io</a>", 
      "date_published": "2014-12-27T01:27:36+00:00", 
      "title": "\u63a8\u8350\u4e24\u6b3e\u5f88\u597d\u5730 jekyll \u4e3b\u9898\uff0c\u5728 github \u5199\u535a\u5ba2\u5427", 
      "id": "https://www.v2ex.com/t/157048"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/pexcn", 
        "name": "pexcn", 
        "avatar": "https://cdn.v2ex.com/avatar/13bd/637a/79582_large.png?m=1624238872"
      }, 
      "url": "https://www.v2ex.com/t/143248", 
      "date_modified": "2014-11-01T12:42:23+00:00", 
      "content_html": "\u7b2c\u4e00\u6b21\u53d1\u5e16\uff0c\u6709\u70b9\u5c0f\u6fc0\u52a8\u3002\u3002\u3002<br /><br />\u82b1\u4e86\u51e0\u5929\u65f6\u95f4\u641e\u597d\u7684\u4e3b\u9898\uff0cJekyll Light.<br /><br />Demo: <a target=\"_blank\" href=\"http://pexcn.tk\" rel=\"nofollow\">http://pexcn.tk</a><br /><br />Download: <a target=\"_blank\" href=\"https://github.com/pexcn/Jekyll-Light/releases\" rel=\"nofollow\">https://github.com/pexcn/Jekyll-Light/releases</a><br /><br />GitHub: <a target=\"_blank\" href=\"https://github.com/pexcn/Jekyll-Light\" rel=\"nofollow\">https://github.com/pexcn/Jekyll-Light</a>", 
      "date_published": "2014-11-01T12:42:13+00:00", 
      "title": "\u5206\u4eab\u4e00\u4e2a Jekyll \u4e3b\u9898", 
      "id": "https://www.v2ex.com/t/143248"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/wenyi", 
        "name": "wenyi", 
        "avatar": "https://cdn.v2ex.com/avatar/f5bc/7b92/56742_large.png?m=1393259770"
      }, 
      "url": "https://www.v2ex.com/t/137927", 
      "title": "jekyll \u4e0a\u4f20\u5230 github \u9875\u9762\u9519\u4e71\u516b\u4e03\uff0c\u6ca1\u6709\u6837\u5f0f", 
      "id": "https://www.v2ex.com/t/137927", 
      "date_published": "2014-10-09T17:24:20+00:00", 
      "content_html": "\u95ee\u4e0bjekyll\u5df2\u7ecf\u4e0a\u4f20\u5230github\u4e86\uff0c\u4f46\u662f\u6253\u5f00\u65f6\u53ea\u662f\u4e00\u4e2a\u6ca1\u6709\u6837\u5f0f\u7684\u4f2a\u9759\u6001\u9875\u9762\uff0c\u9519\u4e71\u516b\u4e03\uff0c\u8fd9\u662f\u600e\u4e48\u56de\u4e8b\u5462\uff1f"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/houny", 
        "name": "houny", 
        "avatar": "https://cdn.v2ex.com/avatar/76d6/d5f0/70521_large.png?m=1407745950"
      }, 
      "url": "https://www.v2ex.com/t/127624", 
      "title": "Jekyll \u548c Jekyll-bootstrap \u6709\u4ec0\u4e48\u533a\u522b\uff1f\u80fd\u5426\u4e92\u901a\uff1f", 
      "id": "https://www.v2ex.com/t/127624", 
      "date_published": "2014-08-13T06:02:57+00:00", 
      "content_html": "\u672c\u6765\u60f3\u7528Jekyll\u7684\uff0c\u4f46\u662f\u53d1\u73b0\u914d\u7f6e\u8d77\u6765\u6709\u4e9b\u590d\u6742\uff0c\u800c\u6309\u7167Jekyll-bootstrap\u7684\u5b98\u65b9\u4ecb\u7ecd\uff0c\u5f88\u5feb\u5c31\u90e8\u7f72\u4e86\u4e00\u4e2a[Demo](http://hounychang.github.io/) \uff0c\u4e0d\u8fc7\u6211\u53d1\u73b0Jekyll-bootstap\u7684\u6a21\u7248\u5b9e\u5728\u592a\u5c11\u4e86\uff0c\u4e5f\u6ca1\u5b66\u8fc7ruby\uff0c\u521a\u63a5\u89e6\u8fd9\u4e2a\u4e1c\u897f\u4e5f\u4e0d\u4f1a\u6539\u6a21\u7248\uff0c\u800c\u4e14\u7f51\u4e0a\u7684\u8d44\u6599\u5927\u591a\u4e5f\u90fd\u662f\u5173\u4e8eJekyll\u7684\u3002<br />\u6211\u60f3\u77e5\u9053<br />*\u8fd9\u4e24\u4e2a\u5230\u5e95\u6709\u4ec0\u4e48\u5374\u522b\uff1f<br />*\u80fd\u5426\u6309\u7167Jekylll\u7684\u914d\u7f6e\u8bf4\u660e\u53bb\u914d\u7f6eJekylll-bootstrap\uff1f<br /><br />\u53e6\u5916\uff0c\u5982\u679c\u6211\u76f4clone\u4e00\u4e2a\u522b\u4eba\u5df2\u6709\u7684\u5f00\u6e90\u7f51\u7ad9\uff0c\u518dpush\u5230\u81ea\u5df1\u7684\u4ed3\u5e93\u91cc\u53ef\u4ee5\u5417\uff1f\u9700\u8981\u600e\u4e48\u914d\u7f6e\uff1f"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/sohu022", 
        "name": "sohu022", 
        "avatar": "https://cdn.v2ex.com/avatar/9f24/9ec0/60134_large.png?m=1398243456"
      }, 
      "url": "https://www.v2ex.com/t/115055", 
      "date_modified": "2014-05-30T14:55:36+00:00", 
      "content_html": "\u5728Github\u4e0a\u9762\u642d\u5efa\u4e86\u4e00\u4e2aJekyll\u7684\u535a\u5ba2\uff0c\u60f3\u7ed9\u6587\u7ae0\u6dfb\u52a0\u4e00\u4e0b\u5206\u7c7b\uff0c\u7f51\u4e0a\u641c\u4e86\u4e00\u4e0b\u6ca1\u770b\u5230\u6709\u4ec0\u4e48\u597d\u7684\u65b9\u6848\uff0c\u5927\u90e8\u5206\u4e0d\u80fd\u5728Github\u4e0a\u4f7f\u7528\uff0c\u5927\u5bb6\u6709\u6ca1\u6709\u4ec0\u4e48\u65b9\u6cd5\u6765\u5b9e\u73b0\u5462?", 
      "date_published": "2014-05-30T07:52:35+00:00", 
      "title": "\u8fd0\u884c\u5728 GitHub \u4e0a\u7684 Jekyll \u535a\u5ba2\u600e\u4e48\u6837\u80fd\u591f\u6dfb\u52a0\u6587\u7ae0\u5206\u7c7b?", 
      "id": "https://www.v2ex.com/t/115055"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Perry", 
        "name": "Perry", 
        "avatar": "https://cdn.v2ex.com/avatar/fe53/517d/36358_large.png?m=1488129252"
      }, 
      "url": "https://www.v2ex.com/t/112423", 
      "title": "\u5347\u7ea7\u81f3 2.0.0 \u6709\u5173\u65f6\u533a\u7684\u6ce8\u610f\u4e8b\u9879", 
      "id": "https://www.v2ex.com/t/112423", 
      "date_published": "2014-05-13T14:17:53+00:00", 
      "content_html": "\u65b0\u7248\u672c\u52a0\u5165\u4e86 Time Zone\uff0c\u6240\u4ee5\u5982\u679c date \u8fd9\u4e2a variable \u7684\u683c\u5f0f\u4e3a YYYY-MM-DD HH:MM:SS \u5c06\u4f1a\u9ed8\u8ba4\u663e\u793a\u4e3a UTC \u65f6\u95f4\uff08\u800c\u4e0d\u662f\u4f60\u6240\u5728\u7684\u65f6\u533a\uff09\uff0c\u8fd9\u6837\u751f\u6210\u7f51\u9875\u65f6\u5982\u679c\u4f7f\u7528\u7684\u662f Asia/Shanghai \u8fd9\u4e2a\u65f6\u533a\u5c31\u4f1a\u5bfc\u81f4\u6587\u7ae0\u7684\u663e\u793a\u65e5\u671f\u4ee5\u53ca\u65f6\u95f4\u6709\u6240\u6539\u53d8\u3002<br /><br />\u5982\u4f55\u907f\u514d\uff1a<br />date \u7684\u683c\u5f0f\u9700\u8981\u5305\u542b\u65f6\u533a\u4fe1\u606f<br />\u5982\u679c\u4f60\u662f\u5728 Asia/Shanghai \u8fd9\u4e2a\u65f6\u533a\uff0c\u5219\u9700\u8981\u5c06 date \u7684\u683c\u5f0f\u6539\u4e3a YYYY-MM-DD HH:MM:SS +0800"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Livid", 
        "name": "Livid", 
        "avatar": "https://cdn.v2ex.com/avatar/c4ca/4238/1_large.png?m=1778654517"
      }, 
      "url": "https://www.v2ex.com/t/111928", 
      "date_modified": "2014-05-10T11:33:36+00:00", 
      "content_html": "\u4f60\u7684 Jekyll 2 \u9ed8\u8ba4\u4e3b\u9898\u7684 header \u5728 Chrome \u4e0a\u662f\u4e0d\u662f\u770b\u8d77\u6765\u50cf\u8fd9\u6837\u7684\uff1a<br /><br /><a target=\"_blank\" href=\"/i/11GG6h53.png\" target=\"_blank\" title=\"\u5728\u65b0\u7a97\u53e3\u6253\u5f00\u56fe\u7247 11GG6h53.png\"><img src=\"http://i.v2ex.co/11GG6h53.png\" style=\"max-width: 660px\" /></a><br /><br />\u6211\u8fd9\u91cc\u53d1\u73b0\u7684\u89e3\u51b3\u529e\u6cd5\u662f\u6253\u5f00 _includes/header.html \u7136\u540e\u4fee\u6539\u4e00\u4e0b trigger \u91cc\u7684\u903b\u8f91\uff0c\u8fd9\u662f\u4fee\u6539\u4e4b\u540e\u7684\uff1a<br /><br /><script src=\"https://gist.github.com/livid/d0df712b8e508a5b5930.js\"></script>", 
      "date_published": "2014-05-10T11:30:02+00:00", 
      "title": "Jekyll 2 \u9ed8\u8ba4\u4e3b\u9898\u5728 Chrome/WebKit \u4e0a\u90a3\u4e2a\u4e0d\u592a\u6b63\u5e38\u7684 header \u9ad8\u5ea6", 
      "id": "https://www.v2ex.com/t/111928"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Livid", 
        "name": "Livid", 
        "avatar": "https://cdn.v2ex.com/avatar/c4ca/4238/1_large.png?m=1778654517"
      }, 
      "url": "https://www.v2ex.com/t/111927", 
      "title": "Jekyll 2 \u9ed8\u8ba4\u4e3b\u9898\u91cc\u7684\u4e00\u4e2a\u5c0f\u95ee\u9898", 
      "id": "https://www.v2ex.com/t/111927", 
      "date_published": "2014-05-10T11:03:28+00:00", 
      "content_html": "\u4ee3\u7801\u9ad8\u4eae\u8fd9\u91cc\uff0c\u7b2c\u4e00\u884c\u6587\u5b57\u524d\u9762\u7684\u7a7a\u683c\u603b\u662f\u6bd4\u4e0b\u9762\u51e0\u884c\u8981\u591a\u4e00\u4e9b\uff0c\u4f46\u662f\u6211\u770b\u4e86\u4e00\u4e0b CSS\uff0c\u8fd8\u6ca1\u627e\u51fa\u6765\u662f\u54ea\u884c\u5bfc\u81f4\u7684\u8fd9\u4e2a\u5dee\u5f02\uff1a<br /><br /><a target=\"_blank\" href=\"/i/2RIupKU4.png\" target=\"_blank\" title=\"\u5728\u65b0\u7a97\u53e3\u6253\u5f00\u56fe\u7247 2RIupKU4.png\"><img src=\"http://i.v2ex.co/2RIupKU4.png\" style=\"max-width: 660px\" /></a>"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/Livid", 
        "name": "Livid", 
        "avatar": "https://cdn.v2ex.com/avatar/c4ca/4238/1_large.png?m=1778654517"
      }, 
      "url": "https://www.v2ex.com/t/111501", 
      "title": "Jekyll 2.0.0", 
      "id": "https://www.v2ex.com/t/111501", 
      "date_published": "2014-05-07T08:07:23+00:00", 
      "content_html": "<a target=\"_blank\" href=\"http://jekyllrb.com/news/2014/05/06/jekyll-turns-2-0-0/\" rel=\"nofollow\">http://jekyllrb.com/news/2014/05/06/jekyll-turns-2-0-0/</a>"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/yingluck", 
        "name": "yingluck", 
        "avatar": "https://cdn.v2ex.com/avatar/973f/838d/45413_large.png?m=1419066780"
      }, 
      "url": "https://www.v2ex.com/t/95571", 
      "title": "\u5728ubuntu\u4e0a\u5b89\u88c5jekyll\u9047\u5230\u4e86\u95ee\u9898", 
      "id": "https://www.v2ex.com/t/95571", 
      "date_published": "2014-01-03T13:20:19+00:00", 
      "content_html": "sudo gem install jekyll<br /><a href=\"https://gist.github.com/zhao-ji/8237684\" rel=\"nofollow\">https://gist.github.com/zhao-ji/8237684</a><br /><br />\u7136\u540e sudo apt-get install ruby1.9.1-dev<br /><a href=\"https://gist.github.com/zhao-ji/8237706\" rel=\"nofollow\">https://gist.github.com/zhao-ji/8237706</a><br /><br />\u4e0d\u662f\u5f88\u61c2ruby  \u6240\u4ee5\u4e5f\u4e0d\u77e5\u9053\u662f\u600e\u4e48\u56de\u4e8b<br /><br />\u6c42\u6559\u6709\u7ecf\u9a8c\u7684V2EXer<br /><br />\u6216\u8005\u6709\u7b80\u4fbf\u6613\u7528\u7684\uff0c\u53ef\u4ee5\u653e\u5728github\u4e0a\u7684python blog\u5417\uff1f  \u6c42\u63a8\u8350\uff01"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/sd4399340", 
        "name": "sd4399340", 
        "avatar": "https://cdn.v2ex.com/avatar/0c71/19e3/4801_large.png?m=1753591924"
      }, 
      "url": "https://www.v2ex.com/t/90734", 
      "title": "\u5410\u69fdDisqus", 
      "id": "https://www.v2ex.com/t/90734", 
      "date_published": "2013-11-26T12:27:51+00:00", 
      "content_html": "\u628awordpress\u7684\u8bc4\u8bba\u5bfc\u5165\u5230Disqus\uff0c\u672c\u5730\u9884\u89c8\u4e86\u4e0b\u633a\u6b63\u5e38<br /><br />\u7136\u540e\u5c31\u628a\u4ee3\u7801push\u5230github\u4e0a\u53bb\u4e86\uff0c\u53d1\u73b0\u597d\u51e0\u7bc7\u8bc4\u8bba\u4e0d\u663e\u793a<br />\u8fdbDisqus\u540e\u53f0\u547d\u540d\u53ef\u4ee5\u770b\u5230\u8fd9\u4e9b\u8bc4\u8bba\uff0c\u6700\u540e\u53d1\u73b0\u539f\u6765\u662fdiscussion thread\u7684URL\u662f\u672c\u5730\u9884\u89c8\u65f6\u7684URL\u3002\u3002\u3002<br /><br />\u540e\u6765\u641c\u4e86\u4e0b\uff0c\u5b98\u65b9\u679c\u7136\u6709\u8bf4\u5230\u8fd9\u95ee\u9898\uff1a<br /><br /> <a href=\"http://help.disqus.com/customer/portal/articles/735138-why-are-the-wrong-urls-detected-for-my-discussions-\" rel=\"nofollow\">http://help.disqus.com/customer/portal/articles/735138-why-are-the-wrong-urls-detected-for-my-discussions-</a><br /><br />\u7b2c\u4e00\u6b21\u52a0\u8f7dDisqus\u7684\u7f51\u5740\u4f1a\u88ab\u8bb0\u5f55\u6210discussion thread\u7684\u7f51\u5740\uff0c\u8fd9\u8bbe\u8ba1\u771f\u662f\u65e0\u529b\u5410\u69fd\u3002\u3002\u3002"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/mamimoluo", 
        "name": "mamimoluo", 
        "avatar": "https://cdn.v2ex.com/avatar/109f/9126/4146_large.png?m=1737010100"
      }, 
      "url": "https://www.v2ex.com/t/89670", 
      "title": "\u5206\u4eab\u4e2a\u4ebaJekyll\u535a\u5ba2", 
      "id": "https://www.v2ex.com/t/89670", 
      "date_published": "2013-11-18T04:31:37+00:00", 
      "content_html": "<a href=\"http://i.7leyuan.com/\" rel=\"nofollow\">http://i.7leyuan.com/</a><br />\u4e4b\u524d\u4e00\u76f4\u662fWP\u535a\u5ba2\uff0c\u73b0\u5728\u521a\u8fc1\u79fb\u5230Jekyll\uff0c\u4e3b\u9898\u81ea\u5df1\u5199\u7684\u6bd4\u8f83\u7b80\u5355\uff0c\u6b22\u8fce\u89c2\u6469\u3001\u53cb\u94fe\uff1a\uff09"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/sd4399340", 
        "name": "sd4399340", 
        "avatar": "https://cdn.v2ex.com/avatar/0c71/19e3/4801_large.png?m=1753591924"
      }, 
      "url": "https://www.v2ex.com/t/86971", 
      "title": "\u521a\u628a\u535a\u5ba2\u4ecewordpress\u642c\u5230github~", 
      "id": "https://www.v2ex.com/t/86971", 
      "date_published": "2013-10-26T06:07:46+00:00", 
      "content_html": "\u6298\u817e\u554a\uff01<br /><br />\u6b22\u8fce\u56f4\u89c2  <a href=\"http://pinkyjie.github.io/\" rel=\"nofollow\">http://pinkyjie.github.io/</a><br /><br />\u7528\u7684darkstrap\u7684\u4e3b\u9898\uff0c\u81ea\u5df1\u7b80\u5355\u4fee\u6539\u4e86\u4e0b~<br /><br />\u5199\u4e86\u7bc7\u6587\u7ae0\u8bb2\u4e86\u4e0b\u524d\u4e00\u79cd\u9047\u5230\u7684\u95ee\u9898<br /><br />\u300a\u4eceWordpress\u8fc1\u79fb\u5230Jekyll\u300b   <a href=\"http://pinkyjie.github.io/2013/10/24/migrate-from-wordpress-to-jekyll/\" rel=\"nofollow\">http://pinkyjie.github.io/2013/10/24/migrate-from-wordpress-to-jekyll/</a>"
    }, 
    {
      "author": {
        "url": "https://www.v2ex.com/member/josephok", 
        "name": "josephok", 
        "avatar": "https://cdn.v2ex.com/avatar/f0a5/4637/36558_large.png?m=1515640031"
      }, 
      "url": "https://www.v2ex.com/t/81304", 
      "title": "github jekyll\u4ee3\u7801\u9ad8\u4eae", 
      "id": "https://www.v2ex.com/t/81304", 
      "date_published": "2013-09-04T08:17:01+00:00", 
      "content_html": "\u4ee3\u7801\u9ad8\u4eae\u662f\u4e2a\u95ee\u9898\u3002<br /><br />Github\u7528\u7684\u54ea\u4e2aMarkdown\u89e3\u6790\u5668\uff1f<br />\u6709\u6ca1\u6709\u597d\u7684\u4ee3\u7801\u9ad8\u4eae\u663e\u793a\u65b9\u6848\uff1f"
    }
  ]
}