Revert "cleanup and new navigation ideas"

This commit is contained in:
Tom Johnson
2016-06-10 16:00:23 -07:00
committed by GitHub
parent e48d3757be
commit 6653e1a846
124 changed files with 1627 additions and 987 deletions

View File

@ -1,12 +1,11 @@
---
title: Getting started overview
tags:
- getting_started
tags: [getting_started]
sidebar: mydoc_sidebar
type: homepage
---
## Overview
## Overview
These brief instructions will help you get started quickly with the theme. The other topics in this help provide additional information and detail about working with other aspects of this theme and Jekyll.
@ -14,8 +13,8 @@ These brief instructions will help you get started quickly with the theme. The o
If you're used to running Jekyll sites, you can type the normal jekyll command, `jekyll serve`, to build the Jekyll theme. However, if you're a new Jekyll user or if you run into issues, see the following two topics:
* {{ site.data.urls.mydoc_install_jekyll_on_mac.link }}
* {{ site.data.urls.mydoc_install_jekyll_on_windows.link }}
* {{site.data.urls.mydoc_install_jekyll_on_mac.link}}
* {{site.data.urls.mydoc_install_jekyll_on_windows.link}}
## Customize the Gemfile
@ -115,7 +114,7 @@ entries:
product: Jekyll Doc Theme
version: 5.0
folders:
- title: Overview
- title: Overview
output: web, pdf
folderitems:
- title: Some page
@ -124,7 +123,7 @@ entries:
- title: Another page
url: /another-doc-page/
output: web, pdf
- title: Configuration
output: web
folderitems:
@ -244,15 +243,15 @@ When you want to insert paragraphs, notes, code snippets, or other matter in bet
```
1. First item
```
alert("hello");
```
2. Second item
Some pig!
3. Third item
```
@ -266,3 +265,6 @@ If you want to use a simple system for managing links, see the "Managed Links" s
## Other instructions
For other details in working with the theme, see the various sections in the sidebar.