diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/links/_index.md | 27 | ||||
| -rw-r--r-- | content/projects/_index.md | 15 |
2 files changed, 42 insertions, 0 deletions
diff --git a/content/links/_index.md b/content/links/_index.md new file mode 100644 index 0000000..f7f082c --- /dev/null +++ b/content/links/_index.md @@ -0,0 +1,27 @@ +--- +title: "LINKS" +lang: en +url: "/links/" +description: "A small, annotated map of useful places on the web." +license: CC-BY-SA-4.0 +--- + +## Free software + +[Free Software Foundation](https://www.fsf.org/) promotes computer user freedom and supports the worldwide free software movement. + +[GNU Project](https://www.gnu.org/) develops the GNU operating system and publishes resources about free software. + +[Richard Stallman's personal site](https://stallman.org/) collects his writing, talks, and current notes. + +## Documentation + +[The Linux man-pages project](https://www.kernel.org/doc/man-pages/) documents the Linux kernel and C library interfaces. It is often the most direct source for details about system calls and file formats. + +[MDN Web Docs](https://developer.mozilla.org/) is a practical reference for the open web platform. Its HTML and accessibility material is useful even for deliberately small sites. + +## Independent web + +[IndieWeb](https://indieweb.org/) collects patterns for publishing on a domain you control. The wiki is broad, so I use it as a map of ideas rather than a checklist. + +[512KB Club](https://512kb.club/) highlights small websites and makes page weight visible. The constraint is a useful reminder that a document does not need a large application around it. diff --git a/content/projects/_index.md b/content/projects/_index.md new file mode 100644 index 0000000..3116646 --- /dev/null +++ b/content/projects/_index.md @@ -0,0 +1,15 @@ +--- +title: "PROJECTS" +lang: en +url: "/projects/" +description: "Software and documentation projects by Richard Qin." +license: CC-BY-SA-4.0 +--- + +## rhomepage + +A document-first personal website that publishes each article as readable HTML and unchanged Markdown. + +- Technology: Hugo, HTML, CSS, POSIX shell +- License: GPL-3.0-or-later +- [source](https://codeberg.org/Richard-Qin/rhomepage) |
