summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-23 00:08:39 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-23 00:08:39 +0100
commit0377c5a67416f73a62be1f7e11a75baa40aa2415 (patch)
tree71ba1fa4e76f92af691a41e5cecc89e65b51279f
parentae12883d1e99627583a6b782b194b72ed9b98500 (diff)
Rework main page
-rw-r--r--src/index.gsp21
1 files changed, 3 insertions, 18 deletions
diff --git a/src/index.gsp b/src/index.gsp
index 530bfae..6e20bae 100644
--- a/src/index.gsp
+++ b/src/index.gsp
@@ -16,36 +16,21 @@ html lang="en" {
}
main {
- p {-
+ p {=
Welcome to my plot of the internet. This site is mostly oriented
towards topics related to software development, but you might eventually
find some things that are completely unrelated as well. The ‘source
- code’ for the site (if you can call m4_abbr(HTML) @x-ref{-1} and a basic
- build system source code)
+ code’ for the site (markup and a Makefile)
@a
href="https://git.thomasvoss.com/www.thomasvoss.com"
target="_blank"
{-are available through git}.
}
- aside {
- p data-ref="1" {-
- The site is actually written in my own m4_abbr(GSP) language, but it
- transpiles into m4_abbr(HTML). Also, this site doesn’t even have any
- JavaScript. There truly is no code.
- }
- }
-
- p {-
- Now go branch off to a subsection of the site:
- }
-
ul {
- li {a href="man" {-Manual Pages}}
- li {a href="prj" {-Documentation}}
+ li {a href="me" {-About Me}}
li {a href="blog" {-Blog Posts}}
li {a href="www" {-Other Websites}}
- li {a href="ame" {-About Me}}
}
hr{}