Skip to content

Commit cd8755b

Browse files
committed
feat: Add BMC widget, QR code, demo QR code
1 parent 417221e commit cd8755b

File tree

3 files changed

+42
-3
lines changed

3 files changed

+42
-3
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,25 @@ hugo-xterm
33

44
Hugo theme designed for reading and printing text with dark and light modes.
55

6-
Demo example site [manid2.github.io/hugo-xterm][7].
7-
86
[![Hugo][hugo_ver_img]][hugo_v0110]
97
[![LICENSE][hx_lic_img]][hx_lic_link]
108
[![Build][hx_ci_build_img]][hx_ci_build_link]
119

10+
Demo
11+
----
12+
13+
Demo example site [manid2.github.io/hugo-xterm][7].
14+
15+
[![Hugo Xterm demo site QR code][hx_demo_qr_img]][7]
16+
17+
Support
18+
-------
19+
20+
Kindly support this theme development by donating at [Buy me a
21+
coffee][md2_bmc_link].
22+
23+
[![Mani Kumar Buy Me a Coffee QR code][md2_bmc_qr_img]][md2_bmc_link]
24+
1225
Screenshots
1326
-----------
1427

@@ -139,3 +152,8 @@ License
139152
[hx_ss_light]: https://manid2.github.io/hugo-xterm/screenshots/hugo-xterm-ss-02-light.png "Hugo Xterm light mode screenshot"
140153
[hx_ss_cv]: https://manid2.github.io/hugo-xterm/screenshots/hugo-xterm-ss-03-cv.png "Hugo Xterm CV template screenshot"
141154
[hx_ss_feat]: https://manid2.github.io/hugo-xterm/screenshots/hugo-xterm-ss-04-features.png "Hugo Xterm features screenshot"
155+
156+
[hx_demo_qr_img]: https://quickchart.io/qr?text=https%3A%2F%2Fmanid2.github.io%2Fhugo-xterm%2F&dark=1a5fb4&size=200
157+
158+
[md2_bmc_link]: https://www.buymeacoffee.com/manid2
159+
[md2_bmc_qr_img]: https://manid2.gitlab.io/images/md2_bmc_qr.png

exampleSite/content/_index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ This is the demo example site for [manid2/hugo-xterm][1] theme.
1212
[![LICENSE][hx_lic_img]][hx_lic_link]
1313
[![Build][hx_ci_build_img]][hx_ci_build_link]
1414

15-
{{< ads >}}
15+
Support
16+
-------
17+
18+
Kindly support this theme development by donating at [Buy me a
19+
coffee][md2_bmc_link].
20+
21+
[![Mani Kumar Buy Me a Coffee QR code][md2_bmc_qr_img]][md2_bmc_link]
1622

1723
[1]: https://github.com/manid2/hugo-xterm
1824

@@ -24,3 +30,6 @@ This is the demo example site for [manid2/hugo-xterm][1] theme.
2430

2531
[hugo_ver_img]: https://img.shields.io/badge/Hugo%20Extended-%3E%3D%20v0.110.0-blue.svg?style=flat&logo=hugo&logoColor=white&label=Hugo%20Extended&labelColor=grey "Hugo Extended >= v0.110.0"
2632
[hugo_v0110]: https://github.com/gohugoio/hugo/releases/tag/v0.110.0
33+
34+
[md2_bmc_link]: https://www.buymeacoffee.com/manid2
35+
[md2_bmc_qr_img]: https://manid2.gitlab.io/images/md2_bmc_qr.png
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<script
2+
data-name="BMC-Widget"
3+
data-cfasync="false"
4+
src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js"
5+
data-id="manid2"
6+
data-description="Support me on Buy me a coffee!"
7+
data-message="Kindly donate."
8+
data-color="#5F7FFF"
9+
data-position="Right"
10+
data-x_margin="18"
11+
data-y_margin="18"
12+
></script>

0 commit comments

Comments
 (0)