Update README.md

This commit is contained in:
Radek Kozieł 2024-08-25 09:59:05 +02:00 committed by GitHub
parent e5605c55e6
commit ff186322b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,10 @@
# Terminal # Terminal
----
![Terminal](https://github.com/panr/hugo-theme-terminal/blob/master/images/terminal-theme.png?raw=true) ![Terminal](https://github.com/panr/hugo-theme-terminal/blob/master/images/terminal-theme.png?raw=true)
### DEMO - https://panr.github.io/hugo-theme-terminal-demo/ **DEMO - https://panr.github.io/hugo-theme-terminal-demo/**
### ⚠️ The theme needs at least Hugo **Extended** v0.90.x. **⚠️ The theme needs at least Hugo **Extended** v0.90.x.**
--- ---
@ -110,7 +108,7 @@ and in your config file add:
```toml ```toml
[module] [module]
# this is needed when you fetch the theme as a submodule to your repo. # this is needed when you fetch the theme as a submodule to your repo.
# replacements = "github.com/panr/hugo-theme-terminal -> themes/terminal" # replacements = "github.com/panr/hugo-theme-terminal/4 -> themes/terminal"
[[module.imports]] [[module.imports]]
path = 'github.com/panr/hugo-theme-terminal/v4' path = 'github.com/panr/hugo-theme-terminal/v4'
``` ```