diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-15 00:59:30 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-15 00:59:30 +0200 |
| commit | 246d0f921bbc3e87103f59fc8b7f8d2cb2bc9f76 (patch) | |
| tree | f6a76e46eade66f048c887d37c783b95b8a869e6 /template.gmi.tpl.sh | |
| parent | 5998545de3847cd56f86ec2133513130b84b8826 (diff) | |
Update content for html
Diffstat (limited to 'template.gmi.tpl.sh')
| -rw-r--r-- | template.gmi.tpl.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/template.gmi.tpl.sh b/template.gmi.tpl.sh new file mode 100644 index 00000000..11794edf --- /dev/null +++ b/template.gmi.tpl.sh @@ -0,0 +1,17 @@ +cat <<END +# This is a template + +> Hello world! + +Prices higher in Alaska and Hawaii. + +## Heading + +Love your enemies: they'll go crazy trying to figure out what you're up to. + +* Foo +* Bar +* Baz + +END +cat ./notes/the-pragmatic-programmer.gmi |
