Skip to content

Commit

Permalink
Highlight that the base branch is v3 (#719)
Browse files Browse the repository at this point in the history
Merge pull request 719
  • Loading branch information
ashmaroli committed Mar 10, 2023
1 parent da43ba2 commit d14d922
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# minima

*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`.

***Disclaimer:** The information here may vary depending on the version you're using. Please refer to the `README.md` bundled
within the theme-gem for information specific to your version or by pointing your browser to the Git tag corresponding to your
version. e.g. https://github.com/jekyll/minima/blob/v2.5.0/README.md*
*Running `bundle show minima` will provide you with the local path to your current theme version.*


[Theme preview](https://jekyll.github.io/minima/)

![minima theme preview](/screenshot.png)
<div align="center">
<p><em><strong>Disclaimer:</strong> The information here may vary depending on the version you're using.<br/>
Please refer to the <code>README.md</code> bundled within the theme-gem for information specific to your version or by pointing
your browser to the Git tag corresponding to your version. e.g. https://github.com/jekyll/minima/blob/v2.5.0/README.md.<br/>
Running <code>bundle show minima</code> will provide you with the local path to your current theme version.</em></p>
<img src="/readme_banner.svg"/>
<p>It's Jekyll's default (and first) theme. It's what you get when you run <code>jekyll new</code>.</p>
<p><a href="https://jekyll.github.io/minima/">Theme preview</a></p>
<p><img src="/screenshot.png"/></p>
</div>

## Installation

Expand Down
2 changes: 1 addition & 1 deletion minima.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "minima"
spec.version = "2.5.1"
spec.version = "3.0.0.dev"
spec.authors = ["Joel Glovier"]
spec.email = ["jglovier@github.com"]

Expand Down
Loading

0 comments on commit d14d922

Please sign in to comment.