Skip to content

Commit 440a554

Browse files
authored
Update README.md
1 parent a96d83b commit 440a554

File tree

1 file changed

+4
-56
lines changed

1 file changed

+4
-56
lines changed

README.md

Lines changed: 4 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.6-blue.svg)](https://jekyllrb.com/)
55
[![Ruby gem](https://img.shields.io/gem/v/jekyll-theme-basically-basic.svg)](https://rubygems.org/gems/jekyll-theme-basically-basic)
66
[![Tip Me via PayPal](https://img.shields.io/badge/PayPal-tip%20me-green.svg?logo=paypal)](https://www.paypal.me/mmistakes)
7+
[![Donate to this project using Buy Me A Coffee](https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg)](https://www.buymeacoffee.com/mmistakes)
78

89
Basically Basic is a [Jekyll theme](https://jekyllrb.com/docs/themes/) meant as
910
a substitute for the default [Minima](https://github.com/jekyll/minima), with a
@@ -16,69 +17,16 @@ few enhancements thrown in for good measure:
1617
- Disqus Comments and Google Analytics support
1718
- SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag/)
1819

19-
**If you enjoy this theme, please consider [supporting me](https://www.paypal.me/mmistakes) for developing and maintaining it.**
20+
**If you enjoy this theme, please consider sponsoring:**
2021

21-
[![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/mmistakes)
22+
[!["Buy Me A Coffee"](https://user-images.githubusercontent.com/1376749/120938564-50c59780-c6e1-11eb-814f-22a0399623c5.png)](https://www.buymeacoffee.com/mmistakes)
23+
[![Support via PayPal](https://cdn.jsdelivr.net/gh/twolfson/[email protected]/dist/button.svg)](https://www.paypal.me/mmistakes)
2224

2325
[![Basically Basic live preview][2]][1]
2426

2527
[1]: https://mmistakes.github.io/jekyll-theme-basically-basic/
2628
[2]: https://cloud.githubusercontent.com/assets/1376749/24117647/6dede894-0d81-11e7-9c2c-f19bea45e219.jpg (live preview)
2729

28-
## Table of Contents
29-
30-
1. [Installation](#installation)
31-
1. [Ruby Gem Method](#ruby-gem-method)
32-
2. [GitHub Pages Method](#github-pages-method)
33-
1. [Remove the Unnecessary](#remove-the-unnecessary)
34-
2. [Upgrading](#upgrading)
35-
1. [Ruby Gem](#ruby-gem)
36-
2. [Remote Theme](#remote-theme)
37-
3. [Use Git](#use-git)
38-
1. [Pull Down Updates](#pull-down-updates)
39-
4. [Update Files Manually](#update-files-manually)
40-
3. [Structure](#structure)
41-
1. [Starting Fresh](#starting-fresh)
42-
2. [Starting from `jekyll new`](#starting-from-jekyll-new)
43-
4. [Configuration](#configuration)
44-
1. [Skin](#skin)
45-
2. [Google Fonts](#google-fonts)
46-
3. [Text](#text)
47-
4. [Navigation](#navigation)
48-
5. [Pagination](#pagination)
49-
6. [Search](#search)
50-
1. [Lunr (default)](#lunr-default)
51-
2. [Algolia](#algolia)
52-
7. [Author](#author)
53-
8. [Reading Time](#reading-time)
54-
9. [Comments (via Disqus)](#comments-via-disqus)
55-
10. [Google Analytics](#google-analytics)
56-
11. [Copyright](#copyright)
57-
5. [Layouts](#layouts)
58-
1. [`layout: default`](#layout-default)
59-
2. [`layout: post`](#layout-post)
60-
3. [`layout: page`](#layout-page)
61-
4. [`layout: home`](#layout-home)
62-
5. [`layout: posts`](#layout-posts)
63-
6. [`layout: categories`](#layout-categories)
64-
7. [`layout: tags`](#layout-tags)
65-
8. [`layout: collection`](#layout-collection)
66-
9. [`layout: category`](#layout-category)
67-
10. [`layout: tag`](#layout-tag)
68-
11. [`layout: about`](#layout-about)
69-
12. [`layout: cv`](#layout-cv)
70-
6. [Images](#images)
71-
7. [Customization](#customization)
72-
1. [Overriding Includes and Layouts](#overriding-includes-and-layouts)
73-
2. [Customizing Sass (SCSS)](#customizing-sass-scss)
74-
3. [Customizing JavaScript](#customizing-javascript)
75-
4. [SVG Icons](#svg-icons)
76-
5. [Customizing Sidebar Content](#customizing-sidebar-content)
77-
8. [Development](#development)
78-
9. [Contributing](#contributing)
79-
10. [Credits](#credits)
80-
11. [License](#license)
81-
8230
## Installation
8331

8432
If you're running Jekyll v3.5+ and self-hosting you can quickly install the

0 commit comments

Comments
 (0)