We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e7767 commit 1588552Copy full SHA for 1588552
README.md
@@ -6,4 +6,12 @@ A simple Hugo theme for terminal users.
6
This was initially based on [panr/terminal][1] theme but has deviated
7
significantly and deserves to be a new theme.
8
9
+Local development
10
+-----------------
11
+
12
+```bash
13
+HUGO_MODULE_REPLACEMENTS="github.com/manid2/hugo-xterm -> ../.." \
14
+hugo server --source exampleSite
15
+```
16
17
[1]: https://github.com/panr/hugo-theme-terminal
layouts/partials/footer.html
@@ -1,4 +1,4 @@
1
-{{- $gitRepoUrl := printf "https://%s.com/%s/%s/" site.Data.gitinfo.host site.Data.gitinfo.user site.Data.gitinfo.repo -}}
+{{- $gitRepoUrl := "https://github.com/manid2/hugo-xterm/" -}}
2
3
{{- /* site build info */}}
4
<p class="buildinfo">
0 commit comments