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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,17 +44,16 @@ Only **THEN** should it be pushed to `main` of the [main repository](https://git
44
44
```
45
45
46
46
1. Upload any images to [`./toki/images/`](./toki/images/) prepended by the issue number and name
47
-
1. Paste the content into the article
47
+
1. Paste the content into the article, formatted as markdown (see [markdown guide](https://www.markdownguide.org/))
48
48
- Lines must end with double-space `" "`or there should be a two-linebreak gap between paragraphs (as standard in markdown)
49
49
- Use the image shortcode for images, e.g., `{{{sitelen "0023sewi_nasin-tawa-intawe.png" "nasin tawa Intawe" "jan Alonola"}}}`
50
50
{{{"sitelen" - filename - alt text - author}}}
51
51
- Use the non-pu shortcode for non-pu words, e.g., `{{{pu "kipisi"}}}`
52
52
53
53
(Shortcodes are defined in [`./.eleventy.js`](./.eleventy.js))
54
-
2. Wait for site to build - see status on the [actions tab](https://github.com/lipu-tenpo/liputenpo.org/actions)
55
-
3. create a pull request to see a preview site
56
-
4. Check links and images
57
-
5. Merge into main branch of main site
54
+
1. create a pull request to see a preview site -> Wait for site to build - see status on the [actions tab](https://github.com/lipu-tenpo/liputenpo.org/actions)
0 commit comments