cleanup
This commit is contained in:
24
index.md
24
index.md
@ -1,11 +1,12 @@
|
||||
---
|
||||
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.
|
||||
|
||||
@ -13,8 +14,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
|
||||
|
||||
@ -114,7 +115,7 @@ entries:
|
||||
product: Jekyll Doc Theme
|
||||
version: 5.0
|
||||
folders:
|
||||
- title: Overview
|
||||
- title: Overview
|
||||
output: web, pdf
|
||||
folderitems:
|
||||
- title: Some page
|
||||
@ -123,7 +124,7 @@ entries:
|
||||
- title: Another page
|
||||
url: /another-doc-page/
|
||||
output: web, pdf
|
||||
|
||||
|
||||
- title: Configuration
|
||||
output: web
|
||||
folderitems:
|
||||
@ -243,15 +244,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
|
||||
```
|
||||
|
||||
@ -265,6 +266,3 @@ 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.
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user