diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-09-24 10:35:07 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-09-24 10:35:07 -0400 |
commit | b4f7435aab4270ddb7adcb58a7baf75d70132782 (patch) | |
tree | 0f3045dfc2b0c77a7563f78c403821f13ae98527 /example/pages | |
parent | 1f07b6076ae3e35177f481efdc9107b6d4d0611a (diff) |
flat-pages: Add index metadata flag for pretty URLs.
Diffstat (limited to 'example/pages')
-rw-r--r-- | example/pages/about.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/example/pages/about.md b/example/pages/about.md new file mode 100644 index 0000000..d841fa7 --- /dev/null +++ b/example/pages/about.md @@ -0,0 +1,10 @@ +title: About +index: true +--- +Scheme is a cool programming language. + +Guile is a cool Scheme implementation. + +Haunt is a cool static site generator written in Guile. + +Enough said. |