Skip to content

Commit 1311004

Browse files
committed
Refactor and enhance Useful Links section
Promoted "Hugo", "Pagefind", "Lychee", and "Playwright" to top-level headings. Reorganized and standardized the formatting of resource links. Improved clarity and readability by aligning structure with other sections.
1 parent aee7190 commit 1311004

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -264,25 +264,27 @@ To add a new GUI client to the [list of GUI clients](https://git-scm.com/downloa
264264

265265
---
266266

267-
### Hugo (static site generator)
267+
## Useful Links
268268

269-
* https://gohugo.io/
270-
* https://gohugo.io/content-management/shortcodes/
271-
* https://github.com/google/re2/wiki/Syntax/ (for Hugo's regular expression syntax)
269+
### Hugo (Static Site Generator)
272270

273-
### Pagefind (client-side search)
271+
- [Hugo Documentation](https://gohugo.io/)
272+
- [Shortcodes](https://gohugo.io/content-management/shortcodes/)
273+
- [Regular Expression Syntax](https://github.com/google/re2/wiki/Syntax/)
274274

275-
* https://pagefind.app/
275+
### Pagefind (Client-Side Search)
276276

277-
### Lychee (link checker)
277+
- [Pagefind Documentation](https://pagefind.app/)
278278

279-
* https://lychee.cli.rs/
279+
### Lychee (Link Checker)
280280

281-
### Playwright (website UI test framework)
281+
- [Lychee Documentation](https://lychee.cli.rs/)
282282

283-
* https://playwright.dev/
283+
### Playwright (UI Test Framework)
284284

285-
## License
285+
- [Playwright Documentation](https://playwright.dev/)
286+
287+
---
286288

287289
The source code for the site is licensed under the MIT license, which you can find in
288290
the MIT-LICENSE.txt file.

0 commit comments

Comments
 (0)