Bump to 0.4.0
This commit is contained in:
parent
d440b668cd
commit
0e8229d9e2
3 changed files with 3 additions and 2 deletions
2
NEWS.md
2
NEWS.md
|
|
@ -1,5 +1,7 @@
|
||||||
# risotto (development version)
|
# risotto (development version)
|
||||||
|
|
||||||
|
# risotto 0.4.0
|
||||||
|
|
||||||
* Added descriptions to sidebar of list pages, where defined in the frontmatter of `_index.md` (#55)
|
* Added descriptions to sidebar of list pages, where defined in the frontmatter of `_index.md` (#55)
|
||||||
* Made sidebar sticky, avoiding overflow for long tables of contents (#51)
|
* Made sidebar sticky, avoiding overflow for long tables of contents (#51)
|
||||||
* Added convenience classes for colours, e.g. `.base00` and `.bg-base00`.
|
* Added convenience classes for colours, e.g. `.base00` and `.bg-base00`.
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ You can also clone this repository into your site's `themes` directory and check
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/joeroe/risotto themes/risotto && cd themes/risotto
|
git clone https://github.com/joeroe/risotto themes/risotto && cd themes/risotto
|
||||||
git checkout v0.3.0
|
rit checkout $(git tag -l | grep '^v[0-9.]*$' | sort -V | tail -n 1)
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that this will not work if your site is itself a git repository.
|
Note that this will not work if your site is itself a git repository.
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@ demosite = "https://risotto.joeroe.io"
|
||||||
|
|
||||||
tags = ["responsive", "minimal", "dark mode"]
|
tags = ["responsive", "minimal", "dark mode"]
|
||||||
features = []
|
features = []
|
||||||
min_version = "0.41.0"
|
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "Joe Roe"
|
name = "Joe Roe"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue