This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "bufio" | |
| "flag" | |
| "log/slog" | |
| "os" | |
| "strconv" | |
| "strings" | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env raku | |
| # Example structure of presentation.gmi\ | |
| # All the gemtext you want on a 'slide' separated by === | |
| #`{ | |
| # Lightweight Web+Gemini hosting | |
| === | |
| ## This is too easy, my $OLD-MUGGLE-RELATIVE could do it | |
| * It was challenging to get it working for me. |
OlderNewer