Skip to content

Commit 0046332

Browse files
committed
Update readme
1 parent f0dd0ef commit 0046332

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It is also possible to install Hugo using package managers
2525
sudo apt install hugo
2626

2727
**Last known working version is **
28-
https://github.com/gohugoio/hugo/releases/tag/v0.113.0
28+
https://github.com/gohugoio/hugo/releases/tag/v0.142.0
2929

3030
The **next-major-release** branch is intended to represent the new features not yet released. The content of this branch is automatically published to **gh-pages** of this repository. This website can be reached by https://beta.resinsight.org
3131

@@ -50,6 +50,8 @@ https://beta.resinsight.org redirects to https://opm.github.io/ResInsight-UserDo
5050
## Tips and tricks
5151
- If you want to publish a page, but avoid having an entry in the menu, add `hidden = true` to the header of the MD file. See about.md for an example.
5252

53+
- Disable a page from search index using `search_ignore = true`
54+
5355
- Use the following syntax to define a text region with fixed font size
5456
```txt
5557
row a row b rov c

0 commit comments

Comments
 (0)