Skip to content

Commit e3a1131

Browse files
committed
Fix table of contents headings
1 parent 55ea8c0 commit e3a1131

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ with a few enhancements thrown in for good measure:
2626
2. [GitHub Pages Method](#github-pages-method)
2727
1. [Remove the Unnecessary](#remove-the-unnecessary)
2828
2. [Upgrading](#upgrading)
29-
3. [Ruby Gem](#ruby-gem)
30-
4. [Remote Theme](#remote-theme)
31-
5. [Use Git](#use-git)
32-
1. [Pull Down Updates](#pull-down-updates)
33-
6. [Update Files Manually](#update-files-manually)
34-
7. [Structure](#structure)
29+
1. [Ruby Gem](#ruby-gem)
30+
2. [Remote Theme](#remote-theme)
31+
3. [Use Git](#use-git)
32+
1. [Pull Down Updates](#pull-down-updates)
33+
4. [Update Files Manually](#update-files-manually)
34+
3. [Structure](#structure)
3535
1. [Starting Fresh](#starting-fresh)
3636
2. [Starting from `jekyll new`](#starting-from-jekyll-new)
37-
8. [Configuration](#configuration)
37+
4. [Configuration](#configuration)
3838
1. [Skin](#skin)
3939
2. [Google Fonts](#google-fonts)
4040
3. [Text](#text)
@@ -44,27 +44,27 @@ with a few enhancements thrown in for good measure:
4444
7. [Reading Time](#reading-time)
4545
8. [Comments (via Disqus)](#comments-via-disqus)
4646
9. [Google Analytics](#google-analytics)
47-
9. [Layouts](#layouts)
47+
5. [Layouts](#layouts)
4848
1. [`layout: default`](#layout-default)
4949
2. [`layout: post`](#layout-post)
5050
3. [`layout: page`](#layout-page)
5151
4. [`layout: home`](#layout-home)
5252
5. [`layout: about`](#layout-about)
5353
6. [`layout: cv`](#layout-cv)
54-
10. [Customization](#customization)
54+
6. [Customization](#customization)
5555
1. [Overriding Includes and Layouts](#overriding-includes-and-layouts)
5656
2. [Customizing Sass (SCSS)](#customizing-sass-scss)
5757
3. [Customizing JavaScript](#customizing-javascript)
5858
4. [SVG Icons](#svg-icons)
5959
5. [Customizing Sidebar Content](#customizing-sidebar-content)
60-
11. [Development](#development)
61-
12. [Contributing](#contributing)
60+
7. [Development](#development)
61+
8. [Contributing](#contributing)
6262
1. [Pull Requests](#pull-requests)
63-
13. [Credits](#credits)
63+
9. [Credits](#credits)
6464
1. [Creator](#creator)
6565
2. [Icons + Demo Images:](#icons--demo-images)
6666
3. [Other:](#other)
67-
14. [License](#license)
67+
10. [License](#license)
6868

6969
## Installation
7070

@@ -158,12 +158,12 @@ site and you should something similar to:
158158

159159
At the top of every `.html` file, `/assets/css/main.css`, and `/assets/js/main.js`.
160160

161-
## Ruby Gem
161+
### Ruby Gem
162162

163163
Simply run `bundle update` if you're using Bundler (have a `Gemfile`) or `gem
164164
update jekyll-theme-basically-basic` if you're not.
165165

166-
## Remote Theme
166+
### Remote Theme
167167

168168
When hosting with GitHub Pages you'll need to push up a commit to force a
169169
rebuild with the latest [theme release](https://github.com/mmistakes/jekyll-theme-basically-basic/releases).
@@ -175,7 +175,7 @@ the moment:
175175
git commit --allow-empty -m "Force rebuild of site"
176176
```
177177

178-
## Use Git
178+
### Use Git
179179

180180
If you want to get the most out of the Jekyll + GitHub Pages workflow, then
181181
you'll need to utilize Git. To pull down theme updates you must first ensure
@@ -190,7 +190,7 @@ To add it you can do the following:
190190
git remote add upstream https://github.com/mmistakes/jekyll-theme-basically-basic.git
191191
```
192192

193-
### Pull Down Updates
193+
#### Pull Down Updates
194194

195195
Now you can pull any commits made to theme's `master` branch with:
196196

@@ -202,7 +202,7 @@ Depending on the amount of customizations you've made after forking, there's
202202
likely to be merge conflicts. Work through any conflicting files Git flags,
203203
staging the changes you wish to keep, and then commit them.
204204

205-
## Update Files Manually
205+
### Update Files Manually
206206

207207
Another way of dealing with updates is [downloading the theme](https://github.com/mmistakes/jekyll-theme-basically-basic/archive/master.zip)
208208
--- replacing your layouts, includes, and assets with the newer ones manually.

0 commit comments

Comments
 (0)