Skip to content

Commit 1588552

Browse files
committed
fix: Update theme source link, add local dev cmd
1 parent 91e7767 commit 1588552

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ A simple Hugo theme for terminal users.
66
This was initially based on [panr/terminal][1] theme but has deviated
77
significantly and deserves to be a new theme.
88

9+
Local development
10+
-----------------
11+
12+
```bash
13+
HUGO_MODULE_REPLACEMENTS="github.com/manid2/hugo-xterm -> ../.." \
14+
hugo server --source exampleSite
15+
```
16+
917
[1]: https://github.com/panr/hugo-theme-terminal

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- $gitRepoUrl := printf "https://%s.com/%s/%s/" site.Data.gitinfo.host site.Data.gitinfo.user site.Data.gitinfo.repo -}}
1+
{{- $gitRepoUrl := "https://github.com/manid2/hugo-xterm/" -}}
22

33
{{- /* site build info */}}
44
<p class="buildinfo">

0 commit comments

Comments
 (0)