{
  "created": "2015-12-20T19:56:35Z",
  "hierarchy": [
    {
      "name": "ROOT",
      "type": "folder",
      "uri": "/ROOT"
    },
    {
      "name": "Installing Jekyll on OS X",
      "type": "article",
      "uri": "Installing_Jekyll_on_OS_X"
    }
  ],
  "html": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"UTF-8\"/>\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n    <meta property=\"og:image\" content=\"/img/logo512.png\"/>\n    <meta property=\"og:site_name\" content=\"Nikhil's Personal Wiki\"/>\n    <link rel=\"og:image\" href=\"/img/logo512.png\"/>\n    <link rel=\"icon\" href=\"/img/favicon.png\"/>\n    <link rel=\"apple-touch-icon\" href=\"/img/logo192.png\"/>\n    <link rel=\"stylesheet\" href=\"/css/styles.css\"/>\n    <link rel=\"stylesheet\" href=\"/css/highlight.css\"/>\n    <title>Installing Jekyll on OS X &ndash; Nikhil's Personal Wiki</title>\n    <script type=\"text/javascript\" id=\"MathJax-script\" defer src=\"https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js\"></script>\n    <script defer data-domain=\"wiki.nikhil.io\" src=\"https://plausible.io/js/plausible.js\"></script>\n  </head>\n  <body>\n    <noscript>\n      👉 A few things won&#8217;t work if you have JavaScript disabled.\n    </noscript>\n    <div class=\"container article\">\n      <header>\n        <nav>\n          <ul>\n            <li>\n              <a href=\"/archive\"  title=\"Archive\">\n                <span>Archive</span>\n              </a>\n            </li>\n            <li>\n              <a href=\"/Home\"  title=\"Home\">\n                <span>Home</span>\n              </a>\n            </li>\n            <li>\n              <a href=\"/random\"  title=\"See a random article\">\n                <span>Random</span>\n              </a>\n            </li>\n            \n            \n              \n                <li>\n                  <a href=\"/Installing_Jekyll_on_OS_X/raw\"  title=\"View Source\">\n                    <span>Raw</span>\n                  </a>\n                </li>\n              \n              \n            \n            \n            \n            \n              \n                <li>\n                  <a href=\"/Installing_Jekyll_on_OS_X/revisions\" >\n                    <span>Revisions</span>\n                  </a>\n                </li>\n              \n            \n            \n              \n                \n                  <li>\n                    <a href=\"/Installing_Jekyll_on_OS_X/index.json\" title=\"View JSON Object\">\n                      <span>JSON</span>\n                    </a>\n                  </li>\n                \n              \n            \n          </ul>\n        </nav>\n      </header>\n      <main>\n        \n  <nav>\n  <ul>\n    \n      <li>\n        <a data-entity-type=\"folder\" href=\"/ROOT\" title=\"ROOT\">Root</a>\n      </li>\n    \n      <li>\n        <a data-entity-type=\"article\" href=\"/Installing_Jekyll_on_OS_X\" title=\"Installing Jekyll on OS X\">Installing Jekyll on OS X</a>\n      </li>\n    \n    \n    \n    \n    \n  </ul>\n</nav>\n\n  <h1>Installing Jekyll on OS X\n    \n  </h1>\n  <ul>\n<li>\n<p>Install Xcode</p>\n</li>\n<li>\n<p>Run Xcode, go to <strong>Preferences</strong></p>\n<ul>\n<li>Sign-in under &ldquo;Accounts&rdquo;</li>\n<li>Tab over to &ldquo;Downloads&rdquo; and click the teeny arrow for &ldquo;Command<br />\nLine Tools&rdquo;</li>\n</ul>\n</li>\n<li>\n<p>Once installed, install Homebrew</p>\n<pre><code>ruby -e &quot;$(curl -fsSkL raw.github.com/mxcl/homebrew/go)&quot;\n</code></pre>\n</li>\n<li>\n<p>Then install the Ruby Version Manager<sup id=\"fnref:1\"><a href=\"#fn:1\" class=\"footnote-ref\" role=\"doc-noteref\">1</a></sup></p>\n<pre><code>curl -L https://get.rvm.io | bash -s stable --ruby\n</code></pre>\n</li>\n<li>\n<p>Source the RVM:</p>\n<pre><code>source /usr/local/rvm/scripts/rvm\n</code></pre>\n</li>\n<li>\n<p>Install Jekyll</p>\n<pre><code>gem install jekyll\n</code></pre>\n</li>\n<li>\n<p>Test. I did it by running <code>jekyll serve</code> from a<br />\n<a href=\"http://getbootstrap.com/\">Bootstrap</a> download<sup id=\"fnref:2\"><a href=\"#fn:2\" class=\"footnote-ref\" role=\"doc-noteref\">2</a></sup>.</p>\n</li>\n</ul>\n<h3>Footnotes</h3>\n<div class=\"footnotes\" role=\"doc-endnotes\">\n<hr />\n<ol>\n<li id=\"fn:1\">\n<p>I temporarily had to <code>chown root:admin /usr/local/bin/brew</code> for<br />\nthis to work (and then changed it back)&#160;<a href=\"#fnref:1\" class=\"footnote-backref\" role=\"doc-backlink\">&#x21a9;&#xfe0e;</a></p>\n</li>\n<li id=\"fn:2\">\n<p><code>http://localhost:9001</code>&#160;<a href=\"#fnref:2\" class=\"footnote-backref\" role=\"doc-backlink\">&#x21a9;&#xfe0e;</a></p>\n</li>\n</ol>\n</div>\n\n\n      </main>\n      <footer>\n        <p>\n          \n        </p>\n        <ul>\n          \n  <li>786 bytes</li>\n  \n    <li>Created on Sunday, 20 December 2015 at 19:56 UTC</li>\n    <li>Modified on Tuesday, 13 January 2026 at 18:47 UTC</li>\n    <br/>\n    <li>\n      <a\n        href=\"https://github.com/afreeorange/wiki.nikhil.io.articles/edit/master/Installing Jekyll on OS X.md\"\n        title=\"Edit this article\">Edit this article</a>\n    </li>\n  \n\n          <li>\n            <a href=\"https://github.com/afreeorange/bock\" title=\"View the project that generates this wiki on Github\">bock\n            5.2.0-beta</a>\n          </li>\n        </ul>\n      </footer>\n    </div>\n    \n    \n      <script type=\"text/javascript\">\n        /**\n         * Quick shortcut to take me to the search box which is 90% of how I navigate\n         * this wiki anyway.\n         */\n        document.body.addEventListener(\n          \"keypress\", (e) => e.key === \"f\"\n          ? window.location.assign(\"/archive\")\n          : null);\n        window.MathJax = {\n          tex: {\n            inlineMath: [\n              [\n                '$', '$'\n              ],\n              [\n                '\\\\(', '\\\\)'\n              ]\n            ]\n          },\n          svg: {\n            fontCache: 'global'\n          }\n        };\n      </script>\n    \n  </body>\n</html></head></html>\n",
  "id": "93e4b2bc-00bb-5810-ad0c-ae2d6fbe43cc",
  "modified": "2026-01-13T18:47:28Z",
  "revisions": [
    {
      "authorEmail": "mail@nikhil.io",
      "authorName": "Nikhil Anand",
      "date": "2026-01-13T18:47:28Z",
      "id": "2436477560f26e23d00a24add1cbfeafdca4af78",
      "shortId": "24364775",
      "subject": "No compression\n",
      "content": "*   Install Xcode\n*   Run Xcode, go to **Preferences**\n    *   Sign-in under \"Accounts\"\n    *   Tab over to \"Downloads\" and click the teeny arrow for \"Command\n        Line Tools\"\n*   Once installed, install Homebrew\n\n        ruby -e \"$(curl -fsSkL raw.github.com/mxcl/homebrew/go)\"\n\n*   Then install the Ruby Version Manager[^1]\n\n        curl -L https://get.rvm.io | bash -s stable --ruby\n\n*   Source the RVM:\n\n        source /usr/local/rvm/scripts/rvm\n\n*   Install Jekyll\n\n        gem install jekyll\n\n*   Test. I did it by running `jekyll serve` from a \n    [Bootstrap](http://getbootstrap.com/) download[^2].\n\n### Footnotes\n\n[^1]: I temporarily had to `chown root:admin /usr/local/bin/brew` for\n    this to work (and then changed it back)\n\n[^2]: `http://localhost:9001`\n"
    },
    {
      "authorEmail": "mail@nikhil.io",
      "authorName": "Nikhil Anand",
      "date": "2015-12-27T07:27:56Z",
      "id": "1aa29105a45aa67523ffb61e73bcc415f935a47e",
      "shortId": "1aa29105",
      "subject": "Fix Markdown conversion\n\nSaw half a season of The Office\n",
      "content": "*   Install Xcode\n*   Run Xcode, go to **Preferences**\n    *   Sign-in under \"Accounts\"\n    *   Tab over to \"Downloads\" and click the teeny arrow for \"Command\n        Line Tools\"\n*   Once installed, install Homebrew\n\n        ruby -e \"$(curl -fsSkL raw.github.com/mxcl/homebrew/go)\"\n\n*   Then install the Ruby Version Manager[^1]\n\n        curl -L https://get.rvm.io | bash -s stable --ruby\n\n*   Source the RVM:\n\n        source /usr/local/rvm/scripts/rvm\n\n*   Install Jekyll\n\n        gem install jekyll\n\n*   Test. I did it by running `jekyll serve` from a \n    [Bootstrap](http://getbootstrap.com/) download[^2].\n\n### Footnotes\n\n[^1]: I temporarily had to `chown root:admin /usr/local/bin/brew` for\n    this to work (and then changed it back)\n\n[^2]: `http://localhost:9001`\n"
    },
    {
      "authorEmail": "mail@nikhil.io",
      "authorName": "Nikhil Anand",
      "date": "2015-12-21T02:30:47Z",
      "id": "d658e80d1ecb97b196531c7b15a0f9af709c05de",
      "shortId": "d658e80d",
      "subject": "Incremental\n",
      "content": "-   Install Xcode\n-   Run Xcode, go to **Preferences**\n    -   Sign-in under \"Accounts\"\n    -   Tab over to \"Downloads\" and click the teeny arrow for \"Command\n        Line Tools\"\n-   Once installed, install Homebrew\n\n` ruby -e \"$(curl -fsSkL raw.github.com/mxcl/homebrew/go)\"`\n\n-   Then install the Ruby Version Manager[^1]\n\n` curl -L `[`https://get.rvm.io`](https://get.rvm.io)` | bash -s stable --ruby`\n\n-   Source the RVM:\n\n` source /usr/local/rvm/scripts/rvm`\n\n-   Install Jekyll\n\n` gem install jekyll`\n\n-   Test. I did it by running `jekyll serve` from a\n    [Bootstrap](http://getbootstrap.com/) download[^2].\n\n### Footnotes\n\n<references />\n\n\n\n[^1]: I temporarily had to `chown root:admin /usr/local/bin/brew` for\n    this to work (and then changed it back)\n\n[^2]: <http://localhost:9001>\n"
    },
    {
      "authorEmail": "mail@nikhil.io",
      "authorName": "Nikhil Anand",
      "date": "2015-12-20T19:56:35Z",
      "id": "1a61c4bb40b65628f71ecdcd904c5cbdc026427f",
      "shortId": "1a61c4bb",
      "subject": "Installing Jekyll on OS X : First Draft\n",
      "content": "-   Install Xcode\n-   Run Xcode, go to **Preferences**\n    -   Sign-in under \"Accounts\"\n    -   Tab over to \"Downloads\" and click the teeny arrow for \"Command\n        Line Tools\"\n-   Once installed, install Homebrew\n\n` ruby -e \"$(curl -fsSkL raw.github.com/mxcl/homebrew/go)\"`\n\n-   Then install the Ruby Version Manager[^1]\n\n` curl -L `[`https://get.rvm.io`](https://get.rvm.io)` | bash -s stable --ruby`\n\n-   Source the RVM:\n\n` source /usr/local/rvm/scripts/rvm`\n\n-   Install Jekyll\n\n` gem install jekyll`\n\n-   Test. I did it by running `jekyll serve` from a\n    [Bootstrap](http://getbootstrap.com/) download[^2].\n\n### Footnotes\n\n<references />\n[Category: Nikhil's Notes](Category:_Nikhil's_Notes \"wikilink\")\n[Category: Installation Logs](Category:_Installation_Logs \"wikilink\")\n\n[^1]: I temporarily had to `chown root:admin /usr/local/bin/brew` for\n    this to work (and then changed it back)\n\n[^2]: <http://localhost:9001>\n"
    }
  ],
  "sizeInBytes": 786,
  "source": "*   Install Xcode\n*   Run Xcode, go to **Preferences**\n    *   Sign-in under \"Accounts\"\n    *   Tab over to \"Downloads\" and click the teeny arrow for \"Command\n        Line Tools\"\n*   Once installed, install Homebrew\n\n        ruby -e \"$(curl -fsSkL raw.github.com/mxcl/homebrew/go)\"\n\n*   Then install the Ruby Version Manager[^1]\n\n        curl -L https://get.rvm.io | bash -s stable --ruby\n\n*   Source the RVM:\n\n        source /usr/local/rvm/scripts/rvm\n\n*   Install Jekyll\n\n        gem install jekyll\n\n*   Test. I did it by running `jekyll serve` from a \n    [Bootstrap](http://getbootstrap.com/) download[^2].\n\n### Footnotes\n\n[^1]: I temporarily had to `chown root:admin /usr/local/bin/brew` for\n    this to work (and then changed it back)\n\n[^2]: `http://localhost:9001`\n",
  "title": "Installing Jekyll on OS X",
  "untracked": false,
  "uri": "/Installing_Jekyll_on_OS_X",
  "relativePath": "Installing Jekyll on OS X.md"
}
