forked from mirrors/hugo-theme-terminal
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
ff186322b8 | |||
e5605c55e6 | |||
48c5fac46c | |||
0de06b5630 | |||
90ffc5e80e |
@ -1,12 +1,10 @@
|
|||||||
# Terminal
|
# Terminal
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 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'
|
||||||
```
|
```
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 438 KiB After Width: | Height: | Size: 83 KiB |
BIN
images/terminal-theme-old.png
Normal file
BIN
images/terminal-theme-old.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 438 KiB |
BIN
images/tn.png
BIN
images/tn.png
Binary file not shown.
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 23 KiB |
@ -1,8 +1,9 @@
|
|||||||
name = "terminal"
|
name = "Terminal"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md"
|
licenselink = "https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md"
|
||||||
description = "A simple, retro theme for Hugo."
|
description = "A simple, retro theme for Hugo."
|
||||||
homepage = "https://github.com/panr/hugo-theme-terminal/"
|
homepage = "https://github.com/panr/hugo-theme-terminal/"
|
||||||
|
demosite = "https://panr.github.io/hugo-theme-terminal-demo/"
|
||||||
tags = ["blog", "clean", "customizable", "dark", "highlighting", "minimal", "monotone", "multilingual", "personal", "responsive", "simple", "technical", "retro"]
|
tags = ["blog", "clean", "customizable", "dark", "highlighting", "minimal", "monotone", "multilingual", "personal", "responsive", "simple", "technical", "retro"]
|
||||||
features = ["blog", "shortcode", "syntax highlighting"]
|
features = ["blog", "shortcode", "syntax highlighting"]
|
||||||
min_version = 0.90
|
min_version = 0.90
|
||||||
|
Reference in New Issue
Block a user