summaryrefslogtreecommitdiffhomepage
path: root/src/blog/index.gsp
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-28 02:18:06 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-10-28 02:18:06 +0100
commit083b0b53e450f317ca6e99cc1d077b10a5ac7d4d (patch)
treee6d9a96901caa2abbb37644fff4311d8d1c0f572 /src/blog/index.gsp
parent8f2f9f53b88c451d8b8cb3aa7ee4302ef4c9278d (diff)
Add a new article on termios
Diffstat (limited to 'src/blog/index.gsp')
-rw-r--r--src/blog/index.gsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blog/index.gsp b/src/blog/index.gsp
index 66e35de..36d2231 100644
--- a/src/blog/index.gsp
+++ b/src/blog/index.gsp
@@ -28,6 +28,7 @@ html lang="en" {
p {-Posts:}
ul {
+ ARTICLE(termios, {-Reading and Writing Terminal Attributes})
ARTICLE(windowing, {-Application Windowing is Bad})
ARTICLE(extend, {-Extensible Scripting})
ARTICLE(grab, {-Making Grep Better})