diff --git a/static/foo.gmi b/static/foo.gmi new file mode 100644 index 0000000..3417794 --- /dev/null +++ b/static/foo.gmi @@ -0,0 +1,3 @@ +# FOO + +This is foo diff --git a/static/foo.html b/static/foo.html new file mode 100644 index 0000000..96a73f5 --- /dev/null +++ b/static/foo.html @@ -0,0 +1,7 @@ + + +

FOO

+

This is the foo page

+ + + diff --git a/static/index.gmi b/static/index.gmi new file mode 100644 index 0000000..5e5bfee --- /dev/null +++ b/static/index.gmi @@ -0,0 +1,9 @@ +# INDEX + +This is the gemini index. + +=> foo /foo.gmi + +=> bar /subdir/bar.gmi + +=> penguin /penguin.jpg diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..6ccf1f7 --- /dev/null +++ b/static/index.html @@ -0,0 +1,9 @@ + + +

INDEX

+

This is the index page.

+

Check out foo.

+

Check out bar.

+ + + diff --git a/static/penguin.jpg b/static/penguin.jpg new file mode 100644 index 0000000..5d052ec Binary files /dev/null and b/static/penguin.jpg differ diff --git a/static/subdir/bar.gmi b/static/subdir/bar.gmi new file mode 100644 index 0000000..1f173b7 --- /dev/null +++ b/static/subdir/bar.gmi @@ -0,0 +1,3 @@ +# BAR + +This is bar diff --git a/static/subdir/bar.html b/static/subdir/bar.html new file mode 100644 index 0000000..5af52e5 --- /dev/null +++ b/static/subdir/bar.html @@ -0,0 +1,7 @@ + + +

BAR

+

This is the bar page

+ + + diff --git a/static/subdir/index.gmi b/static/subdir/index.gmi new file mode 100644 index 0000000..e5573ec --- /dev/null +++ b/static/subdir/index.gmi @@ -0,0 +1,3 @@ +# INDEX + +This is the gemini index of the subdir. diff --git a/static/subdir/index.html b/static/subdir/index.html new file mode 100644 index 0000000..9b7275c --- /dev/null +++ b/static/subdir/index.html @@ -0,0 +1,6 @@ + + +

INDEX

+

This is the index page of the subdir

+ +