Skip to content

Commit d14d922

Browse files
authored
Highlight that the base branch is v3 (#719)
Merge pull request 719
1 parent da43ba2 commit d14d922

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
# minima
2-
3-
*Minima is a one-size-fits-all Jekyll theme for writers*. It's Jekyll's default (and first) theme. It's what you get when you run `jekyll new`.
4-
5-
***Disclaimer:** The information here may vary depending on the version you're using. Please refer to the `README.md` bundled
6-
within the theme-gem for information specific to your version or by pointing your browser to the Git tag corresponding to your
7-
version. e.g. https://github.com/jekyll/minima/blob/v2.5.0/README.md*
8-
*Running `bundle show minima` will provide you with the local path to your current theme version.*
9-
10-
11-
[Theme preview](https://jekyll.github.io/minima/)
12-
13-
![minima theme preview](/screenshot.png)
1+
<div align="center">
2+
<p><em><strong>Disclaimer:</strong> The information here may vary depending on the version you're using.<br/>
3+
Please refer to the <code>README.md</code> bundled within the theme-gem for information specific to your version or by pointing
4+
your browser to the Git tag corresponding to your version. e.g. https://github.com/jekyll/minima/blob/v2.5.0/README.md.<br/>
5+
Running <code>bundle show minima</code> will provide you with the local path to your current theme version.</em></p>
6+
<img src="/readme_banner.svg"/>
7+
<p>It's Jekyll's default (and first) theme. It's what you get when you run <code>jekyll new</code>.</p>
8+
<p><a href="https://jekyll.github.io/minima/">Theme preview</a></p>
9+
<p><img src="/screenshot.png"/></p>
10+
</div>
1411

1512
## Installation
1613

minima.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "minima"
5-
spec.version = "2.5.1"
5+
spec.version = "3.0.0.dev"
66
spec.authors = ["Joel Glovier"]
77
spec.email = ["[email protected]"]
88

0 commit comments

Comments
 (0)