From 13cec3d0fc257d0e65c9a1c06bfc71648722a506 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 2 Feb 2024 13:05:54 -0500 Subject: Initial commit for cgit platform --- content/_pages/structure.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/_pages/structure.md (limited to 'content/_pages/structure.md') diff --git a/content/_pages/structure.md b/content/_pages/structure.md new file mode 100644 index 0000000..d89761f --- /dev/null +++ b/content/_pages/structure.md @@ -0,0 +1,21 @@ +# Structuring Blog Posts + +Blog posts should be placed into the `/content` directory and be named based only on their post date. See an example here: + +```.markdown +2048-01-01.md +``` + +PHPetite will create a `target` by appending the page title inside the article to the file's date name. So a markdown file with the following content: + +```.markdown +# Bladerunner Rocks + +Bladerunner is amazing because blah blah blah... +``` + +will render out the `target` link as: + +```.markdown +example.com/#2048-01-01-bladerunner-rocks +``` -- cgit v1.2.3-54-g00ecf