This commit is contained in:
2025-06-08 12:11:35 +02:00
parent 792dd30883
commit 16e2edbebb
4 changed files with 12 additions and 7 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,3 @@
build
pub.sh
*.html
*.pdf

View File

@@ -1 +1 @@
hosted at http://195.26.251.204/alex/index.html
hosted at https://vxcc.dev/alex/

View File

@@ -34,7 +34,7 @@
#gen-page[
#br()
#title[alex_s168's]
#title[alex_s168]
#br()
Articles
@@ -48,10 +48,11 @@
Socials
#br()
#tree-list(
(level:1, body: html-href("https://github.com/alex-s168")[ GitHub ]),
(level:1, body: link("https://github.com/alex-s168")[ GitHub ]),
(level:1, body: [Discord: alex_s168]),
(level:1, body: html-href("mailto:alexandernutz68@gmail.com")[ E-Mail ]),
(level:1, body: html-href("https://codeberg.org/alex-s168")[ Codeberg ]),
(level:1, body: link("mailto:alexandernutz68@gmail.com")[ E-Mail ]),
(level:1, body: link("https://njump.me/npub17semnd065ahhsajlylkyd3lahcykpuw45rhj7cge3uqdfq24y84st0g4gr")[ nostr ]),
(level:1, body: link("https://codeberg.org/alex-s168")[ Codeberg ]),
)
#br()
@@ -59,7 +60,7 @@
#br()
#tree-list(
(level:1, body: [ Programming languages and compilers ]),
(level:2, body: [ #link("https://github.com/vxcc-backend/vxcc")[ vxcc-old ]: (discontinued) Simple optimizing compiler backend ]),
(level:2, body: [ #link("https://github.com/vxcc-backend/vxcc-new")[ vxcc ]: Advanced multi-level compiler ]),
(level:2, body: [ #link("https://github.com/alex-s168/uiuac")[ uiuac ]: (discontinued) Optimizing compiler for the #link("https://uiua.org")[Uiua programming language] ]),
(level:2, body: [ #link("https://github.com/Lambda-Mountain-Compiler-Backend/lambda-mountain")[ LSTS's standard library ] ]),
(level:2, body: [ #link("https://github.com/h6-lang/h6")[ h6 ]: Minimal stack-based programming language ]),
@@ -67,6 +68,7 @@
(level:1, body: [ Misc. ]),
(level:2, body: [ #link("https://github.com/alex-s168/tpre")[ tpre ]: Fast and minimal RegEx engine ]),
(level:2, body: [ nostr relay implementation ]),
(level:1, body: [ PCBs ]),
(level:2, body: [ #link("project-etc-nand.typ.desktop.html")[ etc-nand ]: #link("https://github.com/ETC-A/etca-spec/")[ ETC.A ] CPU from NAND gates ]),

4
pub.sh Executable file
View File

@@ -0,0 +1,4 @@
set -e
./build.sh
scp -r build/* root@195.26.251.204:/srv/http/alex
scp -r res/* root@195.26.251.204:/srv/http/alex/res