From 86366e0c25135a0091b44b96c6545e50fbc7ece2 Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Wed, 30 Sep 2015 16:15:22 -0700 Subject: [PATCH] small change for demo purposes --- _data/topnav_doc.yml | 2 +- doc_getting_started.md | 8 ++++++-- index.md | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/_data/topnav_doc.yml b/_data/topnav_doc.yml index bf32f66..b987416 100644 --- a/_data/topnav_doc.yml +++ b/_data/topnav_doc.yml @@ -33,7 +33,7 @@ topnav_dropdowns: product: all version: all - title: Troubleshooting - url: /doc_troubleshooting.html + external_url: ../somedirectory/doc_troubleshooting.html audience: writers, designers platform: all product: all diff --git a/doc_getting_started.md b/doc_getting_started.md index d8a66ac..1102107 100644 --- a/doc_getting_started.md +++ b/doc_getting_started.md @@ -10,13 +10,17 @@ summary: "To get started with this theme, first make sure you have all the prere Before you start installing the theme, make sure you have all of these prerequisites in place. -* **Mac computer (recommended)**. If you have a PC, you need to see [Jekyll on Windows](http://jekyllrb.com/docs/windows/). Make sure you can get Jekyll working on Windows before proceeding. +* **Mac computer (recommended)**. If you have a PC, see the note below. Make sure you can get Jekyll working on Windows before proceeding. * **[Ruby](https://www.ruby-lang.org/en/)**. On a Mac, this should already be installed. Open your Terminal and type `which ruby` to confirm. * **[Rubygems](https://rubygems.org/pages/download)**. This is a package manager for Ruby. Type `which gem` to confirm. * **[Jekyllrb](http://jekyllrb.com/)**. To install: `gem install jekyll`. Type `which jekyll` to confirm that Jekyll is installed. * **Text editor** (some examples: Sublime Text, Atom, WebStorm, IntelliJ) * **[iTerm](http://iterm.sourceforge.net/)** - Optional but recommended instead of Terminal. -* **[pygments](http://pygments.org/download/)** - Pygments handles syntax highlighting. In my experiments, the Pygments highlighter seemed better than the default rouge highlighter. To install Pygments, you will need Python installed. (If you don't install pygments, you'll get an error when you build the theme.) To check if Python is installed, type `which python`. To install Pygments: `gem install pygments.rb`. If you want to use `rouge` instead, change `pygments` to `rouge` in the configuration files. +* **[pygments](http://pygments.org/download/)** - Pygments handles syntax highlighting. In my experiments, the Pygments highlighter seemed better than the default rouge highlighter. To install Pygments, you will need Python installed. (If you don't install pygments, you'll get an error when you build the theme.) To check if Python is installed, type `which python`. To install Pygments: `gem install pygments.rb`. + +{{site.data.alerts.note}} If you're on Windows, you can still install and run this theme. However, you must first set up a few things — Ruby, Ruby Dev Kit, Python, . Follow the instructions here: Set up Jekyll on Windows. Also see Jekyll on Windows.{{site.data.alerts.end}} + + ## Step 2: Build the theme diff --git a/index.md b/index.md index 1fa0bf9..b073b0d 100644 --- a/index.md +++ b/index.md @@ -6,6 +6,7 @@ type: first_page homepage: true published: true --- +small change for demo purposes only... ## Overview