diff options
author | gennyble <gen@nyble.dev> | 2024-12-18 00:28:11 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-12-18 00:28:11 -0600 |
commit | 5401674797d35d8f95a37a62b2858a3673bf1261 (patch) | |
tree | 40afd6b72cacbe436013bfeba3d57d3d17eb632f /readme.md | |
parent | 958aac71e9130b4f61e2e829dafe1b3ee16caa66 (diff) | |
download | awake-main.tar.gz awake-main.zip |
Diffstat (limited to 'readme.md')
-rwxr-xr-x | readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.md b/readme.md index ebb7350..648b984 100755 --- a/readme.md +++ b/readme.md @@ -89,11 +89,18 @@ a one or two sentence description of the page. remove a path component from the end of tree when displaying with the **path** pattern +**published** +use this with the `published` pattern to insert the publish date. + ### patterns **path** use this pattern with `path_link` and `path_name` to insert links to the directories below a page. +**published** +use this pattern with `published_human` and `published_machine` to fill in +the publish time of a post. use this with the `published` frontmatter. + ## Page content uses a weird kind of markup language It's mostly just HTML, but I'm tired of writing `<p>` so damn much. |