You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-1
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,18 @@ title: "README In Static Site (RISS)"
4
4
date: 2021-08-21T08:15:54
5
5
description: "💎 Insert your github readme in your static site."
6
6
---
7
+
<!-- Powered by https://cj.rs/riss -->
7
8
{{< github_badge >}}
8
9
{{< rawhtml >}}
9
10
<divclass="badges">
10
11
{{< /rawhtml >}}
11
12
end_insert -->
13
+
12
14
<!-- remove -->
13
15
# 💎 README In Static Site (RISS)
14
16
<!-- end_remove -->
15
17
16
-
[](https://github.com/cljoly/readme-in-static-site/actions/workflows/checks.yml)[](https://github.com/cljoly/readme-in-static-site/blob/main/riss.awk)
18
+
[](https://cj.rs/riss)[](https://github.com/cljoly/readme-in-static-site/actions/workflows/checks.yml)[](https://github.com/cljoly/readme-in-static-site/blob/main/riss.awk)
17
19
18
20
<!-- insert
19
21
{{< rawhtml >}}
@@ -57,6 +59,7 @@ In you .md file on GitHub, put:
57
59
title: "README In Static Site (RISS)"
58
60
date: 2021-08-21T10:15:54
59
61
---
62
+
<!-- Powered by https://cj.rs/riss -->
60
63
end_insert -->
61
64
<!-- remove -->
62
65
@@ -69,6 +72,7 @@ The output of the script will be:
69
72
title: "README In Static Site (RISS)"
70
73
date: 2021-08-21T10:15:54
71
74
---
75
+
<!-- Powered by https://cj.rs/riss -->
72
76
73
77
and this piece of yaml will be hidden on GitHub!
74
78
@@ -107,6 +111,24 @@ Have you used this script to transform some markdown (or other) and insert it on
107
111
108
112
The transformations are driven by HTML comments, so that you can have different results when comments are ignored (e.g. in your GitHub README) and after executing the script on your markdown file.
109
113
114
+
### Spread the Word
115
+
116
+
If you find this script useful, please consider inserting the following in your readme:
117
+
```html
118
+
<!-- Powered by https://cj.rs/riss -->
119
+
```
120
+
This will help other people find the script. The script will even thank you if this is present!
121
+
122
+
If you feel especially charitable, you could put this badge somewhere:
**It is important that your comment starts at the beginning of the line:** spaces are used for escaping, meaning that if the comment has spaces at the beginning of the line, it is ignored.
@@ -195,11 +217,14 @@ readme-update:
195
217
196
218
Feel free to [open an issue][issue] to discuss something or to send a PR.
197
219
220
+
See also the [Spread the Word][stw] section if you would like to make more folks aware of this script.
0 commit comments